Skip to content

Version 1.0.0

Choose a tag to compare

@gakimball gakimball released this 14 Oct 00:32
· 88 commits to master since this release

This release finalizes the API for Supercollider.

  • Configuration is done with Supercollider.config().
  • Adapters are added with Supercollider.adapter(). This includes the default adapters.
    • Adapters are no longer turned on separately in the config options.

And one more change:

  • An error is thrown if a template path is not defined, or if the path to the template can't be loaded.