18 Creating and Managing Controllers
Q3Controller_SetValues
function to set the list of values of a controller.
TQ3Status Q3Controller_SetValues ( TQ3ControllerRef controllerRef, const float *values, unsigned long valueCount);controllerRef
A reference to a controller.values
A pointer to an array of controller values. The size of the array is determined by the number of elements in the array (as specified by thevalueCount
parameter) and the size of a controller value (which is controller-dependent).valueCount
The number of elements in the array pointed to by thevalues
parameter.
Q3Controller_SetValues
function copies the data specified in the values
parameter into the value list of the controller specified by the controllerRef
parameter. Q3Controller_SetValues
copies the number of elements specified by the valueCount
parameter.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker