Search Results for

    Show / Hide Table of Contents

    Class RandomizingSettings

    Settings according to which randomizing should be performed by the Quantizer.
    Inheritance
    object
    RandomizingSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Tools
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class RandomizingSettings

    Properties

    Bounds

    Gets or sets bounds to randomize an object's time within.
    Declaration
    public IBounds Bounds { get; set; }
    Property Value
    Type Description
    IBounds

    Filter

    Gets or sets a predicate to filter objects that should be randomized. Use null if all objects should be processed.
    Declaration
    public Predicate<ITimedObject> Filter { get; set; }
    Property Value
    Type Description
    Predicate<ITimedObject>
    In this article
    Back to top 2024 / Generated by DocFX