Search Results for

    Show / Hide Table of Contents

    Class RepeatSettings

    Defines additional options for a pattern's actions repeating.
    Inheritance
    object
    RepeatSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Composing
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class RepeatSettings

    Properties

    ChordTransformation

    Gets or sets a transformation for every repeated chord. If set to null, no transformation will be applied.
    Declaration
    public ChordTransformation ChordTransformation { get; set; }
    Property Value
    Type Description
    ChordTransformation

    NoteTransformation

    Gets or sets a transformation for every repeated note. If set to null, no transformation will be applied.
    Declaration
    public NoteTransformation NoteTransformation { get; set; }
    Property Value
    Type Description
    NoteTransformation

    See Also

    PatternBuilder
    In this article
    Back to top 2025 / Generated by DocFX