57u / webaudiosequencer

Make music with sounds from around the web using HTML5 and the Web Audio API.

Home Page:http://webaudiosequencer.stuartkeith.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Audio Sequencer

By Stuart Keith.

Web Audio Sequencer is a web application used to compose music. It sources sounds from external websites, such as FreeSound, SoundCloud, etc.

Try it here.

It uses the following browser features:

  • Web Audio API
  • HTML5 drag and drop API
  • Canvas
  • CSS3 animations
  • Page Visibility API (Chrome only)

This application uses the following libraries:

Building/Compiling/Deployment

npm install to install the dependencies.

gulp to generate the sprites and CSS files, and start a webserver on port 8000.

gulp build to compile an optimized version (one JavaScript file) into the build directory.

Credits

The icons used are part of the Default Icon set by interactivemania.

The tiled background is the 'Subtle Dots' pattern by Designova (downloaded via Subtle Patterns).

About

Make music with sounds from around the web using HTML5 and the Web Audio API.

http://webaudiosequencer.stuartkeith.com

License:MIT License


Languages

Language:JavaScript 92.4%Language:CSS 6.0%Language:HTML 1.7%