public final class ExtendedNoteOnEvent
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
ExtendedNoteOnEvent() |
|
ExtendedNoteOnEvent(int instrumentID,
int groupID,
float duration,
MusicDeviceNoteParams extendedParams) |
protected |
ExtendedNoteOnEvent(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
float |
duration() |
MusicDeviceNoteParams |
extendedParams() |
int |
groupID() |
int |
instrumentID() |
void |
setDuration(float value) |
void |
setExtendedParams(MusicDeviceNoteParams value) |
void |
setGroupID(int value) |
void |
setInstrumentID(int value) |
public ExtendedNoteOnEvent()
protected ExtendedNoteOnEvent(org.moe.natj.general.Pointer peer)
public ExtendedNoteOnEvent(int instrumentID,
int groupID,
float duration,
MusicDeviceNoteParams extendedParams)
public int instrumentID()
public void setInstrumentID(int value)
public int groupID()
public void setGroupID(int value)
public float duration()
public void setDuration(float value)
public MusicDeviceNoteParams extendedParams()
public void setExtendedParams(MusicDeviceNoteParams value)