midiInStop function winmm

int midiInStop(
  1. int hmi
)

The midiInStop function stops MIDI input on the specified MIDI input device.

MMRESULT midiInStop(
  HMIDIIN hmi
);

Implementation

int midiInStop(int hmi) => _midiInStop(hmi);