From 27b00abc6c6652ff66af3a3a8c24f8199071a3ec Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Wed, 25 Jan 2023 23:19:02 -0500 Subject: [PATCH] make search buffer proper OSC --- plugins/digico/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/digico/main.js b/plugins/digico/main.js index d7f153a..9b15e0b 100644 --- a/plugins/digico/main.js +++ b/plugins/digico/main.js @@ -13,7 +13,8 @@ exports.config = { type: 'UDPsocket', // send "/Console/Name/?" this is what the iPad sends to check connection searchBuffer: Buffer.from([ - 0x2f, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x65, 0x2f, 0x4e, 0x61, 0x6d, 0x65, 0x2f, 0x3f, + 0x2f, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x65, 0x2f, 0x4e, 0x61, 0x6d, 0x65, 0x2f, 0x3f, 0x00, 0x2c, 0x00, 0x00, + 0x00, ]), devicePort: 8000, listenPort: 9000,