mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-11 00:33:38 +00:00
pretty x32 plugin
This commit is contained in:
+5
-5
@@ -1,6 +1,6 @@
|
||||
exports.config = {
|
||||
defaultName: "X32 Mixer",
|
||||
connectionType: "osc-udp",
|
||||
defaultName: 'X32 Mixer',
|
||||
connectionType: 'osc-udp',
|
||||
heartbeatInterval: 9000,
|
||||
defaultPort: 10023,
|
||||
mayChangePort: false,
|
||||
@@ -11,9 +11,9 @@ exports.config = {
|
||||
listenPort: 0,
|
||||
validateResponse(msg, info) {
|
||||
return msg.toString().indexOf('/xinfo') === 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
exports.ready = function ready(device) {
|
||||
const d = device;
|
||||
|
||||
Reference in New Issue
Block a user