From a0b6313d3be0e29f033d6e41d107eda91be19c97 Mon Sep 17 00:00:00 2001 From: midilab Date: Wed, 4 Nov 2020 08:01:14 -0500 Subject: [PATCH] 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) --- src/uClock.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uClock.cpp b/src/uClock.cpp index ea8cd78..8e9bc53 100755 --- a/src/uClock.cpp +++ b/src/uClock.cpp @@ -112,6 +112,8 @@ uClockClass::uClockClass() mode = INTERNAL_CLOCK; ext_interval_acc = 0; resetCounters(); + + onClock96PPQNCallback = NULL; // first interval calculus setTempo(tempo);