From e2d2434ea64743d5055fad531ddfd50ae8be791c Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 8 Feb 2014 08:34:00 +0000 Subject: [PATCH] Import LV2 fix from stable --- source/backend/plugin/Lv2Plugin.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/backend/plugin/Lv2Plugin.cpp b/source/backend/plugin/Lv2Plugin.cpp index 381d6618c..9b94af37c 100644 --- a/source/backend/plugin/Lv2Plugin.cpp +++ b/source/backend/plugin/Lv2Plugin.cpp @@ -1459,6 +1459,11 @@ public: } } } + else + { + fEventsIn.createNew(1); + fEventsIn.ctrl = &fEventsIn.data[0]; + } if (const uint32_t count = static_cast(evOuts.count())) {