@libraz/libcantus - v0.9.3
    Preparing search index...

    Type Alias HumanizeOptions

    Options controlling humanize.

    type HumanizeOptions = {
        ts?: TimeSignature;
        timing?: number;
        velocity?: number;
        accent?: number;
        baseVelocity?: number;
        seed?: number;
    }
    Index

    Time signature used to derive metric accents.

    4/4
    
    timing?: number

    Maximum timing jitter in quarter-note beats, applied as ±this value.

    0.02
    
    velocity?: number

    Maximum velocity jitter (MIDI units), applied as ±this value.

    8
    
    accent?: number

    How much louder strong beats get relative to weak ones, in MIDI velocity units.

    12
    
    baseVelocity?: number

    Velocity assumed for events with no velocity of their own.

    80
    
    seed?: number

    Seed for the deterministic PRNG.

    0