A modular audio playground for the Web Audio API.
This playground has initially been created for a hands-on workshop. You may want to take a look at the presentation slides.
- go in this codesandbox right now
- or you can just try the UI here.
- or
git clonethis repo and code in your favorite editor.
Add your songs in the src/music/songs directory.
Don't forget to export them in
src/music/songs/index.js
Then you can create new instruments in the src/music/instruments directory and use them as tracks in your song class.
yarn install
yarn run serve
yarn run build
./deploy.sh
yarn run test
yarn run lint