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

BinaryReaderEx.ReadUInt32VLBE Method 

Reads in an unsigned 32-bit integer in a compressed (7-bit variable length) format, and advances the current position of the stream by the appropriate number of bytes.

public long ReadUInt32VLBE();

Return Value

An unsigned 32-bit integer (stored in an Int64) read from the current stream.

See Also

BinaryReaderEx Class | EF.Tools Namespace