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

https://github.com/vinaysharma14/step-sequencer

A React app mimicking a hardware used back in the days, Step Sequencer for producing music beats with baked in audio samples and custom ones.
https://github.com/vinaysharma14/step-sequencer

javascript mobx-react music-application music-composer music-composition music-library music-player music-theory-apps react-js

Last synced: 10 months ago
JSON representation

A React app mimicking a hardware used back in the days, Step Sequencer for producing music beats with baked in audio samples and custom ones.

Awesome Lists containing this project

README

          

# Step Sequencer

![Image Of Step Sequencer](https://i.imgur.com/Jo9YAsK.png)

It is an application that can be used to produce beats. Some default audio samples have been provided for you to get going.
You can even bind keyboard with samples, and record your beats just like any midi controller and much more!

The step sequencer is developed in React JS.

*Inspired by Image Line's [FL Studio](https://www.image-line.com/flstudio/).*

## Demo

The [Step Sequencer](https://vinaysharma14.github.io/step-sequencer/) is deployed using GitHub Pages.

## Installation

- Install `npm` package manager
- Clone the repository and we are good to go!

```
git clone https://github.com/vinaysharma14/step-sequencer.git
npm install
npm start
```

## Audio Library Used

Check out this amazing [Howler JS](https://howlerjs.com/) library that was as easy as pie to implement in the step sequencer!