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

OmniModeOn Constructor (Int64, Byte, BinaryReaderEx)

Initializes a new instance of the OmniModeOn class.

public OmniModeOn(
   long deltaTime,
   byte statusByte,
   BinaryReaderEx r
);

Parameters

deltaTime
The number of ticks from the previous event.
statusByte
The status byte detailing the type of event.
r
The BinaryReaderEx to use to read the stream.

See Also

OmniModeOn Class | EF.SimpleMIDI Namespace | OmniModeOn Constructor Overload List