mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Initialise aux send gain to -inf dB (#3990).
git-svn-id: svn://localhost/ardour2/branches/3.0@9368 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1ae3214c0d
commit
65a90ccffc
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ InternalSend::InternalSend (Session& s, boost::shared_ptr<Pannable> p, boost::sh
|
|||
throw failed_constructor();
|
||||
}
|
||||
}
|
||||
|
||||
_amp->set_gain (0, this);
|
||||
}
|
||||
|
||||
InternalSend::~InternalSend ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue