mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
This commit is contained in:
parent
8caed20c97
commit
295eb9a395
3 changed files with 35 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue