Closed jmamma closed 5 years ago
Original MIDICtrl code was incorrectly naming div64th_counter as div96th_counter.
Below:
MidiClock sends 24 ppm
1 measure = 4 x 16th notes.
Therefore.
6 pulses per 16th note.
--
div16th_counter 6 pulses div32th_counter 3 pulses div64th_counter 1 pulse ~(div96th_counter)~ div128th_counter 0.5 pulse ~(div192th_counter)~
Eh this is wrong.
6 4 4 = 96 pulses per measure.
Original MIDICtrl code was incorrectly naming div64th_counter as div96th_counter.
Below:
MidiClock sends 24 ppm
1 measure = 4 x 16th notes.
Therefore.
6 pulses per 16th note.
--
div16th_counter 6 pulses div32th_counter 3 pulses div64th_counter 1 pulse ~(div96th_counter)~ div128th_counter 0.5 pulse ~(div192th_counter)~
--