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

Packages that use MidiChannelMode
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
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 MidiChannelMode in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return MidiChannelMode
 MidiChannelMode Ensemble.getMidiChannelMode()
          Get the MIDI channel mode, which controls whether channels are selected statically or dynamically when score data is exported to a MIDI file.
 

Methods in net.charlesames.music.ensemble with parameters of type MidiChannelMode
 void Ensemble.setMidiChannelMode(MidiChannelMode midiChannelMode)
          Set the MIDI channel mode, which controls whether channels are selected statically or dynamically when score data is exported to a MIDI file.
 

Uses of MidiChannelMode in net.charlesames.music.midi
 

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