Class SongEditor
Assembly: LibSasara.dll
Syntax
public record SongEditor : IEditor, IEquatable<SongEditor>
Properties
Declaration
public int EditingTool { get; set; }
Property Value
Mode
Declaration
public int Mode { get; set; }
Property Value
Partition
Declaration
public int Partition { get; set; }
Property Value
Quantize
Declaration
public int Quantize { get; set; }
Property Value
ReferenceState
Declaration
public ReferenceState? ReferenceState { get; set; }
Property Value
ViewScale
Declaration
public ViewScale? ViewScale { get; set; }
Property Value
Implements