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())) {