diff --git a/src/PianoRoll/PianoRollModule.cpp b/src/PianoRoll/PianoRollModule.cpp index 6c4e564..1ccf597 100644 --- a/src/PianoRoll/PianoRollModule.cpp +++ b/src/PianoRoll/PianoRollModule.cpp @@ -103,7 +103,7 @@ void PianoRollModule::step() { if (runInputTrigger.process(inputs[RUN_INPUT].value)) { transport.toggleRun(); - if (currentClockLevel > 1.f) { + if (currentClockLevel > 1.f && transport.currentStepInPattern() == -1) { clockTick = true; }