template |
---|
true |
This project will listen for Open Sound Control (OSC) messages and will also continously send messages to a port. Once you start it will tell you which addresses and ports are relevant.
To install the required libraries
npm install
Once it is done you can run the command below to run it.
npm start
Or you can run the command below to start it and having it restart every time you modify it.
npm run dev
Just open the index.js
file and take a look at the comments.