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

TrackEventCollection.Add Method 

Adds a TrackEvent to the TrackEventCollection.

public int Add(
   TrackEvent value
);

Parameters

value
The TrackEvent to add to the TrackEventCollection.

Return Value

The position into which the new TrackEvent was inserted.

See Also

TrackEventCollection Class | EF.SimpleMIDI Namespace