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