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

ChunkCollection.Remove Method 

Removes the first occurrence of a specific Chunk from the ChunkCollection.

public void Remove(
   Chunk value
);

Parameters

value
The Chunk to remove from the ChunkCollection.

See Also

ChunkCollection Class | EF.SimpleMIDI Namespace