Skip to content

live coding / algorithmic composition environment using JavaScript with MIDI output.

License

Notifications You must be signed in to change notification settings

gibber-cc/gibberwocky.midi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

live coding / algorithmic composition environment using JavaScript with MIDI output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published