13
0

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:
Carl Hetherington 2011-04-18 18:50:38 +00:00
parent 1ae3214c0d
commit 65a90ccffc

View File

@ -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 ()