pretty x32 plugin

This commit is contained in:
2022-12-12 14:36:54 -06:00
parent 38b4274e85
commit 7ecc379473
+5 -5
View File
@@ -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;