AU Wrapper issues

I have modified one thing, and that is source/vst/auwrapper/again/CMakeLists.txt to not include the again project as a dependency, but to point towards a precompiled .vst3 version of again. The reason being that I couldn’t resolve the dependencies when running make from this folder. I must mention that I prefer to run the build on CLI as I find XCode confusing to setup and use another IDE for development, however the nature of CMake should resolve the targets fine.

Perhaps a little more guidance is necessary on how to build the default AUWrapper project as the SDK’s README only provides guidance on how to build the example VST3’s…

I can’t thank you enough. I have followed the example jamba sample gain configuration and applied it to my project successfully without having to alter any of my existing plugin code. I like the fact that you leverage the Steinberg SDK but provide a very user friendly tooling to resolve the very issue I was struggling with.