The midiInStop function stops MIDI input on the specified MIDI input device.
MMRESULT midiInStop( HMIDIIN hmi );
int midiInStop(int hmi) => _midiInStop(hmi);