moment-of-symmetry
    Preparing search index...

    Type Alias ModeInfo

    Information about a MOS mode.

    type ModeInfo = {
        mode: string;
        modeName?: string;
        numberOfPeriods: number;
        period: number;
        udp: string;
    }
    Index

    Properties

    mode: string

    Mode in step pattern format such as "LLsLLLs".

    modeName?: string

    Name of the mode.

    numberOfPeriods: number

    Number of periods in an octave.

    period: number

    Number of steps in a period.

    udp: string

    UDP notation: U|D(P) where U = bright generators going up, D = bright generators going down, P = numberOfPeriods if not 1.