Type alias ModeInfo

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

Information about a MOS mode.

Type declaration

  • mode: string

    Mode in step pattern format such as "LLsLLLs".

  • Optional 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.