mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
prevent crash when changing gain with transport stopped and panner bypassed
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4030 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
53c2e47225
commit
c528d174e8
1 changed files with 1 additions and 1 deletions
|
|
@ -2613,7 +2613,7 @@ IO::set_gain (gain_t val, void *src)
|
|||
|
||||
if (_session.transport_stopped()) {
|
||||
_effective_gain = val;
|
||||
_gain = val;
|
||||
// _gain = val;
|
||||
}
|
||||
|
||||
gain_changed (src);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue