Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 890 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 890 Bytes

Step Sequencer

Image Of Step Sequencer

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.

Demo

The 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 library that was as easy as pie to implement in the step sequencer!