コード例 #1
0
ファイル: Midi.cs プロジェクト: the-alex-mark/proglib-cs
 public static MIDIError MIDI_OutShortMsg(IntPtr handle, int message)
 {
     return(Midi.midiOutShortMsg(handle, message));
 }