summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/track.cc')
-rw-r--r--libs/ardour/track.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc
index db70d79aaf..a738aebad9 100644
--- a/libs/ardour/track.cc
+++ b/libs/ardour/track.cc
@@ -87,6 +87,8 @@ Track::init ()
use_new_playlist ();
+ /* ordering here is important, and needs to be generally maintained */
+
add_processor (_disk_writer, PreFader);
add_processor (_disk_reader, PreFader);