erikburt / TSequencer

A web based music sequencer written in typescript and react.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A web based music sequencer written in typescript and react.


Languages

Language:TypeScript 85.7%Language:CSS 11.2%Language:HTML 3.0%