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

SetTempo Constructor (Int64, Int64, BinaryReaderEx)

Initializes a new instance of the SetTempo class.

public SetTempo(
   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

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