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

UndefChunk Constructor (Char[], Int64, BinaryReaderEx)

Initializes a new instance of the UndefChunk class.

public UndefChunk(
   char[] id,
   long length,
   BinaryReaderEx r
);

Parameters

id
The 4-character Chunk type.
length
The number of bytes to read from the stream.
r
The BinaryReaderEx to use to read the stream.

Remarks

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

See Also

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