/// <summary> /// Stop the MIDI in device /// </summary> public void Stop() { MmException.Try(MidiInterop.midiInStop(hMidiIn), "midiInStop"); }