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

    Type Alias ProgressionOptions

    Options controlling generateProgression.

    type ProgressionOptions = {
        key: KeyScale;
        style: ProgStyle;
        bars: number;
        presetId?: string;
        ext?: ChordQuality | "auto";
        reharmonize?: boolean;
        seed?: number;
    }
    Index
    style: ProgStyle
    bars: number
    presetId?: string
    ext?: ChordQuality | "auto"
    reharmonize?: boolean
    seed?: number

    Seed for the deterministic preset choice and reharmonization.

    0