コード例 #1
0
ファイル: Helper.cs プロジェクト: faruknane/Midi
 internal static extern MMRESULT midiOutShortMsg(IntPtr hMidiOut, ShortMessage dwMsg);
コード例 #2
0
 public bool SendMessage(ShortMessage message)
 {
     return(NativeMethods.midiOutShortMsg(this.Handle, message) == NativeMethods.MMRESULT.MMSYSERR_NOERROR);
 }