https://github.com/uohzxela/synth-pad
HTML5 Web Audio synthesizer and visualizer
https://github.com/uohzxela/synth-pad
Last synced: 7 months ago
JSON representation
HTML5 Web Audio synthesizer and visualizer
- Host: GitHub
- URL: https://github.com/uohzxela/synth-pad
- Owner: uohzxela
- Created: 2014-11-26T04:29:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T17:44:52.000Z (over 10 years ago)
- Last Synced: 2025-01-17T08:26:41.317Z (9 months ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# synth-pad
![Image of synth-pad]
(http://img.photobucket.com/albums/v232/Ravon/Screenshot%20from%202015-03-25%20225941.png)HTML5 Web Audio synthesizer and visualizer
Video demo: https://www.dropbox.com/s/c5xuzhj7u0qrtg1/synthpad.mp4?dl=0
# Run it
1. Checkout this repo:
```
git clone git@github.com:uohzxela/synth-pad.git
& cd synth-pad
```
3. `python -m SimpleHTTPServer 8000`
4. Go to `http://localhost:8000/synthpad.html`# Features
1. Loop
2. Reverb
3. Dub delay
4. Filter (badly done)
5. Record and export to .wav files (refresh to clear previous recording)