Method | Description | |
---|---|---|
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(). | |
return | void |
public static IsSysEx ( |
||
dwParam1 | The dwParam1 arg passed to MidiInProc. | |
dwParam2 | The dwParam2 arg passed to MidiInProc. | |
return | bool |