|
Carla Backend
|
Variables | |
| static const uint | PARAMETER_IS_BOOLEAN = 0x001 |
| static const uint | PARAMETER_IS_INTEGER = 0x002 |
| static const uint | PARAMETER_IS_LOGARITHMIC = 0x004 |
| static const uint | PARAMETER_IS_ENABLED = 0x010 |
| static const uint | PARAMETER_IS_AUTOMATABLE = 0x020 |
| static const uint | PARAMETER_IS_AUTOMABLE = PARAMETER_IS_AUTOMATABLE |
| static const uint | PARAMETER_IS_READ_ONLY = 0x040 |
| static const uint | PARAMETER_USES_SAMPLERATE = 0x100 |
| static const uint | PARAMETER_USES_SCALEPOINTS = 0x200 |
| static const uint | PARAMETER_USES_CUSTOM_TEXT = 0x400 |
| static const uint | PARAMETER_CAN_BE_CV_CONTROLLED = 0x800 |
| static const uint | PARAMETER_IS_NOT_SAVED = 0x1000 |
Various parameter hints.
|
static |
Parameter value is boolean. It's always at either minimum or maximum value.
|
static |
Parameter value is integer.
|
static |
Parameter value is logarithmic.
|
static |
Parameter is enabled. It can be viewed, changed and stored.
|
static |
Parameter is automatable (real-time safe).
|
static |
|
static |
Parameter is read-only. It cannot be changed.
|
static |
Parameter needs sample rate to work. Value and ranges are multiplied by sample rate on usage and divided by sample rate on save.
|
static |
Parameter uses scale points to define internal values in a meaningful way.
|
static |
Parameter uses custom text for displaying its value.
|
static |
Parameter can be turned into a CV control.
|
static |
Parameter should not be saved as part of the project/session.