FP8: Use Mixer-Order

This commit is contained in:
Robin Gareus 2017-07-01 17:11:55 +02:00
parent a967a942d2
commit 58beb02024

View File

@ -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 */