Beispiel #1
0
 public static extern int midiOutPrepareHeader(IntPtr hmo, ref midihdr pmh, int cbmh);
Beispiel #2
0
 public static extern int midiOutLongMsg(IntPtr hmo, ref midihdr pmh, int cbmh);
Beispiel #3
0
 public static extern int midiInAddBuffer(IntPtr hmi, ref midihdr pmh, int cbmh);
Beispiel #4
0
 public static extern int midiInUnprepareHeader(IntPtr hmi, ref midihdr pmh, int cbmh);
Beispiel #5
0
 public static extern int midiStreamOut(IntPtr hms, ref midihdr pmh, int cbmh);