mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
FP8: Use Mixer-Order
This commit is contained in:
parent
a967a942d2
commit
58beb02024
1 changed files with 1 additions and 1 deletions
|
|
@ -922,7 +922,7 @@ FaderPort8::filter_stripables (StripableList& strips) const
|
|||
strips.push_back (*s);
|
||||
}
|
||||
}
|
||||
strips.sort (Stripable::Sorter());
|
||||
strips.sort (Stripable::Sorter(true));
|
||||
}
|
||||
|
||||
/* Track/Pan mode: assign stripable to strips, Send-mode: selection */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue