com.frinika.codeexamples
Class MultiMidiDeviceExample

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

public class MultiMidiDeviceExample
extends java.lang.Object

Example of using an external MIDI device along with the buildt in softsynth. Note: Frinika softsynths will not coexist with the default Javasound softsynth.

Author:
Peter Johan Salomonsen

Constructor Summary
MultiMidiDeviceExample()
           
 
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

MultiMidiDeviceExample

public MultiMidiDeviceExample()
Method Detail

main

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