Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@gakimball gakimball released this 23 Feb 22:22
· 56 commits to master since this release
  • Global data can be passed to the Handlebars instance with the data option in the config() function. Thanks @thompsongl!
  • The Supercollider class is now exported separate from the main module export, which returns a new instance of the class.
var Supercollider = require('supercollider').Supercollider;

// Why did I pick such a long name for a library?
var s = new Supercollider();