Consolidate and extend "well-known" controls:

* Add new common strip controls (inspired from Mixbus)
* Remove duplicate documentation, document virtual API only.
* "azimuth" not "azi"
This commit is contained in:
Robin Gareus 2019-09-25 14:00:34 +02:00
parent 09acad190b
commit d10c4c651c
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
6 changed files with 168 additions and 231 deletions

View file

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