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

TrackEventCollection.Insert Method 

Inserts a TrackEvent into the TrackEventCollection at the specified position.

public void Insert(
   int index,
   TrackEvent value
);

Parameters

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

See Also

TrackEventCollection Class | EF.SimpleMIDI Namespace