|
LMMS
|
Variables | |
| static constexpr const uint | PLUGIN_OPTION_FIXED_BUFFERS = 0x001 |
| static constexpr const uint | PLUGIN_OPTION_FORCE_STEREO = 0x002 |
| static constexpr const uint | PLUGIN_OPTION_MAP_PROGRAM_CHANGES = 0x004 |
| static constexpr const uint | PLUGIN_OPTION_USE_CHUNKS = 0x008 |
| static constexpr const uint | PLUGIN_OPTION_SEND_CONTROL_CHANGES = 0x010 |
| static constexpr const uint | PLUGIN_OPTION_SEND_CHANNEL_PRESSURE = 0x020 |
| static constexpr const uint | PLUGIN_OPTION_SEND_NOTE_AFTERTOUCH = 0x040 |
| static constexpr const uint | PLUGIN_OPTION_SEND_PITCHBEND = 0x080 |
| static constexpr const uint | PLUGIN_OPTION_SEND_ALL_SOUND_OFF = 0x100 |
| static constexpr const uint | PLUGIN_OPTION_SEND_PROGRAM_CHANGES = 0x200 |
| static constexpr const uint | PLUGIN_OPTION_SKIP_SENDING_NOTES = 0x400 |
| static constexpr const uint | PLUGIN_OPTIONS_NULL = 0x10000 |
Various plugin options.
Use constant/fixed-size audio buffers.
Map MIDI programs to plugin programs.
Send MIDI all-sounds/notes-off events, single note-offs otherwise.
Send MIDI channel pressure events.
Send MIDI control change events.
Send MIDI note after-touch events.
Send MIDI bank/program changes.
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.
Use chunks to save and restore data instead of parameter values.