public interface Soundbank
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.lang.String |
getName()
Get the sound bank name.
|
SoundbankResource[] |
getResources()
Get an array of non-Instrument resources in this sound bank.
|
java.lang.String |
getVendor()
Get the sound bank vendor.
|
java.lang.String |
getVersion()
Get the sound bank version.
|
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getVendor()
java.lang.String getDescription()
SoundbankResource[] getResources()
Instrument[] getInstruments()
Instrument getInstrument(Patch patch)
patch - the Patch to search for