From cd14cb8d3ee19a92e42965f1c3e633f1b826d398 Mon Sep 17 00:00:00 2001 From: zawz Date: Sun, 16 Jun 2019 15:19:27 +0200 Subject: [PATCH] Cannot connect to devices with port 100 or higher --- src/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.cpp b/src/system.cpp index fefb765..ce94353 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -10,7 +10,7 @@ #include #define ANNOUNCE_COMMAND "aseqdump -p System:1" -#define LIST_COMMAND "aseqdump -l | tail -n +2 | tr -s ' ' | cut -d' ' -f3-" +#define LIST_COMMAND "aseqdump -l | tail -n +2 | cut -c10- | tr -s ' '" void device_check() {