diff --git a/source/backend/plugin/CarlaPluginVST2.cpp b/source/backend/plugin/CarlaPluginVST2.cpp index 7a82c14d7..66f8d7120 100644 --- a/source/backend/plugin/CarlaPluginVST2.cpp +++ b/source/backend/plugin/CarlaPluginVST2.cpp @@ -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);