midiOutShortMsg function winmm

int midiOutShortMsg(
  1. int hmo,
  2. int dwMsg
)

The midiOutShortMsg function sends a short MIDI message to the specified MIDI output device.

MMRESULT midiOutShortMsg(
  HMIDIOUT hmo,
  DWORD    dwMsg
);

Implementation

int midiOutShortMsg(int hmo, int dwMsg) => _midiOutShortMsg(hmo, dwMsg);