midiOutReset function winmm

int midiOutReset(
  1. 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);