TinyRave

How to Use
Paste a TinyRave track into Atom, for example:
buildSample = (timeOffset) ->
Math.sin 55 * Math.PI * 2 * Math.pow(timeOffset, 0.3)
Give the file a .coffee extension or manually set the language to CoffeeScript.
Press cmd + enter to play (or ctrl + enter on Windows).
Press cmd + . to stop.
Most errors will show up in the editor, but a few warnings are displayed only in the Developer Tools console.