Beispiel #1
0
 public static MIDIError MIDI_InClose(IntPtr handle)
 {
     return(Midi.midiInClose(handle));
 }