mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
mackie: update fader+pot when changing flip status
This commit is contained in:
parent
e38fad6228
commit
9b1a150dd9
1 changed files with 9 additions and 0 deletions
|
|
@ -1368,6 +1368,15 @@ Strip::flip_mode_changed ()
|
|||
do_parameter_display (BusSendLevel, fader_control->get_value());
|
||||
}
|
||||
|
||||
/* update fader */
|
||||
|
||||
_surface->write (_fader->set_position (pot_control->internal_to_interface (pot_control->get_value ())));
|
||||
|
||||
/* update pot */
|
||||
|
||||
_surface->write (_vpot->set (fader_control->internal_to_interface (fader_control->get_value()), true, Pot::wrap));
|
||||
|
||||
|
||||
} else {
|
||||
/* do nothing */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue