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

ChunkCollection.Add Method 

Adds a Chunk to the ChunkCollection.

public int Add(
   Chunk value
);

Parameters

value
The Chunk to add to the ChunkCollection.

Return Value

The position into which the new Chunk was inserted.

See Also

ChunkCollection Class | EF.SimpleMIDI Namespace