Table of Contents

Enum UnsupportedModifierPolicy

Namespace
ChartTools.IO.Configuration
Assembly
ChartTools.dll

Defines chord modifiers not supported by the target format are handled.

public enum UnsupportedModifierPolicy : byte
Extension Methods

Fields

Convert = 1

Convert the modifier to one supported by the format.

IgnoreChord = 3

Ignore the chord containing the modifier.

IgnoreModifier = 2

Ignore the modifier.

ThrowException = 0

Throw an exception with the modifier index.