https://github.com/sam-parsons/step-sequencer
multimeter sequencer using react.js and tone.js
https://github.com/sam-parsons/step-sequencer
react tonejs webaudio-api
Last synced: 5 months ago
JSON representation
multimeter sequencer using react.js and tone.js
- Host: GitHub
- URL: https://github.com/sam-parsons/step-sequencer
- Owner: sam-parsons
- License: mit
- Created: 2019-05-19T15:52:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T02:47:46.000Z (over 3 years ago)
- Last Synced: 2023-03-07T19:58:42.357Z (about 2 years ago)
- Topics: react, tonejs, webaudio-api
- Language: JavaScript
- Homepage: https://sam-parsons.github.io/step-sequencer
- Size: 18.5 MB
- Stars: 24
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Installation
```sh
git clone https://github.com/sam-parsons/step-sequencer.gitcd step-sequencer/
yarn
yarn start
```### [Demo](https://sam-parsons.github.io/step-sequencer)
#### Features
- Variable sequence length
- Variable pitches
- Tap Tempo relies on separate AudioContext timer
- Works whether sequence is playing or not#### Coverage
- Chrome 74, Firefox 67, Safari 11
#### License
This project is licensed under the MIT License - see the LICENSE.md file for details.