Browse Source

Import LV2 fix from stable

tags/1.9.4
falkTX 10 years ago
parent
commit
e2d2434ea6
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      source/backend/plugin/Lv2Plugin.cpp

+ 5
- 0
source/backend/plugin/Lv2Plugin.cpp View File

@@ -1459,6 +1459,11 @@ public:
} }
} }
} }
else
{
fEventsIn.createNew(1);
fEventsIn.ctrl = &fEventsIn.data[0];
}


if (const uint32_t count = static_cast<uint32_t>(evOuts.count())) if (const uint32_t count = static_cast<uint32_t>(evOuts.count()))
{ {


Loading…
Cancel
Save