From 5c763c99baba62ae05454f411f10605bedd63eac Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Sun, 25 Aug 2024 17:03:18 +0200 Subject: [PATCH] FaderPort8: Use explicit "Port 1" for FP8 too 84e38b4c65c made the same change for FP16. It has apparently not been necessary for FP8 so far, because backends have happened to report "Port 1" before the control port. But that is not necessarily the case. It failed for me when playing around. Change FP8 handling to also not make assumptions about the device order returned by the backend. --- 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 852697f311..c204eba06e 100644 --- a/libs/surfaces/faderport8/faderport8.cc +++ b/libs/surfaces/faderport8/faderport8.cc @@ -117,7 +117,7 @@ FaderPort8::probe (std::string& i, std::string& o) #elif defined FADERPORT2 "PreSonus FP2" #else - "PreSonus FP8" + "PreSonus FP8 Port 1" #endif ;