Class RepeatingSettings
Inheritance
RepeatingSettings
Assembly: Melanchall.DryWetMidi.dll
public sealed class RepeatingSettings
Properties
Gets or sets a value indicating whether original tempo map should be preserved or not.
The default value is true
.
Declaration
public bool PreserveTempoMap { get; set; }
Property Value
Declaration
public ITimeSpan Shift { get; set; }
Property Value
Gets or sets a value indicating how shift should be calculated. The default value
is
ShiftByMaxTime.
Declaration
public ShiftPolicy ShiftPolicy { get; set; }
Property Value
Exceptions
Gets or sets a way of rounding final shift value. The default value is
NoRounding.
Declaration
public TimeSpanRoundingPolicy ShiftRoundingPolicy { get; set; }
Property Value
Exceptions
Declaration
public ITimeSpan ShiftRoundingStep { get; set; }
Property Value