jmsltestsuite
Class ListMidiDevices

java.lang.Object
  extended by jmsltestsuite.ListMidiDevices

public class ListMidiDevices
extends java.lang.Object

List midi ports by name

Not very useful as of JMSL's default MidiShare implementation. MidiShare does not currently return # devices or the device names to ava. Some future version of MidiShare might, at which point JMSL can tell you about it.
Useful if you are using MidiPort, however.

Author:
Nick Didkovsky 2/27/01

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

Constructor Detail

ListMidiDevices

public ListMidiDevices()
Method Detail

main

public static void main(java.lang.String[] args)