mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 20:06:09 +01:00
[Summary]: change the added behavior TRACKS specific: gain for a newly created route is 0 dB (in stereo- and multi-out mode) . Per Igor's request.
This commit is contained in:
parent
8d64dd06b6
commit
e30fac6959
1 changed files with 1 additions and 1 deletions
|
|
@ -2651,7 +2651,7 @@ Session::new_audio_track (int input_channels, int output_channels, TrackMode mod
|
|||
// -18 for Stereo Out mode
|
||||
// -0 Multi Out mode
|
||||
if (Config->get_output_auto_connect() & AutoConnectMaster) {
|
||||
track->set_gain (dB_to_coefficient (-18), 0);
|
||||
track->set_gain (dB_to_coefficient (0), 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue