summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-01 17:11:55 +0200
committerRobin Gareus <robin@gareus.org>2017-07-01 17:11:55 +0200
commit58beb02024723c012c02f71b2fae0075a23a40d5 (patch)
treebbf3513677bce348e9d91d2b2f43f5a328c64fdd /libs
parenta967a942d29000e217637092c1a5db506aa3a24e (diff)
FP8: Use Mixer-Order
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/faderport8/faderport8.cc2
1 files changed, 1 insertions, 1 deletions
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 */