Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

Reverse engineering of the Monotron. Made with Web Audio API, React and Redux.

Awesome Lists containing this project

README

        

Monotron
========

![Monotron](/img/screenshot.png?raw=true "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
```