Enum VelocityMergingPolicy
Determines how velocities should be merged during notes merging. The default value is First.
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum VelocityMergingPolicy
Fields
Name | Description |
---|---|
Average | Take average velocity. |
First | Take velocity of first note. |
Last | Take velocity of last note. |
Max | Take maximum velocity. |
Min | Take minimum velocity. |