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
Fix carla-lv2 pre-run with 0 frames
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.6
falkTX
1 year ago
parent
f2532a1161
commit
a434c46061
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
source/utils/CarlaLv2Utils.hpp
+ 3
- 3
source/utils/CarlaLv2Utils.hpp
View File
@@ -972,9 +972,6 @@ public:
handleParameterValueChanged(i, curValue);
}
if (frames == 0)
return false;
// init event out data
if (fPorts.numMidiOuts > 0 || fPorts.hasUI)
{
@@ -995,6 +992,9 @@ public:
}
}
if (frames == 0)
return false;
return true;
}
Write
Preview
Loading…
Cancel
Save