remove 32 and 16 PPQN callback. keep 96 for compatibility. Added a polling call to avoid jitter(teensy has power to make use of polling)

pull/7/head
midilab 4 years ago
parent ed2dcef683
commit a0b6313d3b
  1. 2
      src/uClock.cpp

@ -112,6 +112,8 @@ uClockClass::uClockClass()
mode = INTERNAL_CLOCK;
ext_interval_acc = 0;
resetCounters();
onClock96PPQNCallback = NULL;
// first interval calculus
setTempo(tempo);

Loading…
Cancel
Save