A class library for opening, parsing, and saving MIDI files.

SysexEvent Constructor

Initializes a new instance of the SysexEvent class.

Overload List

Initializes a new instance of the SysexEvent class.

public SysexEvent();

Initializes a new instance of the SysexEvent class.

public SysexEvent(long);

Initializes a new instance of the SysexEvent class.

public SysexEvent(long,byte,BinaryReaderEx);

Initializes a new instance of the SysexEvent class.

public SysexEvent(long,byte[],long);

See Also

SysexEvent Class | EF.SimpleMIDI Namespace