http://mohayonao.github.io/CoffeeCollider/
- "Run" でコードを実行
- "Stop" で停止
- "Link" でコードをリンク化 (保存)
- "Compile" コンパイル後のコード(JavaScript)を表示
-
サンプルコード読み込み
- URLの末尾に # に続けてファイル名を指定して読み込めます
- http://mohayonao.github.io/CoffeeCollider/#audio.coffee
-
Gistコードの張り付け
- URLの末尾に #gist: に続けて gist id を指定して読み込めます
- https://gist.github.com/mohayonao/8047000
- http://mohayonao.github.io/CoffeeCollider/#gist:8047000
- Gist には *.coffee で保存してください
-
鍵盤インターフェース
- コードの中に
Message.on "keyboard"
があると表示されます - 鍵盤操作で MIDI番号(60-83) と gate信号(0,1 押したか離したか) が送信されます
- コードの中に
-
注意
- 画面をリロードすると書いてるコードは消えてしまいます
- "Link" ボタンでリンク化しておくと消さずにリロードできます
https://github.com/mohayonao/CoffeeCollider/wiki/91-List-of-Implemented-UGens
https://github.com/mohayonao/CoffeeCollider/tree/master/examples
- CoffeeColliderドキュメント
- CoffeeCollider と SuperCollider の違うところ
- CoffeeCollider と CoffeeScript の違うところ
- はじめてのCoffeeCollider
- CoffeeScript基礎文法最速マスター
- SuperCollider基礎文法最速マスター
- SuperColliderドキュメント
ENGLISH VERSION is here : https://gist.github.com/hems/8075546