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.
- Host: GitHub
- URL: https://github.com/richplastow/cheesynth
- Owner: richplastow
- License: mit
- Created: 2015-03-18T19:32:09.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-03-23T15:28:49.000Z (about 10 years ago)
- Last Synced: 2025-01-06T01:10:56.015Z (5 months ago)
- Language: CoffeeScript
- Homepage: http://cheesynth.richplastow.com
- Size: 156 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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