Spent some time with AudioKit yesterday. Turns out much of what I did by hand with Tonal Therapy is done in like 5 lines of code with #AudioKit
MorphingOscillator is really useful.
Really nice stuff built in.
Okay, synth folks, help me out here. Why is it basically impossible to change presets through MIDI/code?
For example: using WebMIDI.js to send a `programchange` from browser to a connected iPad running synth apps. Some just don't even respond (looking at you, AudioKit) while others (Moog Model D) will change the preset, but only send a `controlchange` signal back corresponding to new values. Can write, but not read?
#synth #synthesizer #audiokit #midi #vst