defiantnerd
defiantnerd
Have you installed your clap already, this way it can be scanned and the correct AUv2 bundle setting can be determined.
Let me take a look..
Looks like the top level approach is broken and needs some love. :(
Actually, there are different topics in this issue and I would suggest that you make different issues out of it @lewloiwc. Also check if it is still the case with...
Thanks Andrew. I am already on implementing AAX, but maybe we can share efforts. I can put my work on github, too.
I will incorporate Andrews changes into my branch and update the branch then. I'll try to get some time for it on the weekend.
The actual intend is that - if you're using the wrapper - **you** are providing the SDKs, also because of probably licensing issues[*1]. This is because a common scheme is...
A flavor argument could be nice: `-DCLAP_WRAPPER_FLAVORS="VST3,AUv2"` if that is possible. Alternatively single arguments: `-DVST3=1 -DAUv2=1` - but this looks a bit clumsy
We also could just not build VST3 if the SDK is neither found nor provided.
When I started the project, I assumed that users of that library do want to build all for what they have the SDK for. I mean - it doesn't hurt...