Skip to content

zapperment/blinking-mkiii

Repository files navigation

Blinking MkIII

Let's make the SL MkIII blink!

Prerequisites

You should have the latest version of Node.js installed (at least version 20).

Setup

You only have to do this once...

Install dependencies

We use the Yarn package manager, so you install dependencies like this:

yarn

Configuration

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

Running the script

Run the script like this:

yarn start

About

Let's make the SL MkIII blink!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published