KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > midi > Patch

javax.sound.midi
Class Patch

java.lang.Object
  extended by 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  

Free Books   Free Magazines  
Popular Tags