AudioKit / AudioKitSynthOne

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

Support 2-way MIDI mappings #167

Closed alanf closed 3 years ago

alanf commented 3 years ago

Apologies if SynthKit already does something like this and I'm unaware.

It would be nice to:

The idea is my hardware synth could do more to affect SynthKit, or I could silence SynthKit and use it as a patch editor.

analogcode commented 3 years ago

The AudioKit Synth One app supports MIDI mapping from external controllers to the app.

Regarding using AudioKit library knobs to create a custom MIDI controller / Library – The AudioKit library could be used to build a mapping editor like the one you are talking about. Sounds like a fun project for you or some friends to create an app!