this is a thing that sits between a midi controller and a korg volca fm. it will intercept note on messages and send a velocity control change alongside it so you can have velocity actually work with the volca fm from your keyboard
- arduino (i used a pro mini because it's small and can be put in a box, they're like $2 on aliexpress)
- two 5-pin din connectors
- opto-isolator (i used a pc900 but use whatever works)
- inverter (maybe not necessary but it's in the midi specification. i used a 74hc04)
- some resistors
- midi controller
- volca fm
make the above circuit and hook the midi out to tx on the arduino and the midi in to rx
flash the program to the arduino
hook the midi out on your controller to midi in on the arduino, then midi out on the arduino to the volca
witness the magic as you have velocity data transmitted
- i wanted it for myself
- it was stupid easy to build
- i saw a post on reddit or whatever talking about a cable that was like a million dollars and i wanted to provide a solution that costs like $10 and some elbow grease. there were also posts about doing some shit like using a vst or an ios app and that's just silly imo
- add battery power
- maybe add power that leeches from the midi out on your controller, idk. pull requests accepted!
- take pictures, make a better schematic, maybe a step-by-step in the spirit of sharing and knowledge
- more functionality? maybe, idk
will oberndorfer 2018
