Пример #1
0
 public static MIDIError MIDI_InStop(IntPtr handle)
 {
     return(Midi.midiInStop(handle));
 }