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
Disable multi-core patchbay, WIP
tags/1.9.7
falkTX
8 years ago
parent
1a45a7a131
commit
39c5cbb3b5
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/CarlaEngineGraph.hpp
+ 1
- 1
source/backend/engine/CarlaEngineGraph.hpp
View File
@@ -25,7 +25,7 @@
#include "juce_audio_processors/juce_audio_processors.h"
#if
0
#if
1
typedef juce::AudioProcessorGraph CarlaAudioProcessorGraph;
#else
typedef juce::AudioProcessorGraphMultiThreaded CarlaAudioProcessorGraph;
Write
Preview
Loading…
Cancel
Save