mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
LCXL: fix pan for Mixbus device mode, too
This commit is contained in:
parent
7e25298721
commit
b9b6a57245
1 changed files with 2 additions and 2 deletions
|
|
@ -1152,8 +1152,8 @@ LaunchControlXL::dm_pan_azi (KnobID k)
|
|||
|
||||
ac = first_selected_stripable()->pan_azimuth_control();
|
||||
|
||||
if (ac && check_pick_up(knob, ac)) {
|
||||
ac->set_value ( ac->interface_to_internal( knob->value() / 127.0), PBD::Controllable::UseGroup );
|
||||
if (ac && check_pick_up(knob, ac, true)) {
|
||||
ac->set_value (ac->interface_to_internal((knob->value() / 127.0), true), PBD::Controllable::UseGroup);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue