summaryrefslogtreecommitdiff
path: root/libs/surfaces/launch_control_xl
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-25 14:00:34 +0200
committerRobin Gareus <robin@gareus.org>2019-09-25 14:02:45 +0200
commitd10c4c651c38d9e0b0c2c288d543ed464e2f3594 (patch)
treef17f0494ddc82ea1c6e793fbaea5f18dc9f8d708 /libs/surfaces/launch_control_xl
parent09acad190b6b53b03306c9b89826c4e153d5a780 (diff)
Consolidate and extend "well-known" controls:
* Add new common strip controls (inspired from Mixbus) * Remove duplicate documentation, document virtual API only. * "azimuth" not "azi"
Diffstat (limited to 'libs/surfaces/launch_control_xl')
-rw-r--r--libs/surfaces/launch_control_xl/controllers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/launch_control_xl/controllers.cc b/libs/surfaces/launch_control_xl/controllers.cc
index 530af0c2d7..a25504b885 100644
--- a/libs/surfaces/launch_control_xl/controllers.cc
+++ b/libs/surfaces/launch_control_xl/controllers.cc
@@ -1553,7 +1553,7 @@ LaunchControlXL::dm_mb_sends (KnobID k)
if (buttons_down.find(Device) != buttons_down.end()) { // Device button hold
- ac = first_selected_stripable()->send_pan_azi_controllable(send);
+ ac = first_selected_stripable()->send_pan_azimuth_controllable(send);
} else {
ac = first_selected_stripable()->send_level_controllable(send);
}