Skip to content

grese/schroeder.js

Repository files navigation

schroeder.js Build Status

A library built on top of the WebAudio API.

Schroeder

Production

To use the finished product in production, simply add the following script tag in the DOM:

<script src='dist/schroeder.js'></script>

Development:

Install:

Download project, and install the dependencies...

  • git clone https://github.com/grese/schroeder.js.git
  • cd schroeder.js
  • npm install -g bower (skip if bower is already installed globally)
  • npm install -g testem (skip if testem is already installed globally)
  • npm install

Tests

The project uses Mocha as the testing framework, Chai for assertions, and Sinon for spies & stubs. The test runner is testem (which you would have installed during the installation steps).

  • npm start (npm test is currently used by the Travis CI job)
  • In your browser, visit: http://localhost:7357/

Dist:

To update the production version of this file (dist), this is the command:

  • node build dist

About

A library built on top of the WebAudio API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published