sw-synth
    Preparing search index...

    Type Alias PitchBendRange

    Per-note pitch bend weights in cents for each bend direction.

    type PitchBendRange = {
        down: number;
        up: number;
    }
    Index

    Properties

    Properties

    down: number

    Maximum downward bend in cents when pitch bend is -1.

    up: number

    Maximum upward bend in cents when pitch bend is +1.