UDP -> Web Socket Example
This example illustrates a Node.js server that will relay OSC messages sent via a UDP socket (listening on port 57121) to a web page using a Web Socket connection.
Installation
- Run
npm install
in the terminal to install all required Node dependencies - In the
web
directory, runnpm install
to install all web dependencies
Running the Example
- Run
node .
in the Terminal - Open
http://localhost:8081
in your browser - Control the synth using OSC messages sent from Lemur or another OSC server