diff options
author | Tim E. Real <termtech@rogers.com> | 2013-05-08 08:52:52 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2013-05-08 08:52:52 +0000 |
commit | 2c1f2f49d2ac878c13f9c59d86166a62bbd7573d (patch) | |
tree | 96bb20b3f43823fa51cf49cfa25fae49f73882ce /muse2/muse/song.h | |
parent | 8a491e19e6520f2680bf51aec1ca7e2070ccaec7 (diff) |
Yet another MAJOR audio engine and plugin/synth process chain re-write.
And much more, see ChangeLog, May 8 2013.
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r-- | muse2/muse/song.h | 2 |
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(); |