An open API service indexing awesome lists of open source software.

https://github.com/richplastow/cheesynth

A modular Web Audio synthesizer with plaintext rendering.
https://github.com/richplastow/cheesynth

Last synced: 4 months ago
JSON representation

A modular Web Audio synthesizer with plaintext rendering.

Awesome Lists containing this project

README

        

CheeSynth 0.0.8
===============

A modular Web Audio synthesizer with plaintext rendering.

See [cheesynth.richplastow.com](http://cheesynth.richplastow.com/) for
documentation and live usage examples.

Build
-----

Build CheeSynth on the command line:
```
$ coffee -j build/cheesynth.js -wc src/*.litcoffee
```

Build with tests:
```
$ coffee -j build/cheesynth-test.js -wc src/*.litcoffee test/*.litcoffee
```

Test CheeSynth on the client:
Open `test/run-all-tests.html` in a web browser