Browse Source

Report VST NIMKPIVendorSpecificCallbacks as unsupported

tags/1.9.8
falkTX 7 years ago
parent
commit
9ae5a2bcf8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/backend/plugin/CarlaPluginVST2.cpp

+ 2
- 0
source/backend/plugin/CarlaPluginVST2.cpp View File

@@ -2314,6 +2314,8 @@ private:
return 1;
if (std::strcmp(feature, "shellCategory") == 0)
return 1;
if (std::strcmp(feature, "NIMKPIVendorSpecificCallbacks") == 0)
return -1;

// unimplemented
carla_stderr("carla_vst_hostCanDo(\"%s\") - unknown feature", feature);


Loading…
Cancel
Save