Support 2-way MIDI mappings
alanf opened this issue · 1 comments
alanf commented
Apologies if SynthKit already does something like this and I'm unaware.
It would be nice to:
- Have the capability to map SynthKit knobs to custom MIDI CCs so an external keyboard could change them and the correct parameter would be updated
- It would also be nice to have it be a two-way connection: SynthKit knobs change the parameters of an external synth using these saved mappings
- Lastly, it would be nice to have a way to export/import so I could use someone else's mapping that they created for my physical synth
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
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!