Enum SnappedNotesPolicy
- Namespace
- ChartTools.IO.Configuration
- Assembly
- ChartTools.dll
Defines how notes within ticks of each other are handled during a Midi operation.
public enum SnappedNotesPolicy : byte
- Extension Methods
Fields
Ignore = 2
Leave each note as its own chord.
Snap = 1
Combine the notes as a single chord at the position of the earlier note.
ThrowException = 0
Throw an exception.