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 loading project with vst3 plugin bridges
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC2
falkTX
3 years ago
parent
fe873a0ec3
commit
a9350aa73b
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/backend/engine/CarlaEngine.cpp
+ 1
- 0
source/backend/engine/CarlaEngine.cpp
View File
@@ -2995,6 +2995,7 @@ bool CarlaEngine::loadProjectInternal(water::XmlDocument& xmlDoc, const bool alw
case PLUGIN_DSSI:
case PLUGIN_LV2:
case PLUGIN_VST2:
case PLUGIN_VST3:
btype = getBinaryTypeFromFile(stateSave.binary);
break;
default:
Write
Preview
Loading…
Cancel
Save