AudioKit / AudioKitSynthOne

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

WIP: MacOS Cataylst Documentation #117

Closed sieren closed 4 years ago

sieren commented 4 years ago

Hey everyone, this is to document the effort that needs to be done for Catalyst. Please beware that the Target-Conditionals in the code are just the "route of lowest effort" and in no way how we should do it (esp. when it comes to S1 internal stuff). Instead we should rip out all Platform-dependent stuff so that we have to use these conditionals at only a few select places and not wildly all over the place as in this (only meant to visualise) PR.

Apart from that we need to:

I will update this branch and list as I find out more. DO NOT MERGE!!!