Enum TimeSpanMode
Mode of the arithmetic operation between two ITimeSpan.
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum TimeSpanMode
Fields
Name | Description |
---|---|
LengthLength | Both time spans represent length. |
TimeLength | First time span represents time and second one represents length. |
TimeTime | Both time spans represent time. |