public final class AUSamplerInstrumentData
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AUSamplerInstrumentData() |
protected |
AUSamplerInstrumentData(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
byte |
bankLSB() |
byte |
bankMSB() |
CFURLRef |
fileURL() |
byte |
instrumentType() |
byte |
presetID() |
void |
setBankLSB(byte value) |
void |
setBankMSB(byte value) |
void |
setFileURL(CFURLRef value) |
void |
setInstrumentType(byte value) |
void |
setPresetID(byte value) |
public AUSamplerInstrumentData()
protected AUSamplerInstrumentData(org.moe.natj.general.Pointer peer)
public CFURLRef fileURL()
public void setFileURL(CFURLRef value)
public byte instrumentType()
public void setInstrumentType(byte value)
public byte bankMSB()
public void setBankMSB(byte value)
public byte bankLSB()
public void setBankLSB(byte value)
public byte presetID()
public void setPresetID(byte value)