A simple keyboard synthesizer built with VueJS and the Web Audio API
Web Audio Synth
Web Audio API Synthesizer built using Vue 3.
Description
To play the synthesizer 1) the onscreen piano keyboard can be clicked/touched 2) the typing keyboard can be used in a limited capacity 3) MIDI can be used in Chrome only.
License
MIT License
Demo Link
Web Audio Synth at DabbMedia.com
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
Add SASS support
npm install --save-dev node-sass sass-loader