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

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

Methods in net.charlesames.music.ensemble with parameters of type GeneralMidiPercussionSound
 void UnpitchedSound.setGeneralMidiPercussionSound(GeneralMidiPercussionSound sound)
          Set the name and MIDI key from the indicated GeneralMidiPercussionSound option.
 

Uses of GeneralMidiPercussionSound in net.charlesames.music.midi
 

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

Methods in net.charlesames.music.midi that return types with arguments of type GeneralMidiPercussionSound
static java.util.SortedMap<java.lang.String,GeneralMidiPercussionSound> GeneralMidiPercussionSound.valuesByDescription()
          Get the collection of indications.
static java.util.SortedMap<java.lang.String,GeneralMidiPercussionSound> GeneralMidiPercussionSound.valuesByName()
          Get the collection of indications.