moment-of-symmetry
    Preparing search index...

    Interface ModeInfoOptions

    Parameters for the modeInfo function.

    interface ModeInfoOptions {
        down?: number;
        extraNames?: boolean;
        up?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    down?: number

    How many bright generators to go downwards. Also the number of small/minor intervals in the resulting scale. Default = 0.

    extraNames?: boolean

    If true adds extra mode names in parenthesis such as Ionian (Major).

    up?: number

    How many bright generators to go upwards. Also the number of large/major intervals in the resulting scale. Defaults to the maximum possible.