http://mohayonao.github.io/CoffeeCollider/
- "Run" Run the code
- "Stop" Stop the code
- "Link" Save the code
- "Compile" Show compiled javascript code
-
Read sample code
- Can be loaded by specifying the file name following the # at the end of the URL
- http://mohayonao.github.io/CoffeeCollider/#audio.coffee
-
Reading sample Gist
- Can be loaded by specifying the gist id followed by the:# at the end of the URL
- https://gist.github.com/mohayonao/8047000
- http://mohayonao.github.io/CoffeeCollider/#gist:8047000
- Please use *.coffee as file name
-
Keyboard interface
- Try
Message.on "keyboard"
and see what comes - And (was it released or pressed 0,1) gate signal (60-83) MIDI number is sent from the keyboard operation
- Try
-
Attention !
- Code you are writing when you reload the screen will be lost
- Use the "Link" button if you don't want to erase the code when refreshing
https://github.com/mohayonao/CoffeeCollider/wiki/91-List-of-Implemented-UGens
https://github.com/mohayonao/CoffeeCollider/tree/master/examples
- CoffeeCollider WIKI
- Differences between SuperCollider and CoffeeCollider
- Differences between CoffeeCollider and SuperCollider
- CoffeeCollider for the first time
- Learning CoffeeScript
- Learning SuperCollider
- SuperCollider Documentation Search
great!! thanks!!!!