From 317c370e05b3293d8efbe0a6a4190f8a7ecaa994 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 17 Sep 2024 21:32:34 -0500 Subject: [PATCH] SCS is starting to implement proper OSC --- plugins/scs/info.html | 1 + plugins/scs/main.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scs/info.html b/plugins/scs/info.html index d59d189..8197996 100644 --- a/plugins/scs/info.html +++ b/plugins/scs/info.html @@ -2,4 +2,5 @@ diff --git a/plugins/scs/main.js b/plugins/scs/main.js index bdd39ea..d7db126 100644 --- a/plugins/scs/main.js +++ b/plugins/scs/main.js @@ -1,7 +1,6 @@ exports.config = { defaultName: 'Show Cue Systems', connectionType: 'osc', - useSLIP: false, defaultPort: 58100, mayChangePorts: true, heartbeatInterval: 5000,