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

Track Constructor (Int64, BinaryReaderEx)

Initializes a new instance of the Track class.

public Track(
   long length,
   BinaryReaderEx r
);

Parameters

length
The number of bytes to read from the stream.
r
The BinaryReaderEx to use to read the stream.

Remarks

Only initialize a Track from the stream once you've read in the 4-byte type data, and the 4-byte length data.

See Also

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