Package jmsltestsuite

Class ListMidiDevices

java.lang.Object
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 Java. 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

    Constructors
    Constructor Description
    ListMidiDevices()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ListMidiDevices

      public ListMidiDevices()
  • Method Details

    • main

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