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

https://github.com/nerddiffer/beatsequencer

A classic beat sequencer
https://github.com/nerddiffer/beatsequencer

Last synced: 12 months ago
JSON representation

A classic beat sequencer

Awesome Lists containing this project

README

          

# Beat Sequencer

A classic beat sequencer

[Demo link](https://beatsequencer.herokuapp.com/)

### Play at home

```sh
npm install

# Two ways to run

# 1. With separate terminal tab for front-end & back-end:
npm run back-end
npm run front-end

# 2. One terminal tab for both front-end & back-end
npm start
```

### Technologies

* React on front end
* Redux for state management
* ToneJS for sound generation
* Express server on back end