https://github.com/denczo/monomind
Monomind is a monophonic synthesizer with a 32 step sequencer to create bass lines
https://github.com/denczo/monomind
dsp reactjs typescript webaudio-api
Last synced: 2 months ago
JSON representation
Monomind is a monophonic synthesizer with a 32 step sequencer to create bass lines
- Host: GitHub
- URL: https://github.com/denczo/monomind
- Owner: denczo
- License: mit
- Created: 2023-10-10T05:08:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T16:19:22.000Z (over 1 year ago)
- Last Synced: 2025-07-09T01:53:34.212Z (10 months ago)
- Topics: dsp, reactjs, typescript, webaudio-api
- Language: TypeScript
- Homepage: https://www.monomind.info
- Size: 1.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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. It supports responsive design.

### 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:
```console
cd synth
npm start
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.