Enum QuantizingBeyondZeroPolicy
Policy which defines how a quantizer should act in case of an object is going
to be moved beyond zero. The default value is FixAtZero.
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum QuantizingBeyondZeroPolicy
Fields
Name | Description |
---|---|
Abort | Throw an exception aborting quantization. |
FixAtZero | Object will be shrunk due to end time quantization and fixed at zero. |
Skip | Object will be skipped so quantization will not be applied to it. |