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.
- Load gibberwocky.midi in Chrome.
- Hit Ctrl+Enter to execute a line of code. Look at the tutorials for examples of how to use.
- See the reference for more information.
First, install all packages with:
cd client
npm installAfter 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.