mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
LCXL: some final fixes
This commit is contained in:
parent
8f216afa24
commit
fb1fe5ce30
2 changed files with 6 additions and 3 deletions
|
|
@ -866,7 +866,7 @@ LaunchControlXL::knob_pan(uint8_t n)
|
|||
|
||||
if (buttons_down.find(Device) != buttons_down.end()) { // Device button hold
|
||||
#ifdef MIXBUS
|
||||
ac = stripable[n]->comp_threshold_controllable();
|
||||
ac = stripable[n]->filter_freq_controllable(true);
|
||||
#else
|
||||
ac = stripable[n]->pan_width_control();
|
||||
#endif
|
||||
|
|
@ -1096,6 +1096,10 @@ LaunchControlXL::dm_check_dummy (DeviceStatus ds)
|
|||
void
|
||||
LaunchControlXL::dm_fader (FaderID id) {
|
||||
|
||||
if (!first_selected_stripable()) {
|
||||
return;
|
||||
}
|
||||
|
||||
boost::shared_ptr<AutomationControl> ac;
|
||||
boost::shared_ptr<Fader> fader;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue