SCS is starting to implement proper OSC

This commit is contained in:
2024-09-17 21:32:34 -05:00
parent e4495229e4
commit 317c370e05
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -2,4 +2,5 @@
<ul>
<li>Remote App must be set to OSC App under Remote App Interface settings</li>
<li>Network Protocol must be set to TCP under Remote App Interface settings</li>
<li>OSC Version must be set to 1.1 under Remote App Interface settings</li>
</ul>
-1
View File
@@ -1,7 +1,6 @@
exports.config = {
defaultName: 'Show Cue Systems',
connectionType: 'osc',
useSLIP: false,
defaultPort: 58100,
mayChangePorts: true,
heartbeatInterval: 5000,