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

CuePoint Constructor (Int64, Int64, BinaryReaderEx)

Initializes a new instance of the CuePoint class.

public CuePoint(
   long deltaTime,
   long length,
   BinaryReaderEx r
);

Parameters

deltaTime
The number of ticks from the previous event.
length
The length of the event (in bytes).
r
The BinaryReaderEx to use to read the stream.

See Also

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