Beispiel #1
0
 public static MIDIError MIDI_Connect(IntPtr handleA, IntPtr handleB)
 {
     return(Midi.midiConnect(handleA, handleB, IntPtr.Zero));
 }