jasmid
jasmid copied to clipboard
UNMAINTAINED. A MIDI file reader and synthesiser in Javascript
This code ``` javascript case 0x51: event.subtype = 'setTempo'; if (length != 3) throw "Expected length for setTempo event is 3, got " + length; event.microsecondsPerBeat = ( (stream.readInt8()
noteoff appears well on chrome and firefox.but On IE I got "noteAftertouch",and the note also get disorted.
some way to loop would be nice and jhohertz https://github.com/jhohertz/jasmid/tree/sidengine seem to have done lots of work on the jasmid and this is perfect for 8 bit song in midi...
Hi! I am trying to figure out how to build a project in which I need to play single notes. Those notes would be defined from javascript, say playNote("a") or...