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

MetaEvent Class

MIDI Meta Event.

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

System.Object
   TrackEvent
      MetaEvent

public abstract class MetaEvent : TrackEvent

Remarks

This is an abstract class, which comes in many inherited flavors.

Meta Events are used for things like track-names, lyrics and cue-points, which don't result in MIDI messages being sent, but are still useful components of a MIDI file.

Requirements

Namespace: EF.SimpleMIDI

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

See Also

MetaEvent Members | EF.SimpleMIDI Namespace