nfroidure / midifile

A MIDI file parser/writer using ArrayBuffers
http://karaoke.insertafter.com
MIT License
199 stars 30 forks source link

Fix subtype filtering in getEvents #19

Closed exastris closed 8 years ago

exastris commented 8 years ago

The getEvents function accepts an optional subtype filter however this parameter was not being used. Rather, if subtype was set then it was matching event.subtype against the type parameter instead.

nfroidure commented 8 years ago

Nice catch! 👍