0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove Array.map reference (issue #27) More... about 11 years ago
removed WebMIDIAPI.js from demos as it's been getting in the way with older browsers (and is anyone else using this?) More... about 11 years ago
Merge pull request #20 from bsstoner/audiotag-pause More... about 11 years ago
Merge pull request #21 from bsstoner/flash More... about 11 years ago
Merge pull request #22 from bsstoner/soundmanager More... about 11 years ago
need to use nid to find channel to pause, and forgot to add i to channel_nid to get nid More... about 11 years ago
when stopping a note, look through the channels from oldest to newest, stop only the first matching note, then null it out and return More... about 11 years ago
fixes #18, keep track of which instrument/note pair is playing on each audiotag 'channel', then on noteOff/chordOff find the right audiotag 'channel' to pause(). More... about 11 years ago
Pass instruments into flash.connect(), so that it can load all the sample .mp3 files More... about 11 years ago
Add soundManagerUrl + soundManagerSwfUrl options that can be passed to loadPlugin() to override paths to soundManager js/swf files More... about 11 years ago
Merge pull request #15 from shama/updategrunt More... about 11 years ago
Update gruntfile to v0.4 More... about 11 years ago
fix Issue #14 More... about 11 years ago
add 3 new demos to the readme More... about 11 years ago
Merge branch 'master' of https://github.com/mudcube/MIDI.js More... about 11 years ago
merge in some updates to jasmid More... about 11 years ago
Merge pull request #13 from ragamroll/patch-1 More... about 11 years ago
Update inc/jasmid/replayer.js More... about 11 years ago
add USE_JAZZMIDI variable to enable experimental Web MIDI API, add utf8 meta tags to demos More... over 11 years ago
. More... over 11 years ago
fix bug in fallback More... over 11 years ago
re-enable Web MIDI API with fallback More... over 11 years ago
disable MIDI API for debugging… not working for some people More... over 11 years ago
update Event.js library to latest version More... over 11 years ago
tweak Basic demo More... over 11 years ago
cleanup plugin More... over 11 years ago
fix the ability to select a specific technology (for debugging) by setting the hash tag: #webmidi, #webaudio, #audiotag, or #flash More... over 11 years ago
add WebMIDIAPI shim to all the demos More... over 11 years ago
add noteOff/chordOff support for Audio Tag (does this sound ok without linear ramping?) More... over 11 years ago
grunt build More... over 11 years ago