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

Packages that use MidiRegisteredParameter
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 MidiRegisteredParameter in net.charlesames.music.midi
 

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