Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbonfive/sequencer
Simple Web Audio API sequencer.
https://github.com/carbonfive/sequencer
Last synced: about 2 months ago
JSON representation
Simple Web Audio API sequencer.
- Host: GitHub
- URL: https://github.com/carbonfive/sequencer
- Owner: carbonfive
- Created: 2012-01-18T22:37:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-19T22:03:20.000Z (about 13 years ago)
- Last Synced: 2024-04-15T12:18:28.518Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 305 KB
- Stars: 2
- Watchers: 84
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Audio API Sequencer
=======================This little ditty arose from an exploration of the Web Audio API.
The sequencer moves from left to right.
It plays a sound when it passes a checked checkbox.Installation
------------Nothing fancy going on here,
just straight-up HTML, CSS and JavaScript.
Clone the project and serve the sequence directory.
Folks using OS X can use the built-in python web server.
`cd` to the sequence folder and run this:python -m SimpleHTTPServer
Acknowledgements
----------------This project uses [jQuery](http://jquery.com/), [Backbone](http://documentcloud.github.com/backbone/), [Underscore](http://documentcloud.github.com/underscore/), and [Audia](https://github.com/richtaur/audia). Thanks ya'll.
The sounds samples come from various Super Mario games.
We didn't make 'em and we don't claim to own 'em.
They belong to Nintendo. Nintendo, keep making cool games.