public final class AURecordedParameterEvent
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AURecordedParameterEvent() |
|
AURecordedParameterEvent(long hostTime,
long address,
float value) |
protected |
AURecordedParameterEvent(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
address()
< The address of the parameter whose value changed.
|
long |
hostTime()
< The host time at which the event occurred.
|
void |
setAddress(long value)
< The address of the parameter whose value changed.
|
void |
setHostTime(long value)
< The host time at which the event occurred.
|
void |
setValue(float value)
< The value of the parameter at that time.
|
float |
value()
< The value of the parameter at that time.
|
public AURecordedParameterEvent()
protected AURecordedParameterEvent(org.moe.natj.general.Pointer peer)
public AURecordedParameterEvent(long hostTime,
long address,
float value)
public long hostTime()
public void setHostTime(long value)
public long address()
public void setAddress(long value)
public float value()
public void setValue(float value)