Class RandomizingSettings
Settings according to which randomizing should be performed by the Quantizer.
Inherited Members
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> |