Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.06 KB

TSequencer

A web based music sequencer written in typescript and react.

Features

  • Fifteen 64-step sequencers
  • Drag and drop your own audio samples onto the sequencer from local storage

Todo

  • Refactor to react front-end
  • Variable amount of sequencers
  • A drop down menu per sequencer to choose default and uploaded sounds
  • Configurable column/row count on sequencers
  • Patterned "randomness"
  • Settings to modulate BPM to non-linear
  • Loudness per activation
  • Import/Export of sequencer states (saving)

Demo

Demo can be seen here.

Getting Starting

Install

git clone https://github.com/erikburt/TSequencer.git

npm i

Usage

npm start

or

yarn start

Open your web browser and go to localhost:3000.

Credit