Skip to content

Mono synth with 32 step sequencer written in ReactJS and Typescript using the Web Audio API

License

Notifications You must be signed in to change notification settings

denczo/monomind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

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.