summaryrefslogtreecommitdiff
path: root/libs/ardour/monitor_processor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-18 01:31:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-18 01:31:54 +0000
commit295eb9a395d2ad36654a1d71019a571400adaee8 (patch)
tree432a52be7b95e816a9bebace4910dfa05b59b75a /libs/ardour/monitor_processor.cc
parent8caed20c973636343a8a337dc78b34a399b74d78 (diff)
force AFL monitor/listen send to be at the very end of the Route processor list; put the monitor processor used by the monitor/listen send right after that bus' internal return (to provide for post-monitor-control metering etc); hide monitor/listen sends
git-svn-id: svn://localhost/ardour2/branches/3.0@6773 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/monitor_processor.cc')
-rw-r--r--libs/ardour/monitor_processor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/monitor_processor.cc b/libs/ardour/monitor_processor.cc
index aa1609a844..8399c0382a 100644
--- a/libs/ardour/monitor_processor.cc
+++ b/libs/ardour/monitor_processor.cc
@@ -268,6 +268,8 @@ MonitorProcessor::run (BufferSet& bufs, sframes_t /*start_frame*/, sframes_t /*e
}
if (_mono) {
+ DEBUG_TRACE (DEBUG::Monitor, "mono-izing\n");
+
/* chn is now the number of channels, use as a scaling factor when mixing
*/
gain_t scale = 1.0/chn;