This commit is contained in:
2024-04-05 21:24:58 -05:00
parent 011ace07cd
commit e4495229e4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
<h3>Connection Requirements</h3>
<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>
</ul>
+1 -1
View File
@@ -201,7 +201,7 @@ exports.data = function data(_device, oscData) {
]);
}
} else if (messagePath === '/status') {
const status = oscData.args[0];
// const status = oscData.args[0];
device.send('/info/currcue');
} else if (messagePath === '/connected') {
device.send('/prod/gettitle');