/synth

Primary LanguageHTMLMIT LicenseMIT

Web Synth (WIP)

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.

Screenshot

You can play the notes by clicking the keys or with keyboard (AWSEDFT...).

Development

npm install
npm run dev

and open http://localhost:5173/ to get started.

Deployment

npm run build

and host the produced dist directory.

License

MIT