|
LMMS
|
Variables | |
| const CString | kInverseStyle = "inverse" |
| Global Style. | |
| const CString | kLEDWrapLeftStyle = "wrapLeft" |
| LED Style. | |
| const CString | kLEDWrapRightStyle = "wrapRight" |
| ----—<====| | |
| const CString | kLEDSpreadStyle = "spread" |
| —<==|==>— | |
| const CString | kLEDBoostCutStyle = "boostCut" |
| ---—|===>– | |
| const CString | kLEDSingleDotStyle = "singleDot" |
| -----—|-— | |
| const CString | kSwitchPushStyle = "push" |
| Switch Style. | |
| const CString | kSwitchPushIncLoopedStyle = "pushIncLooped" |
| The default one if not specified (with 2 states values it is a OnOff switch). | |
| const CString | kSwitchPushDecLoopedStyle = "pushDecLooped" |
| Push will decrement the value. When the min is reached it will restart with max. | |
| const CString | kSwitchPushIncStyle = "pushInc" |
| Increment after each press (delta depends of the curve). | |
| const CString | kSwitchPushDecStyle = "pushDec" |
| Decrement after each press (delta depends of the curve). | |
| const CString | kSwitchLatchStyle = "latch" |
| A timeout between push and release could be used to simulate a push style (if timeout is reached). | |
Attributes Style associated a specific Layer Type in a VST XML Representation
Global Style.
the associated layer should use the inverse value of parameter (1 - x).
LED Style.
|======>--— (the default one if not specified)
A timeout between push and release could be used to simulate a push style (if timeout is reached).
Each push-release will change the value between min and max.
Push will decrement the value. When the min is reached it will restart with max.
Decrement after each press (delta depends of the curve).
The default one if not specified (with 2 states values it is a OnOff switch).
Push will increment the value. When the max is reached it will restart with min.
Increment after each press (delta depends of the curve).