Device input AXIS
Define a device axis
Last updated
Define a device axis
Last updated
0,INPUT,<index>,<tag>,AXIS,<Inherit>[,<options>];
SPAD_AXIS
defines a SPAD.neXt standard axis with calbration and responsecurve support
AXIS_MIN
and AXIS_MAX
are used to calculate the normalized value (0 .. 1.0) of the axis.
MIN can be negative if device has a auto-center axis. E.g (-512 .. 512 ) for a rudder
The 8-Input commands must send absolute raw values ( Min ... Max ) and not a normalized value!
AXIS_MIN
Axis minimum value
default: 0
AXIS_MAX
Axis maximum value
default: 1024
DIRECTIONFUNC
Value expression to convert normalized value to 0-100% UI value
default: value*100.0