I recently undertook a project and want to incorporate my Axoloti into the final product. I followed this tutorial 1-for-1 on building a MIDI Ribbon Synth from an arduino: http://www.coagula.org/content/pages/how-build-midi-ribbon-controller-arduino
Basically, it sends pitch info from MIDI CC 20, and Velocity from CC 21 (it needs to be mapped manually).
I know stuff like filters can have custom CC's, but what would I use in place of the midi/in/keb mod object for pitch and velocity? Would midi/in/cc work? and even then, how would I send velocity or a note/off signal?
And onto more custom CC's:
What is the best way to go about physically adding switches, buttons, faders and potentiometers etc to the Axoloti? Would you recommend doing it all on a separate breadboard?
One more question:
if I wanted to power the axoloti externally, what is the best way to do this? I'm using a 9V for my Arduino, will that work as well?