https://github.com/sethherr/synthnet
the most synthetic of nets
https://github.com/sethherr/synthnet
Last synced: about 2 months ago
JSON representation
the most synthetic of nets
- Host: GitHub
- URL: https://github.com/sethherr/synthnet
- Owner: sethherr
- Created: 2014-11-13T02:46:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T15:30:48.000Z (over 10 years ago)
- Last Synced: 2025-02-10T22:28:39.073Z (3 months ago)
- Language: JavaScript
- Size: 363 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# SynthNet
Welcome to the most synthetic of nets
---
install packages with `npm install`
Run it with `node app.js`
To compile the client scripts, run `gulp` in the command prompt. This will watch for changes and compile the scripts (it takes a little while to compile, srys). [source/client_scripts.js](source/client_scripts.js) contains the code for the clients and the code for making noise.
You'll see more instructions when you run it.
Thanks to [timbre's Pragmatic Synth documentation](http://mohayonao.github.io/timbre.js/PragmaSynth.html)
---
**Things to do:**
- Figure out why it doesn't work on phones
- Make it work on phones
- make it compile faster
- Add routes
- Add views
- Make it reload in development**Future goals:**
- midi interface support
- Sound options (make it actually a synthesizer)