public interface Soundbank
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the description string
|
Instrument |
getInstrument(Patch patch)
Get the
Instrument |
Instrument[] |
getInstruments()
Get all of
Instruments |
String |
getName()
Get the name of Soundbank
|
SoundbankResource[] |
getResources()
Get all of
SoundbankResources |
String |
getVendor()
Get the vendor string
|
String |
getVersion()
Get the version string
|
@Nullable Instrument getInstrument(@NonNull Patch patch)
Instrumentpatch - the PatchInstrument matches with patch@NonNull Instrument[] getInstruments()
InstrumentsInstruments@NonNull SoundbankResource[] getResources()
SoundbankResourcesSoundbankResources