Do not show MIDI tempo. Serial MIDI is too unstable. CV ext seems pretty stable when given a steady clock, but I need to try unstable sources / polyrhythms.

This commit is contained in:
2025-06-03 07:33:50 -07:00
parent 01bf09d4f5
commit c1b29924f7
2 changed files with 6 additions and 2 deletions

View File

@ -46,7 +46,6 @@ class Clock {
pinMode(PULSE_OUT_PIN, OUTPUT);
// Initialize the clock library
uClock.setExtIntervalBuffer(32);
uClock.init();
uClock.setClockMode(uClock.INTERNAL_CLOCK);
uClock.setOutputPPQN(uClock.PPQN_96);