mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Correct wrong value on LCD strip when fader is touched (fixs #6619 from Petr Vejsada)
This commit is contained in:
parent
796e404819
commit
79113144ef
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ Strip::fader_touch_event (Button&, ButtonState bs)
|
|||
_fader->start_touch (_surface->mcp().transport_frame());
|
||||
|
||||
if (ac) {
|
||||
queue_parameter_display ((AutomationType) ac->parameter().type(), ac->internal_to_interface (ac->get_value()));
|
||||
queue_parameter_display ((AutomationType) ac->parameter().type(), ac->get_value());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue