Table of Contents

Enum TempolessAnchorPolicy

Namespace
ChartTools.IO.Configuration
Assembly
ChartTools.dll

Defines how a tempo anchor with no parent marker is handled.

public enum TempolessAnchorPolicy
Extension Methods

Fields

Create = 2

Create a tempo marker with the anchor.

Ignore = 1

Ignore the anchor.

ThrowException = 0

Throw an exception.