Skip to content

Commit

Permalink
do not start slave mode when changing clock setup
Browse files Browse the repository at this point in the history
  • Loading branch information
westlicht committed Nov 5, 2018
1 parent f388087 commit 32d485b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/sequencer/engine/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,6 @@ void Engine::updateClockSetup() {
case ClockSetup::ClockInputMode::Reset:
if (resetInput && running) {
_clock.slaveReset(ClockSourceExternal);
} else if (!resetInput && !running) {
_clock.slaveStart(ClockSourceExternal);
}
break;
case ClockSetup::ClockInputMode::Run:
Expand Down

0 comments on commit 32d485b

Please sign in to comment.