node-red-contrib-osc icon indicating copy to clipboard operation
node-red-contrib-osc copied to clipboard

Open Sound Control (OSC) support for Node-RED

Results 4 node-red-contrib-osc issues
Sort by recently updated
recently updated
newest added

[OSC 1.0 standard](https://opensoundcontrol.stanford.edu/spec-1_0.html) says that messages sent over TCP must be prefixed with the message length, encoded as 4 bytes. > In a stream-based protocol such as TCP, the stream...

Like @nfavrod I am also trying to control a Behringer X32 with this node. Some commands need the response defined as an integer - e.g.: `/ch/01/mix/on ,i 0` It seems...

This fixes https://github.com/njh/node-red-contrib-osc/issues/22

Hello ! It looks like osc did update its version on npm. As you rely on it, the current version somehow breaks your node and node red complains on startup....