Hey all,
Plug-ins with the feature CLAP_PLUGIN_FEATURE_ANALYZER do not show in Audacity due to it only allowing VST3s of type PlugType::kFx to show in the insert effects list. Bitwig, Live, and Reaper are fine with PlugType::kAnalyzer being inserted in their effects lists, but the comment describing kAnalyzer in ivstaudioprocessor.h says "not selectable as insert plug-in".
CLAP's documentation is not so specific about if the plug-in can be an insert or not, but it has me wondering if CLAP_PLUGIN_FEATURE_ANALYZER would be better mapped to PlugType::kFxAnalyzer?
Hey all,
Plug-ins with the feature
CLAP_PLUGIN_FEATURE_ANALYZERdo not show in Audacity due to it only allowing VST3s of typePlugType::kFxto show in the insert effects list. Bitwig, Live, and Reaper are fine withPlugType::kAnalyzerbeing inserted in their effects lists, but the comment describingkAnalyzerin ivstaudioprocessor.h says "not selectable as insert plug-in".CLAP's documentation is not so specific about if the plug-in can be an insert or not, but it has me wondering if
CLAP_PLUGIN_FEATURE_ANALYZERwould be better mapped toPlugType::kFxAnalyzer?