tinyrave

Execute TinyRave.com tracks in Atom. Supports JavaScript and CoffeeScript.

emcmanus

293

2

2.2.1

MIT

GitHub

TinyRave

Run TinyRave tracks in Atom!

Preview

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.