This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Import LV2 fix from stable
tags/1.9.4
falkTX
10 years ago
parent
b36f4280b4
commit
e2d2434ea6
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()))
{
Write
Preview
Loading…
Cancel
Save