Skip to content
mohayonao edited this page Dec 10, 2013 · 8 revisions

CoffeeCollider is a language for real time audio synthesis and algorithmic composition in HTML5. The concept of this project is designed as "write a CoffeeScript, and be processed as a SuperCollider."

Installation

node.js

npm install -g coffee-collider
coffeecollider examples/khoomii.coffee

bower

bower install coffee-collider

Features

  • Over 150 unit generators which are almost same as SuperColldier's
  • Operator overloading
  • Syncronized task function
  • Client-Server architecture on WebWorker
  • Run anywhere. supporting Chrome/Firefox/Safari/Opera/IE(flashfallback), iOS/Android and node.js

Examples

Open the below links, and press the "boot" and "run" button.

Documents

https://github.com/mohayonao/CoffeeCollider/wiki/_pages

Clone this wiki locally