I considered the Retrokits, but I am definitely not a coding wizard. @gekkonier provided a link to his script for this so I might give it a go down the line.
It’s a rollercoaster of emotions.
The tension is killing me.
But now, it is actuall done.
It now works.
If you need to sequence something with Octatrack, but it starts droneing because the receiving synth does not understand that Midi Note On with Velo 0 means Note Off, you can buy a RK002 from Retrokits, and program it with this sketch:
#include <RK002.h>
RK002_DECLARE_INFO("SAMPLE CODE","duy@retrokits.com","1.0","7b47d3dd-991a-4197-ac02-d340cdabfb59")
boolean RK002_onNoteOff(byte chn, …