Enum TimeSpanType
The type of a time span.
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum TimeSpanType
Fields
Name | Description |
---|---|
BarBeatFraction | Bar/beat time span which represents bars and fractional beats (for example, 1.5 beats). More info in the Time and length: Representations: Bars, beats and fraction article. |
BarBeatTicks | Bar/beat time span which represents bars, beats and ticks. More info in the Time and length: Representations: Bars, beats and ticks article. |
Metric | Metric time span which represents hours, minutes and seconds. More info in the Time and length: Representations: Metric article. |
Midi | MIDI time span which represents an amount of time measured in units of the time division of a MIDI file. More info in the Time and length: Representations: MIDI article. |
Musical | Musical time span which represents a fraction of the whole note's length. More info in the Time and length: Representations: Musical article. |