summaryrefslogtreecommitdiff
path: root/muse2/muse/audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/audio.cpp')
-rw-r--r--muse2/muse/audio.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/muse/audio.cpp b/muse2/muse/audio.cpp
index 29d6971e..0c507fa2 100644
--- a/muse2/muse/audio.cpp
+++ b/muse2/muse/audio.cpp
@@ -353,6 +353,7 @@ void Audio::process(unsigned frames)
if (state == START_PLAY && jackState == PLAY) {
_loopCount = 0;
+ MusEGlobal::song->reenableTouchedControllers();
startRolling();
if (_bounce)
write(sigFd, "f", 1);
@@ -376,6 +377,7 @@ void Audio::process(unsigned frames)
}
else if (state == STOP && jackState == PLAY) {
_loopCount = 0;
+ MusEGlobal::song->reenableTouchedControllers();
startRolling();
}
else if (state == LOOP1 && jackState == PLAY)