AutomationBinding

Automation binding

Members

Functions

addAxisOffset
void addAxisOffset(float value)

Sets axis value (WITHOUT REMAPPING)

deserializeFromFghj
SerdeException deserializeFromFghj(Fghj data)

Deserializes a parameter

finalize
void finalize(Puppet puppet)
Undocumented in source. Be warned that the author may not have intended to support it.
getAxisValue
float getAxisValue()

Gets the value at the specified axis

serialize
void serialize(S serializer)

Serializes a parameter

setAxisValue
void setAxisValue(float value)

Sets axis value (WITHOUT REMAPPING)

Variables

axis
int axis;

Axis to bind to 0 = X 1 = Y

param
Parameter param;

Parameter to bind to

paramId
string paramId;

Used for serialization. Name of parameter

range
vec2 range;

Min/max range of binding

Meta