• Welcome to Circuitbenders Forum.

simple midi to trigger board

Started by gert, April 14, 2015, 07:46:15 PM

Previous topic - Next topic

gert

i thought i post this here so it does not get buried in the threads.

travis thatcher has posted his code for a very simple midi to trigger interface on github:
https://github.com/TravisThatcher/MIDI_TO_TRIGGER_SYNC

that is what i used in my cb-55 build, i put the code with some changes to a "deek-robot" board (arduino pro mini clone) which has 12 trigger outputs, all is configurable to midi channel and note numbers in the code.

the changes in the code i made were mainly the inverting of the triggers and the expansion of the triggers to all 12 pins, also i added something for note off as i had double triggers with my sequencer.

if anyone is interested, i can PM the modified code.

gert

As mentioned elsewhere: I did only test this with a dedicated Note on/off sequencer, i will once fire midi clock, MMC/MTC at it to see how it performs in these situations.

mikebike


DavidKatz