This is a simple personal project to create a synthesizer interface with the WebAudioAPI / Tone.js
The idea of this project was to design a monochrome, monophonic synthesizer (with a monospaced font).
The initial focus was to use using built-in React hooks to sync with the WebAudioAPI, and later as a practice project to migrate to TypeScript.
The project is deployed here: Netlify
TODO:
- Migrate to Vite
- Use Zustand for state management