mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
mackie: display correct numerical send level
This commit is contained in:
parent
20d74585fd
commit
de29ed02bc
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ Strip::notify_send_level_change (AutomationType type, uint32_t send_num, bool fo
|
|||
|
||||
if (control) {
|
||||
float val = control->get_value();
|
||||
do_parameter_display (type, control->internal_to_interface (val));
|
||||
do_parameter_display (type, val);
|
||||
/* update pot/encoder */
|
||||
_surface->write (_vpot->set (control->internal_to_interface (val), true, Pot::wrap));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue