mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-10 08:13:38 +00:00
make search buffer proper OSC
This commit is contained in:
@@ -13,7 +13,8 @@ exports.config = {
|
||||
type: 'UDPsocket',
|
||||
// send "/Console/Name/?" this is what the iPad sends to check connection
|
||||
searchBuffer: Buffer.from([
|
||||
0x2f, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x65, 0x2f, 0x4e, 0x61, 0x6d, 0x65, 0x2f, 0x3f,
|
||||
0x2f, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x65, 0x2f, 0x4e, 0x61, 0x6d, 0x65, 0x2f, 0x3f, 0x00, 0x2c, 0x00, 0x00,
|
||||
0x00,
|
||||
]),
|
||||
devicePort: 8000,
|
||||
listenPort: 9000,
|
||||
|
||||
Reference in New Issue
Block a user