I haven’t really found the vocabulary to explain how this works exactly. It’s inspired from the Color Computers zine, that might offer some context.
The logic gates are similar to XOR, if all inputs are true(cyan), then it outputs true, otherwise false(orange)
On the left side there are 4 timers and 4 trackers, the 4 to the left of the group is like a sequencer, it goes 1,2,3,4,1,2,3,4, the other 4 are quantized, so you can mix both groups to do something like hitting the second note at the 3rd bar.
It’s easier to see with drums, here’s another video that shows this better.
are you sending MIDI note and CC data, or just note?
At the moment it’s only sending one of the 12 notes of an octave(oct 2), but I’ve been experimenting with having only 8 ports to the right, and having it work more like a byte, so you can assemble 00010010 and send that note value instead, but it’s hard to make something that sounds like anything with that right now, so I’m not sure.