Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 674 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 674 Bytes

MonoMind

MonoMind is a synthesizer written with ReactJS and Typescript using the Web Audio API. Like it's name suggest it is a monophonic synthesizer with a 32 step sequencer that let you progam any kind of melody.

alt text

Technical features:

  • 32 Step sequencer
  • ADSR Envelope
  • Main Oscillator with Triangle, Sawtooth and Squarewave
  • LFO to control pitch
  • Cutoff Filter
  • Audio Visualizer
  • 25 Key Keyboard

Live demo: https://www.monomind.info

How to run:

cd synth
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.