Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1019 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1019 Bytes

Gibberwocky.MIDI

This repo is for a plugin to live code MIDI messages for targeting synths and/or digital audio workstations. It is fork of Gibberwocky, a live-coding environment for Ableton Live, which in turn is based on Gibber, a live-coding environment for the browser that targets the WebAudio API.

Live Environment

  1. Load gibberwocky.midi in Chrome.
  2. Hit Ctrl+Enter to execute a line of code. Look at the tutorials for examples of how to use.
  3. See the reference for more information.

Development

First, install all packages with:

cd client
npm install

After making changes to any javascript, use gulp build from within root directory to rebuild the primary index.js file. You can also simply use gulp to launch a watcher that will recompile the main .js file whenever you make changes to any of the JavaScript files.