AudioKit / AudioKitSynthOne

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

Disable processing in skinless SynthOne instance(s) #166

Open jbmaxwell opened 4 years ago

jbmaxwell commented 4 years ago

We're using SynthOne "skinless" in our app, and I'm wondering how I can stop() processing when not in use. I've tried synth.internalAU?.stop() (which seems like it should be AKAudioUnit.stop()), but nothing changes. Is there a way to disable processing in the underlying AudioUnit?