|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Instrument
Method Summary | |
---|---|
java.lang.String |
getEngine()
Gets the name of the sampler engine to be used to load the instrument. |
java.lang.String |
getFilePath()
Returns the absolute path name of the instrument file. |
java.lang.String |
getFormatFamily()
Returns the format family of the instrument. |
java.lang.String |
getFormatVersion()
Returns the format version of the instrument. |
int |
getInstrumentIndex()
Returns the index of the instrument in the instrument file. |
java.lang.Integer[] |
getKeyMapping()
|
java.lang.Integer[] |
getKeyswitchMapping()
|
java.lang.String |
getName()
Gets the name of this instrument. |
void |
setFilePath(java.lang.String path)
Sets the absolute path name of the instrument file. |
void |
setInstrumentIndex(int idx)
Sets the index of the instrument in the instrument file. |
void |
setName(java.lang.String name)
Sets the name of this instrument. |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- The name of this instrument.java.lang.String getFilePath()
void setFilePath(java.lang.String path)
path
- Specifies the absolute path name of the instrument file.int getInstrumentIndex()
void setInstrumentIndex(int idx)
idx
- The index of the instrument in the instrument file.java.lang.String getFormatFamily()
java.lang.String getFormatVersion()
java.lang.String getEngine()
java.lang.Integer[] getKeyMapping()
java.lang.Integer[] getKeyswitchMapping()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |