C# 클래스 Midi.LongMsg

Utility functions for encoding and decoding short messages.
파일 보기 프로젝트 열기: iUltimateLP/launchpad-led-editor 1 사용 예제들

공개 메소드들

메소드 설명
DecodeSysEx ( UIntPtr dwParam1, UIntPtr dwParam2, byte &data, UInt32 &timestamp ) : void

Decodes a SysEx long message.

IsSysEx ( UIntPtr dwParam1, UIntPtr dwParam2 ) : bool

Returns true if the given long message describes a SysEx message.

메소드 상세

DecodeSysEx() 공개 정적인 메소드

Decodes a SysEx long message.
public static DecodeSysEx ( UIntPtr dwParam1, UIntPtr dwParam2, byte &data, UInt32 &timestamp ) : void
dwParam1 System.UIntPtr The dwParam1 arg passed to MidiInProc.
dwParam2 System.UIntPtr The dwParam2 arg passed to MidiInProc.
data byte The SysEx data to send.
timestamp System.UInt32 Filled in with the timestamp in microseconds since /// midiInStart().
리턴 void

IsSysEx() 공개 정적인 메소드

Returns true if the given long message describes a SysEx message.
public static IsSysEx ( UIntPtr dwParam1, UIntPtr dwParam2 ) : bool
dwParam1 System.UIntPtr The dwParam1 arg passed to MidiInProc.
dwParam2 System.UIntPtr The dwParam2 arg passed to MidiInProc.
리턴 bool