Search Results for

    Show / Hide Table of Contents

    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.
    In this article
    Back to top 2024 / Generated by DocFX