Class RepeatSettings
Defines additional options for a pattern's actions repeating.
Inherited Members
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 |