aboutsummaryrefslogtreecommitdiffstats
path: root/src/sequencer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sequencer.c')
-rw-r--r--src/sequencer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sequencer.c b/src/sequencer.c
index 3433da1..981bbc6 100644
--- a/src/sequencer.c
+++ b/src/sequencer.c
@@ -577,6 +577,7 @@ toggle_playing(void) {
577 settings.sync == SYNC_IN_LINK_24BPQ || 577 settings.sync == SYNC_IN_LINK_24BPQ ||
578 settings.sync == SYNC_IN_LINK_12BPQ || 578 settings.sync == SYNC_IN_LINK_12BPQ ||
579 settings.sync == SYNC_IN_LINK_4BPQ) { 579 settings.sync == SYNC_IN_LINK_4BPQ) {
580 stop_sound();
580 return; 581 return;
581 } 582 }
582 583