Uses of Interface javax.sound.midi.Soundbank

Uses in package javax.sound.midi

Constructors with parameter type javax.sound.midi.Soundbank

Instrument.Instrument(Soundbank soundbank, Patch patch, String name, Class dataClass)
Create a new Instrument.
SoundbankResource.SoundbankResource(Soundbank soundbank, String name, Class dataClass)
Create a SoundbankResource object.

Methods with parameter type javax.sound.midi.Soundbank

boolean
Returns true is this synth is capable of loading soundbank.
boolean
Load all soundbank instruments into this synthesizer.
boolean
Synthesizer.loadInstruments(Soundbank soundbank, Patch[] patchList)
Load a subset of soundbank instruments into this synthesizer.
void
Unload all soundbank instruments from this synthesizer.
void
Synthesizer.unloadInstruments(Soundbank soundbank, Patch[] patchList)
Unload a subset of soundbank instruments from this synthesizer.

Methods with return type javax.sound.midi.Soundbank

Soundbank
Get the default Soundbank for this synth.
Soundbank
Get the sound bank containing this resource.
Soundbank
Read a Soundbank object from the given file.
Soundbank
Read a Soundbank object from the given stream.
Soundbank
Read a Soundbank object from the given url.

Uses in package javax.sound.midi.spi

Methods with return type javax.sound.midi.Soundbank

Soundbank
Get a Soundbank from the given File.
Soundbank
Get a Soundbank from the given InputStream.
Soundbank
Get a Soundbank from the given URL.

Uses in package gnu.javax.sound.midi.dssi

Methods with parameter type javax.sound.midi.Soundbank

boolean
Returns true is this synth is capable of loading soundbank.
boolean
Load all soundbank instruments into this synthesizer.
boolean
Load a subset of soundbank instruments into this synthesizer.
void
Unload all soundbank instruments from this synthesizer.
void
Unload a subset of soundbank instruments from this synthesizer.

Methods with return type javax.sound.midi.Soundbank

Soundbank
Get the default Soundbank for this synth.