arirusso / unimidi

Realtime MIDI IO for Ruby
Other
255 stars 28 forks source link

Fixing midi-winmm support for windows. #31

Closed ryancastro closed 9 years ago

ryancastro commented 9 years ago

This commit removed "Adapter" from the module name, which broke Unimidi for windows when using midi-winmm. https://github.com/arirusso/unimidi/commit/56c0d49193b041561ea5475924f1377790376435

arirusso commented 9 years ago

Thank you for catching this. Unfortunately, the name of the module was correct--but the place where it's called in UniMIDI::Platform is wrong. I'll merge your request so you get credit and then change it in both places.