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