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 crash when directly loading vst shell plugins
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.14
falkTX
5 years ago
parent
90312d6ebb
commit
2ed8264a9a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
source/backend/plugin/CarlaPluginVST2.cpp
+ 2
- 1
source/backend/plugin/CarlaPluginVST2.cpp
View File
@@ -1850,7 +1850,8 @@ protected:
}
case audioMasterCurrentId:
ret = fEffect->uniqueID;
if (fEffect != nullptr)
ret = fEffect->uniqueID;
break;
case audioMasterIdle:
Write
Preview
Loading…
Cancel
Save