GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.sound.midi.Soundbank | |
Create a new Instrument.
| |
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 | 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. |
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.
|
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.
|
GNU Classpath (0.95) |