This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Tell vst2 hosts that offline rendering APIs are not supported
pull/321/head
falkTX
3 years ago
parent
cd1861ae89
commit
081d4d7392
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
distrho/src/DistrhoPluginVST2.cpp
+ 2
- 0
distrho/src/DistrhoPluginVST2.cpp
View File
@@ -1019,6 +1019,8 @@ public:
#else
return -1;
#endif
if (std::strcmp(canDo, "offline") == 0)
return -1;
}
break;
Write
Preview
Loading…
Cancel
Save