mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
LCXL: Fix a problem in switch_bank
This commit is contained in:
parent
45f83beb17
commit
ff0ee75a56
2 changed files with 5 additions and 1 deletions
|
|
@ -674,6 +674,7 @@ LaunchControlXL::solo_mute_rec_changed(uint32_t n) {
|
|||
if (!stripable[n]) {
|
||||
return;
|
||||
}
|
||||
DEBUG_TRACE (DEBUG::LaunchControlXL, "solo_mute_rec_changed - CALLING switch_bank(bank_start)\n");
|
||||
switch_bank(bank_start);
|
||||
//update_track_control_led(n);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue