mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
MCU: work around mixbus initialization issue
This commit is contained in:
parent
d6697cd702
commit
e42cea63d5
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ MackieControlProtocol::get_sorted_stripables()
|
|||
// fetch all stripables
|
||||
StripableList stripables;
|
||||
|
||||
session->get_stripables (stripables, PresentationInfo::AllStripables);
|
||||
session->get_stripables (stripables);
|
||||
|
||||
// sort in presentation order, and exclude master, control and hidden stripables
|
||||
// and any stripables that are already set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue