https://github.com/glimberger/react-redux-sequencer
An audio sequencer written in Typescript and built upon React and Redux
https://github.com/glimberger/react-redux-sequencer
music-composition react redux sequencer typescript webaudio webaudioapi
Last synced: 7 months ago
JSON representation
An audio sequencer written in Typescript and built upon React and Redux
- Host: GitHub
- URL: https://github.com/glimberger/react-redux-sequencer
- Owner: glimberger
- Created: 2019-04-19T19:06:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T09:21:00.000Z (over 6 years ago)
- Last Synced: 2025-03-18T18:42:45.250Z (7 months ago)
- Topics: music-composition, react, redux, sequencer, typescript, webaudio, webaudioapi
- Language: TypeScript
- Homepage:
- Size: 6.08 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Redux sequencer
[](https://app.netlify.com/sites/vigilant-goldberg-a80afb/deploys)What it looks like:
Here's a [demo on Github Pages](https://glimberger.github.io/react-redux-sequencer/session) 🥁
and a [demo on Netlify](https://vigilant-goldberg-a80afb.netlify.com/session) 🎹
To start the project:
```javascript
yarn start
```To run stories:
```javascript
yarn storybook
```Tested with Chrome 63