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 build
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.1
falkTX
3 years ago
parent
33a9091413
commit
7b29441926
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/engine/CarlaEngineJuce.cpp
+ 1
- 1
source/backend/engine/CarlaEngineJuce.cpp
View File
@@ -856,7 +856,7 @@ private:
RtMidiEvents()
: mutex(),
dataPool(512, 512),
dataPool(
"RtMidiEvents",
512, 512),
data(dataPool),
dataPending(dataPool) {}
Write
Preview
Loading…
Cancel
Save