GitXplorerGitXplorer
r

html5drums

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2788d028ebdaf5499444581293a8139cf94f2492

output audio tags in separate lines

rratbeard committed 15 years ago
Unverified
dbb47d139e3c8813c7c4b847f3016436fb22e8b9

add css classes to audio tags

rratbeard committed 15 years ago
Unverified
b998a4b7396f0d3e4d6988e0e0a7d139e243e361

rename wav files

rratbeard committed 15 years ago
Unverified
ff083abaf688f67a54111ab23839c1bfa5e41e94

rename wav files

rratbeard committed 15 years ago
Unverified
a7ef17935ec6170fba39a62dae236ca0daf6a044

remove aif sounds

rratbeard committed 15 years ago
Unverified
3c60d06455d59a101f86c1610937da1cee7d8729

hide footer

rratbeard committed 15 years ago

README

The README file for this repository.

A drum tracker ...in your browser?!?

YES

Courtesy of jquery, jqueryUI, the html5 <audio> tag, and browsers that implement it. That would be:

  • Safari 4
  • Firefox 3.5
  • Chrome nightly (?)
  • Opera (supports audio JS API, but not the audio tag ?)
  • Internet Explorer 8 has no audio support whatsoever (barring Silver-Light™ and Flash®-Technology!)

More about the current audio capabilities of browsers:

Install

git clone git://github.com/ratbeard/html5drums.git
cd html5drums
open out/index.html  # on 

Usage

Firefox is a little slow for this, especially with firebug open -- Webkit works better.

get crazy!:

$.drum.sound('bass').addpip()

Sources && Thanks

  1. Brian Arnold - original idea and implementer
  2. Browsers for implementing <audio>
  3. jquery and jqueryUI developers
  4. God - for giving me strength -- in my arms! †

License