MCP: maybe fix fader dB display
git-svn-id: svn://localhost/ardour2/branches/3.0@12005 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b253f464a5
commit
3620530e62
@ -312,7 +312,7 @@ Strip::notify_gain_changed (bool force_update)
|
||||
|
||||
if (!control->in_use()) {
|
||||
|
||||
float pos = _route->gain_control()->internal_to_interface (_route->gain_control()->get_value());
|
||||
float pos = _route->gain_control()->get_value();
|
||||
|
||||
if (force_update || pos != _last_gain_position_written) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user