Browse Source

Tell vst2 hosts that offline rendering APIs are not supported

pull/321/head
falkTX 3 years ago
parent
commit
081d4d7392
1 changed files with 2 additions and 0 deletions
  1. +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;



Loading…
Cancel
Save