Skip to content

Unable to create VST3 with PlugType::kFxAnalyzer. #409

@directmusic

Description

@directmusic

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomersvst3issue is related to VST3

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions