java.lang.Object
javax.sound.midi.Patch
- See Also:
- Source Code,
Instrument
,
Instrument.getPatch()
,
MidiChannel.programChange(int, int)
,
Synthesizer.loadInstruments(Soundbank, Patch[])
,
Soundbank
,
Sequence.getPatchList()
public int getBank()
- See Also:
MidiChannel.programChange(int, int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getProgram()
- See Also:
MidiChannel.programChange(int, int)
, MidiChannel.programChange(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Patch(int bank,
int program)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples