Synth is a simple browser based synthesizer using the web audio API.
- Visual keyboard showing key mappings and keys pressed
- Octave range from 0 to 6
- Waveform visualizer
- Adjustable Delay, Attack, Decay, Sustain, Release amplitude envelope
1.0.0
- gulp - streaming build system
- browserify - node style modules in the browser
- gulp-sourcemaps - allows for original source to be referenced from minified code
- gulp-uglify - code minifier/compressor
Install npm packages
npm install
To build the source files and output them to the dist folder
npm run build
- allow waveform type to be changed
- add filter
- add LFO
- add master volume control
MIT