com.frinika.codeexamples
Class MidiInToSynthExample

java.lang.Object
  extended by com.frinika.codeexamples.MidiInToSynthExample

public class MidiInToSynthExample
extends java.lang.Object

Example of creating a standalone soft synth instance and connecting ot to a midi in device. play a beat

Author:
pjl, Peter Johan Salomonsen

Constructor Summary
MidiInToSynthExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiInToSynthExample

public MidiInToSynthExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception