Hello everyone,
I am trying to build an AAX version of my plugin
if I leave the plugin AAX Category empty in JUCE settings I get errors in Xcode
/Users/…/JuceLibraryCode/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp:1949:55: Too few arguments to function call, single argument ‘inCategory’ was not specified
I set Effect
and then I get :
/Users/…/…/JuceLibraryCode/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp:1949:33: Use of undeclared identifier ‘Effect’