Simple mono web synthesizer using vanilla JS and Web Audio APIs. Inspired by Minimoog Model D, built to learn how synthesizers work and how audio is produced programmatically.
You can play the notes by clicking the keys or with keyboard (AWSEDFT...
).
npm install
npm run dev
and open http://localhost:5173/ to get started.
npm run build
and host the produced dist
directory.
MIT