javax.sound.midi
public interface Soundbank
Since: 1.3
Method Summary | |
---|---|
String | getDescription()
Get the sound bank description.
|
Instrument | getInstrument(Patch patch)
Get the Instrument for the given Patch.
|
Instrument[] | getInstruments()
Get an array of Instruments in this sound bank.
|
String | getName()
Get the sound bank name.
|
SoundbankResource[] | getResources()
Get an array of non-Instrument resources in this sound bank.
|
String | getVendor()
Get the sound bank vendor.
|
String | getVersion()
Get the sound bank version.
|
Returns: the sound bank description
Parameters: patch the Patch to search for
Returns: the Instrument corresponding to patch
Returns: an array of instruments in this sound bank
Returns: the sound bank name
Returns: an array of non-instrument resources in this sound bank
Returns: the sound bank vendor
Returns: the sound bank version