Top | ![]() |
![]() |
![]() |
![]() |
BtIcAbsRangeControlBtIcAbsRangeControl — buzztraxs interaction controller single absolute range control |
Absolute range control. The state of the hardware control can be read from BtIcAbsRangeControl:value.
BtIcAbsRangeControl * btic_abs_range_control_new (const BtIcDevice *device
,const gchar *name
,guint id
,glong min
,glong max
,glong def
);
Create a new instance
“def”
property “def” glong
default control value.
Flags: Read / Write / Construct Only
Default value: 0
“max”
property “max” glong
maximum control value.
Flags: Read / Write / Construct Only
Default value: 2147483647
“min”
property “min” glong
minimum control value.
Flags: Read / Write / Construct Only
Default value: -2147483648