mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-07-26 09:18:39 +00:00
pretty xair plugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
exports.config = {
|
||||
defaultName: "X Air Mixer",
|
||||
connectionType: "UDPsocket",
|
||||
defaultName: 'X Air Mixer',
|
||||
connectionType: 'UDPsocket',
|
||||
heartbeatInterval: 10000,
|
||||
defaultPort: 10024,
|
||||
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;
|
||||
|
||||
@@ -128,7 +128,7 @@ input[type='range']::-webkit-slider-runnable-track {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.infin{
|
||||
.infin {
|
||||
font-size: 20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user