Exemple #1
0
 public static MIDIError MIDI_OutShortMsg(IntPtr handle, int message)
 {
     return(Midi.midiOutShortMsg(handle, message));
 }