bpm modulation works now (som other stuff is still broken)
This commit is contained in:
@ -145,7 +145,7 @@ void loop() {
|
||||
display.clearDisplay();
|
||||
display.display();
|
||||
}
|
||||
if (masterClockMode == 2 || bpmModulationRange != 0) {
|
||||
if (masterClockMode == 2) {
|
||||
calculateBPMTiming();
|
||||
}
|
||||
}
|
||||
@ -169,6 +169,9 @@ void clock() {
|
||||
} else {
|
||||
pulseCount = 0;
|
||||
}
|
||||
if (bpmModulationRange != 0) {
|
||||
calculateBPMTiming();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user