https://github.com/elas7/monotron
Reverse engineering of the Monotron. Made with Web Audio API, React and Redux.
https://github.com/elas7/monotron
monotron react redux synthesizer webaudio
Last synced: 11 months ago
JSON representation
Reverse engineering of the Monotron. Made with Web Audio API, React and Redux.
- Host: GitHub
- URL: https://github.com/elas7/monotron
- Owner: elas7
- Created: 2017-08-16T17:03:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T10:13:42.000Z (over 3 years ago)
- Last Synced: 2024-03-12T16:36:12.925Z (over 2 years ago)
- Topics: monotron, react, redux, synthesizer, webaudio
- Language: JavaScript
- Homepage: https://elas7.github.io/monotron/
- Size: 4.14 MB
- Stars: 53
- Watchers: 4
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Monotron
========

Reverse engineering of the Monotron. Made with Web Audio API, React and Redux.
Demo: https://elas7.github.io/monotron/
You can play it with a QWERTY keyboard or with a mouse. It also works on mobile (with multi-touch support). This means that you can play a note and move the knobs at the same time, in any platform.
Installation
------------
Clone the repo by running:
```bash
git clone git://github.com/elas7/monotron
```
Enter the directory and run the build script:
```bash
cd monotron && yarn install
```
Build the project with:
```bash
yarn run build
```