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

TrackEvent Class

Class for representing a MIDI Track event and its delta time.

For a list of all members of this type, see TrackEvent Members.

System.Object
   TrackEvent

public abstract class TrackEvent

Remarks

A TrackEvent is an abstract class that comes in three inherited flavors - MetaEvent, SysexEvent, and ChannelEvent

Requirements

Namespace: EF.SimpleMIDI

Assembly: EF.SimpleMIDI (in EF.SimpleMIDI.dll)

See Also

TrackEvent Members | EF.SimpleMIDI Namespace