midiOutReset function Null safety winmm
- int hmo
The midiOutReset function turns off all notes on all MIDI channels for the specified MIDI output device.
MMRESULT midiOutReset(
HMIDIOUT hmo
);
Implementation
int midiOutReset(int hmo) => _midiOutReset(hmo);