Class ChartReadingConfiguration
- Namespace
- ChartTools.IO.Chart.Configuration
- Assembly
- ChartTools.dll
Set of options that control how a chart file is read
public record ChartReadingConfiguration : CommonChartConfiguration, IEquatable<CommonChartConfiguration>, ICommonReadingConfiguration, ICommonConfiguration, IEquatable<ChartReadingConfiguration>
- Inheritance
-
ChartReadingConfiguration
- Implements
- Inherited Members
Constructors
ChartReadingConfiguration()
public ChartReadingConfiguration()
Properties
TempolessAnchorPolicy
Defines how a tempo anchor with no parent marker is handled.
public TempolessAnchorPolicy TempolessAnchorPolicy { get; init; }
Property Value
UnknownSectionPolicy
Defines how unknown sections or Midi chunks are handled.
public UnknownSectionPolicy UnknownSectionPolicy { get; init; }