- (part ctlNumber oscIndex [$expr|/oscMsg] scale offset type[-])
| Element | Function |
|---|
| part | the part number |
| ctlNumber | the control number |
| oscIndex | the the oscIndex |
| [$expr|/oscMsg] | either an expression(see above) or an OSC message |
| scale | multiplier of midi value |
| offset | offset of midi value |
| type | the control type |
| - | (last char) delete this control setting |
Types of controller are described below
| Type identifier | Description |
|---|
| b | button |
| t | toggle button |
| n | normal range (0-127)*scale+offset |
| l | logarithmic range (0-127)^scale+offset |
| a | accumulator (e.g. for jogwheel). step=scale, intiial value = offset |
Note input string:-
- (part startNote endNote oscIndex [$expr|/oscMsg])
| Element | Function |
|---|
| part | the part number |
| startNote | the start note |
| endNote | the end note |
| oscIndex | the the oscIndex |
| [$expr|/oscMsg] | either an expression(see above) or an OSC message |