...
See the Param Set module documentation for more detail on how to specify the target module's array, and the meaning of each setBehavior type.
This module has been deprecated for Param Set Table V2
Type Definition
Code Block |
---|
typedef struct _ModuleCoeffTable { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure INT32 index; // current index to coeff table INT32 numRows; // the size of each vector INT32 numCols; // the number of vectors INT32 setBehavior; // Controls the behavior of the module FLOAT32* coeff; // 2-D coeff table. void * modPtr; // Points to the module to set void * varPtr; // Points to the variable to set within the module instance structure } ModuleCoeffTableClass; |
Variables
Properties
Name | Type | Usage | isHidden | Default value | Range | Units |
index | int | parameter | 0 | 0 | Unrestricted | |
numRows | int | const | 0 | 5 | Unrestricted | |
numCols | int | const | 0 | 1 | Unrestricted | |
setBehavior | int | parameter | 0 | 3 | Unrestricted | |
coeff | float* | parameter | 0 | [5 x 1] | Unrestricted | |
modPtr | void * | parameter | 1 | Unrestricted | ||
varPtr | void * | parameter | 1 | Unrestricted |
Pins
Input Pins
Name: in
Description: parameter value
...