Example usage for Java javax.sound.midi Synthesizer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes the device, indicating that the device should now release any system resources it is using. |
MidiChannel[] | getChannels() Obtains the set of MIDI channels controlled by this synthesizer. |
Receiver | getReceiver() Obtains a MIDI IN receiver through which the MIDI device may receive MIDI data. |
boolean | loadAllInstruments(Soundbank soundbank) Loads onto the Synthesizer all instruments contained in the specified Soundbank . |
void | open() Opens the device, indicating that it should now acquire any system resources it requires and become operational. |