summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-23 14:35:31 +0100
committerRobin Gareus <robin@gareus.org>2015-12-23 14:35:31 +0100
commit9cddc7cda09997fd45bd6aae61be94f4337f617e (patch)
tree1510589f53c0ccef9766c2c242c9374f593376f8 /libs/ardour/route.cc
parent751e6a3dbcecb60632efb0aefed92ccb8dc84e1c (diff)
add monitor-processor pre-fader (not at the top)
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 423fffbaf6..caae7af43a 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -4807,7 +4807,7 @@ Route::setup_invisible_processors ()
if (_monitor_control && is_monitor ()) {
assert (!_monitor_control->display_to_user ());
- new_processors.push_front (_monitor_control);
+ new_processors.insert (amp, _monitor_control);
}
/* INTERNAL RETURN */