메소드 | 설명 | |
---|---|---|
DecodeSysEx ( |
Decodes a SysEx long message.
|
|
IsSysEx ( |
Returns true if the given long message describes a SysEx message.
|
public static DecodeSysEx ( |
||
dwParam1 | The dwParam1 arg passed to MidiInProc. | |
dwParam2 | The dwParam2 arg passed to MidiInProc. | |
data | byte | The SysEx data to send. |
timestamp | Filled in with the timestamp in microseconds since /// midiInStart(). | |
리턴 | void |
public static IsSysEx ( |
||
dwParam1 | The dwParam1 arg passed to MidiInProc. | |
dwParam2 | The dwParam2 arg passed to MidiInProc. | |
리턴 | bool |