Type alias BaseOptions

BaseOptions: {
    down?: number;
    up?: number;
}

Parameters for various function.

Type declaration

  • Optional down?: number

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

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