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

ChunkCollection.Insert Method 

Inserts a Chunk into the ChunkCollection at the specified position.

public void Insert(
   int index,
   Chunk value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The Chunk to insert into the ChunkCollection.

See Also

ChunkCollection Class | EF.SimpleMIDI Namespace