adding MIDI control change pot to an existing midi keyboard
FOR synthé de synthé by Michel Funken.
***
design FOR arduino NANO ! (but quite sure it runs for others)
***
Add 3 pots, to an already made MIDI keyboard.
Pots. sends control change 7 (volume); 73 (attack); 72 (release).
The program use software midiTHRU to transfert MIDI keyboard messages, read the pot analog value, map the value, and then push control change messages to midi OUT .
***
Embed This Sketch
Use the following HTML code to embed the sketch code above in your blog or website.
<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:269784" frameborder="0"></iframe>
Embed The Serial Monitor
You can also embed the Serial Monitor section! Just use this HTML code.
<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>