Browse Source

Misc

tags/1.9.7
falkTX 9 years ago
parent
commit
b8427fcf6c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/backend/plugin/CarlaPluginLV2.cpp

+ 1
- 0
source/backend/plugin/CarlaPluginLV2.cpp View File

@@ -2692,6 +2692,7 @@ public:
if (fEventsIn.ctrl != nullptr && (fEventsIn.ctrl->type & CARLA_EVENT_TYPE_MIDI) != 0)
{
const uint32_t j = fEventsIn.ctrlIndex;
CARLA_SAFE_ASSERT(j < fEventsIn.count);

if (pData->options & PLUGIN_OPTION_SEND_ALL_SOUND_OFF)
{


Loading…
Cancel
Save