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

TimeSignature Class

Time Signature Meta Event.

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

System.Object
   TrackEvent
      MetaEvent
         TimeSignature

public class TimeSignature : MetaEvent

Remarks

Time signature is expressed as 4 numbers. Numerator and Denominator represent the "numerator" and "denominator" of the signature as notated on sheet music.

ClocksPerMetronomeTick expresses the number of MIDI clocks in a metronome click.

Num32NotesPer24MIDIClocks expresses the number of notated 32nd notes in a MIDI quarter note (24 MIDI clocks).

Requirements

Namespace: EF.SimpleMIDI

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

See Also

TimeSignature Members | EF.SimpleMIDI Namespace