LCXL: fix pan for Mixbus device mode, too

This commit is contained in:
Jan Lentfer 2020-02-13 09:52:12 +01:00
parent 7e25298721
commit b9b6a57245

View file

@ -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);
}
}