|
Carla Backend
|
Variables | |
| static const uint | PLUGIN_OPTION_FIXED_BUFFERS = 0x001 |
| static const uint | PLUGIN_OPTION_FORCE_STEREO = 0x002 |
| static const uint | PLUGIN_OPTION_MAP_PROGRAM_CHANGES = 0x004 |
| static const uint | PLUGIN_OPTION_USE_CHUNKS = 0x008 |
| static const uint | PLUGIN_OPTION_SEND_CONTROL_CHANGES = 0x010 |
| static const uint | PLUGIN_OPTION_SEND_CHANNEL_PRESSURE = 0x020 |
| static const uint | PLUGIN_OPTION_SEND_NOTE_AFTERTOUCH = 0x040 |
| static const uint | PLUGIN_OPTION_SEND_PITCHBEND = 0x080 |
| static const uint | PLUGIN_OPTION_SEND_ALL_SOUND_OFF = 0x100 |
| static const uint | PLUGIN_OPTION_SEND_PROGRAM_CHANGES = 0x200 |
| static const uint | PLUGIN_OPTION_SKIP_SENDING_NOTES = 0x400 |
| static const uint | PLUGIN_OPTIONS_NULL = 0x10000 |
Various plugin options.
|
static |
Use constant/fixed-size audio buffers.
|
static |
Force mono plugin as stereo.
|
static |
Map MIDI programs to plugin programs.
|
static |
Use chunks to save and restore data instead of parameter values.
|
static |
Send MIDI control change events.
|
static |
Send MIDI channel pressure events.
|
static |
Send MIDI note after-touch events.
|
static |
Send MIDI pitch-bend events.
|
static |
Send MIDI all-sounds/notes-off events, single note-offs otherwise.
|
static |
Send MIDI bank/program changes.
|
static |
Skip sending MIDI note events. This if off-by-default as a way to keep backwards compatibility. We always want notes enabled by default, not the contrary.
|
static |
Special flag to indicate that plugin options are not yet set. This flag exists because 0x0 as an option value is a valid one, so we need something else to indicate "null-ness".