Fix for 16PPQN and 32PPQN resolution

pull/7/head
midilab 7 years ago
parent fd0420099a
commit b96abea65b
  1. 7
      src/uClock.cpp

@ -256,8 +256,8 @@ void uClockClass::handleTimerInt()
div32th_counter++; div32th_counter++;
} }
//div96th_counter++; div96th_counter++;
//mod6_counter++; mod6_counter++;
if (mode == EXTERNAL_CLOCK) { if (mode == EXTERNAL_CLOCK) {
uint16_t cur_clock = _clock; uint16_t cur_clock = _clock;
@ -282,9 +282,6 @@ void uClockClass::handleTimerInt()
if (mod6_counter == 6) { if (mod6_counter == 6) {
mod6_counter = 0; mod6_counter = 0;
} }
div96th_counter++;
mod6_counter++;
} else { } else {
counter--; counter--;

Loading…
Cancel
Save