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>
fix-audiofile-buffering
falkTX
1 year ago
parent
c62b26eecb
commit
92daff388a
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