/rytm-randomizer

Primary LanguageJavaScriptMIT LicenseMIT

RYTM Randomizer

A single-page web application that connects to an Elektron Analog RYTM synthesizer (over USB MIDI) and randomizes its well-known synth parameters.

Installation

The guts of this project were generated from create-react-app. Install dependencies with yarn or npm:

yarn
npm install

Run

yarn run start

Or...

npm start