예제 #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);
 }