Search Results for

    Show / Hide Table of Contents

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