This is a basic synthesiser with an LFO modulation built using React and Redux frameworks and the Web Audio API.
- Two dropdown lists that allow users to select 4 types of waveforms for the oscillator and the LFO
- An XY pad that controls the frequencies of the oscillator and the LFO
- A button that turns the oscillator and the LFO on/off
npm start
This assumes that you are using npm as your package manager. The image below shows how it would look like on your browser:
- Node.js
- React
- Redux
- Web Audio API