mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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:
parent
09acad190b
commit
d10c4c651c
6 changed files with 168 additions and 231 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue