|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Soundbank
A Soundbank is a container for instruments which may be loaded into a Synthesizer.
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. |
Method Detail |
---|
String getName()
String getVersion()
String getVendor()
String getDescription()
SoundbankResource[] getResources()
Instrument[] getInstruments()
Instrument getInstrument(Patch patch)
patch
- the Patch to search for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |