|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneralMidiProgram | |
|---|---|
| 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. |
| net.charlesames.music.utility | |
| Uses of GeneralMidiProgram in net.charlesames.music.midi |
|---|
| Methods in net.charlesames.music.midi that return GeneralMidiProgram | |
|---|---|
GeneralMidiProgram |
GeneralMidiChannel.getGeneralMidiProgram()
Getter for the MidiProgram property. |
static GeneralMidiProgram |
GeneralMidiProgram.valueOf(int arg0)
Get the GeneralMidiProgram with the indicated program value. |
static GeneralMidiProgram |
GeneralMidiProgram.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GeneralMidiProgram[] |
GeneralMidiProgram.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in net.charlesames.music.midi with parameters of type GeneralMidiProgram | |
|---|---|
GeneralMidiChannel(int channel,
MidiDevice device,
GeneralMidiProgram generalMidiProgram)
Constructor for GeneralMidiChannel instances. |
|
| Uses of GeneralMidiProgram in net.charlesames.music.utility |
|---|
| Fields in net.charlesames.music.utility declared as GeneralMidiProgram | |
|---|---|
static GeneralMidiProgram |
ViolinEnsemble.PROGRAM
|
static GeneralMidiProgram |
PianoEnsemble.PROGRAM
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||