Hey there,
I cannot load the JUCE example plugins into the Mac ProToolsDeveloper version.
The plugins build just fine but neither the digishell aaxval nor ProToolsDev seem to be able to validate any AAX Plugin i build. It works on Windows tho.
If I try to validate any JUCE example plugin with the digishell, the digishell just freezes and gives me no output anymore.
My specs:
-Mac Mini M1 Ventura
-JUCE 7.0.6
-aax sdk 2-5-1
-aax developer tools beta 2022-09-01
-XCode
I also checked for JUCE 7.0.1 aax sdk 2-4-1 so I think the problem is actually me
Did anyone maybe have the same problems? There has to be somehting I am missing right now…
Is there any check that I can do
I didn’t do any notarizing, since I am not a certified AAX developer yet… Or is there any notarization process that I have to do even if I am not? I’ve just built the example plugin and tried to load it
What do you mean by signed ? Codesigned (codesign --force -s “Developer ID Application: XXXXXXX” “/Users/XXXXX/Library/Audio/Plug-Ins/VST3/sign/Plugin.aaxplugin” --timestamp -f) ? Or signed with some other tool?
I tried codesigning the plugins which did not change anything…
I don’t think this is correct… the readme states:
“5) Run the plug-in in an AAX host which supports unsigned AAX plug-ins, such as a
Pro Tools developer build, Media Composer, or the DSH command-line shell”
Also my plugins show up in ProToolsDev on Windows…
Maybe idk. The Demo_Gain plugin example from ProTools itself (the one that comes with the sdk) seems to be able to be validated and run without any signing.