From 58beb02024723c012c02f71b2fae0075a23a40d5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 1 Jul 2017 17:11:55 +0200 Subject: FP8: Use Mixer-Order --- libs/surfaces/faderport8/faderport8.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/faderport8/faderport8.cc b/libs/surfaces/faderport8/faderport8.cc index 50d8a213b0..77a4556b15 100644 --- a/libs/surfaces/faderport8/faderport8.cc +++ b/libs/surfaces/faderport8/faderport8.cc @@ -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 */ -- cgit v1.2.3