summaryrefslogtreecommitdiff
path: root/muse2/muse/song.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r--muse2/muse/song.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h
index b9ab5dd5..6621de35 100644
--- a/muse2/muse/song.h
+++ b/muse2/muse/song.h
@@ -329,6 +329,8 @@ class Song : public QObject {
void readRoute(Xml& xml);
void recordEvent(MidiTrack*, Event&);
void msgInsertTrack(Track* track, int idx, bool u = true);
+ // Enable all track and plugin controllers, and synth controllers if applicable, which are NOT in AUTO_WRITE mode.
+ void reenableTouchedControllers();
void clearRecAutomation(bool clearList);
void processAutomationEvents();
void processMasterRec();