StageLinq
StageLinq copied to clipboard
NodeJS library implementation to access information through the Denon StageLinq protocol
We need support to connect to more than just a single device. Also connecting/responding to various services on each of these devices should properly function
Here is my error message: node --experimental-loader ts-node/esm ./index.ts (node:15452) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time (Use `node --trace-warnings ...` to show where...
https://github.com/MarByteBeep/StageLinq/blob/a9b396a36b211da2476306bd6d6e136b5882ca87/Controller.ts#L50 If a user has Resolume running somewhere on the network and it quits Resolume sends out a "DISCOVERER_EXIT_". That message is picked up by this method. This line asserts...
As described here: https://github.com/MarByteBeep/StageLinq/issues/4 When trying to connect to a mixer, the code crashes. So the code needs to bypass the mixer, either by skipping `result.source === "DN-X1800Prime"` or by...