cwilso / WebMIDIAPIShim

Polyfill using the Jazz NPAPI MIDI plugin to implement the Web MIDI API on Mac and Windows.
380 stars 53 forks source link

Invoke Math.random when assigning id to 'audio/x-jazz' object #21

Closed squarefeet closed 11 years ago

squarefeet commented 11 years ago

I noticed Math.random wasn't being called when creating the 'audio/x-jazz' id attribute, resulting in _Jazzfunction random() { [native code] } attributes instead, so just added those on.

cwilso commented 11 years ago

Hurr durr. :)