Let's make the SL MkIII blink!
You should have the latest version of Node.js installed (at least version 20).
You only have to do this once...
We use the Yarn package manager, so you install dependencies like this:
yarn
To tell the script which MIDI in and out ports to use, we use a .env file. Copy the provided example file:
cp .env.example .env
In the .env file, you'll see configuration options for MIDI in and out ports. Change these according to your setup. If you are unsure what values to put in the .env file, you can run a helper script that lists all available ports:
yarn list-ports
Run the script like this:
yarn start