A web based music sequencer written in typescript and react.
- Fifteen 64-step sequencers
- Drag and drop your own audio samples onto the sequencer from local storage
- 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 can be seen here.
git clone https://github.com/erikburt/TSequencer.git
npm i
npm start
or
yarn start
Open your web browser and go to localhost:3000.