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

Chunk Constructor 

Initializes a new instance of the EF.SimpleMIDI.Chunk class.

public Chunk(
   char[] id,
   long length
);

Parameters

id
A 4-character Chunk type.
length
The length of the Chunk.

See Also

Chunk Class | EF.SimpleMIDI Namespace