Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Boddlnagg#122 On Windows, midiOutReset was being called before midiOutClose, presumably to cancel any pending output. This caused extra MIDI commands to be sent. Instead, we now call midiOutClose repeatedly until it's no longer blocked by pending output.
- Loading branch information