Enum QuantizingBeyondFixedEndPolicy
Policy which defines how a quantizer should act in case of object's side
is going to be moved beyond an opposite one that is fixed. The default value is
CollapseAndFix.
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum QuantizingBeyondFixedEndPolicy
Fields
Name | Description |
---|---|
Abort | Throw an exception aborting quantization. |
CollapseAndFix | Object will be collapsed and fixed at fixed end's time. |
CollapseAndMove | Object will be collapsed and moved to the new time calculated by a quantizer. |
Skip | Object will be skipped so quantization will not be applied to it. |
SwapEnds | Ends of an object will be swapped. |