Class PianoRollSettings
Inheritance
PianoRollSettings
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class PianoRollSettings
Properties
CustomActions
Gets or sets a dictionary which maps specified symbols to custom actions.
Declaration
public IEnumerable<PianoRollAction> CustomActions { get; set; }
Property Value
Exceptions
MultiCellNoteEndSymbol
Gets or sets a symbol which means the end of a multi-cell note. The default value
is ']'.
Declaration
public char MultiCellNoteEndSymbol { get; set; }
Property Value
Exceptions
MultiCellNoteStartSymbol
Gets or sets a symbol which means the start of a multi-cell note. The default value
is '['.
Declaration
public char MultiCellNoteStartSymbol { get; set; }
Property Value
Exceptions
SingleCellNoteSymbol
Gets or sets a symbol which means a single-cell note. The default value
is '|'.
Declaration
public char SingleCellNoteSymbol { get; set; }
Property Value
Exceptions