Example #1
0
 internal static extern MMRESULT midiOutShortMsg(IntPtr hMidiOut, ShortMessage dwMsg);
Example #2
0
 public bool SendMessage(ShortMessage message)
 {
     return(NativeMethods.midiOutShortMsg(this.Handle, message) == NativeMethods.MMRESULT.MMSYSERR_NOERROR);
 }