AudioKit / AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App
http://audiokitpro.com/synth
MIT License
1.65k stars 214 forks source link

[Cataylst] Make IAA/AB Platform dependent #120

Closed sieren closed 4 years ago

sieren commented 4 years ago

We do not support IAA and AudioBus on macOS targets, therefore we need to make sure these don't get compiled when using those targets. I've adressed this by adding stubs/noops for macOS targets instead of literring the code-base with if-macros.

This PR is based on https://github.com/AudioKit/AudioKitSynthOne/pull/118 so please merge that one first.