Class CommonChartConfiguration
- Namespace
- ChartTools.IO.Chart.Configuration
- Assembly
- ChartTools.dll
public abstract record CommonChartConfiguration : ICommonConfiguration, IEquatable<CommonChartConfiguration>
- Inheritance
-
CommonChartConfiguration
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
DuplicateTrackObjectPolicy
Defines how duplicate track objects are handled.
public required DuplicateTrackObjectPolicy DuplicateTrackObjectPolicy { get; init; }
Property Value
OverlappingStarPowerPolicy
Defines how overlapping star power phrases should be handled.
public required OverlappingSpecialPhrasePolicy OverlappingStarPowerPolicy { get; init; }
Property Value
SnappedNotesPolicy
Defines how notes within ticks of each other are handled during a Midi operation.
public required SnappedNotesPolicy SnappedNotesPolicy { get; init; }
Property Value
SoloNoStarPowerPolicy
public required SoloNoStarPowerPolicy SoloNoStarPowerPolicy { get; init; }