Skip to content

AUv2+macOS cannot create effect plugins #381

Open
@lewloiwc

Description

@lewloiwc

When using this command to create an AUv2 on a Mac mini (M1, 2020) with Clang, the plugin is recognized as an instrument plugin instead of an effect plugin in REAPER, FL Studio, and Logic Pro.

git clone https://github.com/baconpaul/clap-c99-distortion
cd clap-c99-distortion
git submodule update --init --recursive
cmake -Bignore/bld
cmake --build ignore/bld
cd ..
git clone https://github.com/free-audio/clap.git
git clone https://github.com/free-audio/clap-wrapper.git
git clone https://github.com/apple/AudioUnitSDK.git
cd clap-wrapper
mkdir build
cmake -B build -DCMAKE_CXX_STANDARD=20 -DCLAP_SDK_ROOT="../clap" -DVST3_SDK_ROOT="../vst3sdk" -DCLAP_WRAPPER_BUILD_AUV2=ON -DAUDIOUNIT_SDK_ROOT="../AudioUnitSDK" -DCLAP_WRAPPER_OUTPUT_NAME="clap-c99-distortion"
cmake --build build --config Release

Image
Image
Image

Also, for AUv2 plugins, the vendor name appears as "cleveraudio.org" — is it possible to change this?

Separately from this, an error occurs with VST3 plugins created using the clap-wrapper on the macOS version of FL Studio. Most FL Studio users will likely choose CLAP, but I’d still like to ensure that the VST3 version can be loaded properly, just in case someone wants to use VST3 in FL Studio for some reason. (This issue is not a high priority)
Image
On the Mac mini (M1, 2020), it has been confirmed that the VST3 loads correctly in REAPER, Bitwig, and Cubase 14.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions