Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 722 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 722 Bytes

A Simple Web Synthesiser

This is a basic synthesiser with an LFO modulation built using React and Redux frameworks and the Web Audio API.

Features

  • 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

Getting Started: Running on Local Server

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:

MIR Result

Built With

  • Node.js
  • React
  • Redux
  • Web Audio API