1.0.1 • Published 7 years ago

gibberwocky.midi v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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.