Uses of Class
net.charlesames.music.midi.MidiController

Packages that use MidiController
net.charlesames.music.midi The classes in this package have two missions: (1) to build a MIDI sequence from scratch and (2) to take an existing MIDI sequence and explain its contents. 
 

Uses of MidiController in net.charlesames.music.midi
 

Methods in net.charlesames.music.midi that return MidiController
static MidiController MidiController.valueOf(int value)
          Gets the MidiController instance associated with the indicated value.
static MidiController MidiController.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MidiController[] MidiController.values()
          Returns an array containing the constants of this enum type, in the order they are declared.