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
43
Activity
Browse Source
This small macro was the wrong way
tags/1.9.4
falkTX
11 years ago
parent
10c0e75f8a
commit
2553dbe0c2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
source/backend/plugin/VstPlugin.cpp
+ 2
- 2
source/backend/plugin/VstPlugin.cpp
View File
@@ -19,9 +19,9 @@
#include "CarlaEngine.hpp"
#if defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN)
# define USE_JUCE_FOR_VST 0
#else
# define USE_JUCE_FOR_VST 1
#else
# define USE_JUCE_FOR_VST 0
#endif
#if defined(WANT_VST) && ! USE_JUCE_FOR_VST
Write
Preview
Loading…
Cancel
Save