Search Results for

    Show / Hide Table of Contents

    Class RepeatingSettings

    Provides settings for Repeater tool. More info in the Repeater article.
    Inheritance
    object
    RepeatingSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Tools
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class RepeatingSettings

    Properties

    PreserveTempoMap

    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
    Type Description
    bool

    Shift

    Gets or sets fixed shift that will be used in case of ShiftPolicy set to ShiftByFixedValue.
    Declaration
    public ITimeSpan Shift { get; set; }
    Property Value
    Type Description
    ITimeSpan

    ShiftPolicy

    Gets or sets a value indicating how shift should be calculated. The default value is ShiftByMaxTime.
    Declaration
    public ShiftPolicy ShiftPolicy { get; set; }
    Property Value
    Type Description
    ShiftPolicy
    Exceptions
    Type Condition
    InvalidEnumArgumentException value specified an invalid value.

    ShiftRoundingPolicy

    Gets or sets a way of rounding final shift value. The default value is NoRounding.
    Declaration
    public TimeSpanRoundingPolicy ShiftRoundingPolicy { get; set; }
    Property Value
    Type Description
    TimeSpanRoundingPolicy
    Exceptions
    Type Condition
    InvalidEnumArgumentException value specified an invalid value.

    ShiftRoundingStep

    Gets or sets a step that should be used to round final shift in case of ShiftRoundingPolicy set to a value other than NoRounding.
    Declaration
    public ITimeSpan ShiftRoundingStep { get; set; }
    Property Value
    Type Description
    ITimeSpan
    In this article
    Back to top 2024 / Generated by DocFX