Java javax.sound.midi Synthesizer fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.midi Synthesizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.midi Synthesizer.

The text is from its open source code.

Method

voidclose()
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.
ReceivergetReceiver()
Obtains a MIDI IN receiver through which the MIDI device may receive MIDI data.
booleanloadAllInstruments(Soundbank soundbank)
Loads onto the Synthesizer all instruments contained in the specified Soundbank .
voidopen()
Opens the device, indicating that it should now acquire any system resources it requires and become operational.