Removed the aubio.framework and added the aubio source code inside the project directly instead so I don't have to worry about the compatibility of the aubio library for different architectures etc.
We now only have Standalone and VST3 as MacOS targets
Also added an iOS project
Additional context
I had to add some standard imports to the aubio objective C files manually because the compiler didn't like implicit imports
aubio.framework
and added the aubio source code inside the project directly instead so I don't have to worry about the compatibility of the aubio library for different architectures etc.Additional context I had to add some standard imports to the
aubio
objective C files manually because the compiler didn't like implicit imports