C# Class Midi.SysExMessage

SysEx message
Inheritance: DeviceMessage
Datei anzeigen Open project: jstnryan/midi-dot-net Class Usage Examples

Public Methods

Method Description
MakeTimeShiftedCopy ( float delta ) : Message

Returns a copy of this message, shifted in time by the specified amount.

SendNow ( ) : void

Sends this message immediately.

SysExMessage ( Midi.DeviceBase device, Byte data, float time ) : System

Protected constructor.

Method Details

MakeTimeShiftedCopy() public method

Returns a copy of this message, shifted in time by the specified amount.
public MakeTimeShiftedCopy ( float delta ) : Message
delta float
return Message

SendNow() public method

Sends this message immediately.
public SendNow ( ) : void
return void

SysExMessage() public method

Protected constructor.
public SysExMessage ( Midi.DeviceBase device, Byte data, float time ) : System
device Midi.DeviceBase
data Byte
time float
return System