From fbdba293634b8976ee2d85714da54860b8637b91 Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Mon, 25 Mar 2024 12:19:37 +0200 Subject: [PATCH] Update moment-of-symmetry --- moment-of-symmetry/functions/allForEdo.html | 2 +- moment-of-symmetry/functions/anyForEdo.html | 2 +- .../functions/brightGeneratorMonzo.html | 2 +- moment-of-symmetry/functions/daughterMos.html | 2 +- moment-of-symmetry/functions/euclid.html | 2 +- moment-of-symmetry/functions/generatorRanges.html | 2 +- moment-of-symmetry/functions/getHardness.html | 2 +- moment-of-symmetry/functions/isBright.html | 2 +- moment-of-symmetry/functions/makeEdoMap.html | 2 +- moment-of-symmetry/functions/modeInfo-1.html | 2 +- moment-of-symmetry/functions/modeName.html | 2 +- moment-of-symmetry/functions/mos.html | 2 +- moment-of-symmetry/functions/mosForms.html | 2 +- moment-of-symmetry/functions/mosModes.html | 2 +- moment-of-symmetry/functions/mosPatterns.html | 2 +- moment-of-symmetry/functions/mosSizes.html | 2 +- moment-of-symmetry/functions/mosWithDaughter.html | 2 +- moment-of-symmetry/functions/mosWithParent.html | 2 +- moment-of-symmetry/functions/parentMos.html | 4 ++-- moment-of-symmetry/functions/scaleInfo-1.html | 2 +- moment-of-symmetry/functions/splitMosPattern.html | 2 +- moment-of-symmetry/functions/tamnamsInfo-1.html | 4 ++-- .../functions/toBrightGeneratorPerPeriod.html | 2 +- moment-of-symmetry/interfaces/ModeInfoOptions.html | 8 ++++---- moment-of-symmetry/interfaces/MosOptions.html | 10 +++++----- .../interfaces/MosWithDaughterOptions.html | 12 ++++++------ .../interfaces/MosWithParentOptions.html | 12 ++++++------ moment-of-symmetry/types/BaseOptions.html | 2 +- moment-of-symmetry/types/ModeInfo.html | 2 +- moment-of-symmetry/types/MosInfo.html | 2 +- moment-of-symmetry/types/MosScaleInfo.html | 2 +- moment-of-symmetry/types/RangeInfo.html | 2 +- moment-of-symmetry/types/ScaleInfo.html | 2 +- moment-of-symmetry/types/TamnamsInfo.html | 2 +- 34 files changed, 53 insertions(+), 53 deletions(-) diff --git a/moment-of-symmetry/functions/allForEdo.html b/moment-of-symmetry/functions/allForEdo.html index 527a54a..c2faa3e 100644 --- a/moment-of-symmetry/functions/allForEdo.html +++ b/moment-of-symmetry/functions/allForEdo.html @@ -4,4 +4,4 @@
  • Optional maxSize: number

    Maximum size of a MOS scale in the result.

  • Optional maxHardness: number

    Maximum hardness of the step ratio L/s.

  • Returns MosScaleInfo[]

    Array of information about the supported MOS scales.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/anyForEdo.html b/moment-of-symmetry/functions/anyForEdo.html index c0e9f25..8c4b275 100644 --- a/moment-of-symmetry/functions/anyForEdo.html +++ b/moment-of-symmetry/functions/anyForEdo.html @@ -1,4 +1,4 @@ anyForEdo | moment-of-symmetry

    Function anyForEdo

    • Find a MOS scale supported by the given EDO.

      Parameters

      • edo: number

        Size of the EDO.

      Returns MosScaleInfo

      Information about the supported MOS scale.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/brightGeneratorMonzo.html b/moment-of-symmetry/functions/brightGeneratorMonzo.html index 1610f68..7d64df5 100644 --- a/moment-of-symmetry/functions/brightGeneratorMonzo.html +++ b/moment-of-symmetry/functions/brightGeneratorMonzo.html @@ -2,4 +2,4 @@

    Parameters

    Returns [number, number]

    An array of [number of large steps in the bright generator, number of small steps in the bright generator].

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/daughterMos.html b/moment-of-symmetry/functions/daughterMos.html index 96aedbc..bcd86f3 100644 --- a/moment-of-symmetry/functions/daughterMos.html +++ b/moment-of-symmetry/functions/daughterMos.html @@ -1 +1 @@ -daughterMos | moment-of-symmetry

    Function daughterMos

    • Parameters

      • numberOfLargeSteps: number
      • numberOfSmallSteps: number
      • sizeOfLargeStep: number
      • sizeOfSmallStep: number

      Returns MosScaleInfo

    Generated using TypeDoc

    \ No newline at end of file +daughterMos | moment-of-symmetry

    Function daughterMos

    • Parameters

      • numberOfLargeSteps: number
      • numberOfSmallSteps: number
      • sizeOfLargeStep: number
      • sizeOfSmallStep: number

      Returns MosScaleInfo

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/euclid.html b/moment-of-symmetry/functions/euclid.html index 8c16986..c703e90 100644 --- a/moment-of-symmetry/functions/euclid.html +++ b/moment-of-symmetry/functions/euclid.html @@ -2,4 +2,4 @@

    Parameters

    Returns boolean[]

    The array of evenly mixed booleans

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/generatorRanges.html b/moment-of-symmetry/functions/generatorRanges.html index 1226bdf..7d17def 100644 --- a/moment-of-symmetry/functions/generatorRanges.html +++ b/moment-of-symmetry/functions/generatorRanges.html @@ -2,4 +2,4 @@

    Parameters

    Returns RangeInfo[]

    Information about the ranges of generator that span MOS. Ranges are grouped by period and otherwise sorted in ascending order.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/getHardness.html b/moment-of-symmetry/functions/getHardness.html index 952da0f..294aca9 100644 --- a/moment-of-symmetry/functions/getHardness.html +++ b/moment-of-symmetry/functions/getHardness.html @@ -2,4 +2,4 @@

    Parameters

    Returns string

    Name of the step ratio or the name of the hardness range it belongs to.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/isBright.html b/moment-of-symmetry/functions/isBright.html index 1d00425..d197007 100644 --- a/moment-of-symmetry/functions/isBright.html +++ b/moment-of-symmetry/functions/isBright.html @@ -2,4 +2,4 @@

    Parameters

    Returns boolean

    true if the generator creates large intervals when stacked.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/makeEdoMap.html b/moment-of-symmetry/functions/makeEdoMap.html index 0c887cb..81cbc4f 100644 --- a/moment-of-symmetry/functions/makeEdoMap.html +++ b/moment-of-symmetry/functions/makeEdoMap.html @@ -1,4 +1,4 @@ makeEdoMap | moment-of-symmetry

    Function makeEdoMap

    • Construct a mapping from EDO size to supported MOS scales.

      Parameters

      • maxSize: number = 12

        Maximum size of the MOS patterns to include.

      Returns Map<number, MosScaleInfo[]>

      A mapping from EDO size to an array of information about the supported MOS scales.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/modeInfo-1.html b/moment-of-symmetry/functions/modeInfo-1.html index b4a8657..33b05e6 100644 --- a/moment-of-symmetry/functions/modeInfo-1.html +++ b/moment-of-symmetry/functions/modeInfo-1.html @@ -3,4 +3,4 @@
  • numberOfSmallSteps: number

    Number of small steps in the MOS pattern.

  • Optional options: ModeInfoOptions

    Options for brightness of the scale and for adding extra names like Ionian (Major).

  • Returns ModeInfo

    An array of mode information.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/modeName.html b/moment-of-symmetry/functions/modeName.html index 976f1bf..fe29757 100644 --- a/moment-of-symmetry/functions/modeName.html +++ b/moment-of-symmetry/functions/modeName.html @@ -2,4 +2,4 @@

    Parameters

    Returns string | undefined

    Name of the mode.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/mos.html b/moment-of-symmetry/functions/mos.html index 3188de3..c39affb 100644 --- a/moment-of-symmetry/functions/mos.html +++ b/moment-of-symmetry/functions/mos.html @@ -3,4 +3,4 @@
  • numberOfSmallSteps: number

    Number of small steps in the MOS pattern.

  • Optional options: MosOptions

    Options for sizes of the steps and brightness of the scale.

  • Returns number[]

    An array of integers representing the EDO subset. The 0 degree is not included, but the final degree representing the size of the EDO is.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/mosForms.html b/moment-of-symmetry/functions/mosForms.html index 19d4219..5dbf85d 100644 --- a/moment-of-symmetry/functions/mosForms.html +++ b/moment-of-symmetry/functions/mosForms.html @@ -3,4 +3,4 @@
  • Optional maxSize: number

    Maximum size of a MOS pattern.

  • Optional maxLength: number

    Maximum length of the result.

  • Returns Fraction[]

    An array of MOS forms.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/mosModes.html b/moment-of-symmetry/functions/mosModes.html index bc0b717..b9eae91 100644 --- a/moment-of-symmetry/functions/mosModes.html +++ b/moment-of-symmetry/functions/mosModes.html @@ -3,4 +3,4 @@
  • numberOfSmallSteps: number

    Number of small steps in the MOS pattern.

  • extraNames: boolean = false

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

  • Returns ModeInfo[]

    An array of mode information.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/mosPatterns.html b/moment-of-symmetry/functions/mosPatterns.html index 9f660ae..dbf151e 100644 --- a/moment-of-symmetry/functions/mosPatterns.html +++ b/moment-of-symmetry/functions/mosPatterns.html @@ -4,4 +4,4 @@
  • Optional maxSize: number

    Maximum size of a MOS pattern.

  • Optional maxLength: number

    Maximum length of the result.

  • Returns MosInfo[]

    An array of MOS information.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/mosSizes.html b/moment-of-symmetry/functions/mosSizes.html index 952d0f9..5ffef36 100644 --- a/moment-of-symmetry/functions/mosSizes.html +++ b/moment-of-symmetry/functions/mosSizes.html @@ -3,4 +3,4 @@
  • Optional maxSize: number

    Maximum size of a MOS pattern.

  • Optional maxLength: number

    Maximum length of the result.

  • Returns number[]

    An array of MOS sizes.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/mosWithDaughter.html b/moment-of-symmetry/functions/mosWithDaughter.html index 4de855c..f4612ff 100644 --- a/moment-of-symmetry/functions/mosWithDaughter.html +++ b/moment-of-symmetry/functions/mosWithDaughter.html @@ -4,4 +4,4 @@
  • Optional options: MosWithDaughterOptions

    Options for sizes of the steps, brightness of the scale and flat/sharp relationship.

  • Returns Map<number, "flat" | "sharp" | "both" | "parent">

    A map of integers representing the EDO subset to booleans indicating if the scale degree belongs to the parent MOS or not. The 0 degree is not included, but the final degree representing the size of the EDO is.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/mosWithParent.html b/moment-of-symmetry/functions/mosWithParent.html index 61b9390..2216873 100644 --- a/moment-of-symmetry/functions/mosWithParent.html +++ b/moment-of-symmetry/functions/mosWithParent.html @@ -4,4 +4,4 @@
  • Optional options: MosWithParentOptions

    Options for sizes of the steps, brightness of the scale and flat/sharp relationship.

  • Returns Map<number, boolean>

    A map of integers representing the EDO subset to booleans indicating if the scale degree belongs to the parent MOS or not. The 0 degree is not included, but the final degree representing the size of the EDO is.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/parentMos.html b/moment-of-symmetry/functions/parentMos.html index 4266241..7f47bfa 100644 --- a/moment-of-symmetry/functions/parentMos.html +++ b/moment-of-symmetry/functions/parentMos.html @@ -1,8 +1,8 @@ parentMos | moment-of-symmetry

    Function parentMos

    • Calculate the parent MOS of a given MOS pattern.

      Parameters

      • mosPattern: string

        MOS pattern such as "5L 2s".

      Returns MosInfo

      Information about the parent MOS.

      -
    • Calculate the parent MOS of a given MOS pattern.

      +
    • Calculate the parent MOS of a given MOS pattern.

      Parameters

      • numberOfLargeSteps: number

        Number of large steps in the MOS pattern.

      • numberOfSmallSteps: number

        Number of small steps in the MOS pattern.

      Returns MosInfo

      Information about the parent MOS.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/scaleInfo-1.html b/moment-of-symmetry/functions/scaleInfo-1.html index 3d0e68d..bc3245a 100644 --- a/moment-of-symmetry/functions/scaleInfo-1.html +++ b/moment-of-symmetry/functions/scaleInfo-1.html @@ -4,4 +4,4 @@
  • generatorsDown: number

    How many generators to go downwards.

  • numberOfPeriods: number = 1

    Number of periods per octave.

  • Returns ScaleInfo

    Information about the scale.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/splitMosPattern.html b/moment-of-symmetry/functions/splitMosPattern.html index 4fc355d..6975e46 100644 --- a/moment-of-symmetry/functions/splitMosPattern.html +++ b/moment-of-symmetry/functions/splitMosPattern.html @@ -1,4 +1,4 @@ splitMosPattern | moment-of-symmetry

    Function splitMosPattern

    • Split a string like "5L 2s" into [5, 2].

      Parameters

      • mosPattern: string

        MOS pattern such as "5L 2s".

      Returns [number, number]

      A pair of intergers representing the number of large and small steps.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/tamnamsInfo-1.html b/moment-of-symmetry/functions/tamnamsInfo-1.html index e10f5b5..64f7675 100644 --- a/moment-of-symmetry/functions/tamnamsInfo-1.html +++ b/moment-of-symmetry/functions/tamnamsInfo-1.html @@ -1,8 +1,8 @@ tamnamsInfo | moment-of-symmetry

    Function tamnamsInfo

    • Retreive TAMNAMS information about a MOS pattern.

      Parameters

      • mosPattern: string

        MOS pattern such as "5L 2s".

      Returns TamnamsInfo | undefined

      Information about the MOS pattern.

      -
    • Retreive TAMNAMS information about a MOS pattern.

      +
    • Retreive TAMNAMS information about a MOS pattern.

      Parameters

      • numberOfLargeSteps: number

        Number of large steps in the MOS pattern.

      • numberOfSmallSteps: number

        Number of small steps in the MOS pattern.

      Returns TamnamsInfo | undefined

      Information about the MOS pattern.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/functions/toBrightGeneratorPerPeriod.html b/moment-of-symmetry/functions/toBrightGeneratorPerPeriod.html index f1fb83c..6bb2c08 100644 --- a/moment-of-symmetry/functions/toBrightGeneratorPerPeriod.html +++ b/moment-of-symmetry/functions/toBrightGeneratorPerPeriod.html @@ -2,4 +2,4 @@

    Parameters

    Returns number

    The first parameter. Flipped if it was dark.

    -
  • Parameters

    • generatorPerPeriod: Fraction
    • size: number

    Returns Fraction

  • Generated using TypeDoc

    \ No newline at end of file +
  • Parameters

    • generatorPerPeriod: Fraction
    • size: number

    Returns Fraction

  • Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/interfaces/ModeInfoOptions.html b/moment-of-symmetry/interfaces/ModeInfoOptions.html index c7daa41..6511b78 100644 --- a/moment-of-symmetry/interfaces/ModeInfoOptions.html +++ b/moment-of-symmetry/interfaces/ModeInfoOptions.html @@ -1,8 +1,8 @@ ModeInfoOptions | moment-of-symmetry

    Interface ModeInfoOptions

    Parameters for the modeInfo function.

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

    Hierarchy (view full)

    Properties

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

    Hierarchy (view full)

    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.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    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.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/interfaces/MosOptions.html b/moment-of-symmetry/interfaces/MosOptions.html index a71a1b3..3420596 100644 --- a/moment-of-symmetry/interfaces/MosOptions.html +++ b/moment-of-symmetry/interfaces/MosOptions.html @@ -1,10 +1,10 @@ MosOptions | moment-of-symmetry

    Interface MosOptions

    Parameters for the mos function.

    -
    interface MosOptions {
        down?: number;
        sizeOfLargeStep?: number;
        sizeOfSmallStep?: number;
        up?: number;
    }

    Hierarchy (view full)

    Properties

    interface MosOptions {
        down?: number;
        sizeOfLargeStep?: number;
        sizeOfSmallStep?: number;
        up?: number;
    }

    Hierarchy (view full)

    Properties

    down?: number

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

    -
    sizeOfLargeStep?: number

    Size of the large step. Default = 2.

    -
    sizeOfSmallStep?: number

    Size of small step. Default = 1.

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

    -

    Generated using TypeDoc

    \ No newline at end of file +
    sizeOfLargeStep?: number

    Size of the large step. Default = 2.

    +
    sizeOfSmallStep?: number

    Size of small step. Default = 1.

    +
    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.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/interfaces/MosWithDaughterOptions.html b/moment-of-symmetry/interfaces/MosWithDaughterOptions.html index 2be7f42..d736d7a 100644 --- a/moment-of-symmetry/interfaces/MosWithDaughterOptions.html +++ b/moment-of-symmetry/interfaces/MosWithDaughterOptions.html @@ -1,12 +1,12 @@ MosWithDaughterOptions | moment-of-symmetry

    Interface MosWithDaughterOptions

    Parameters for the mosWithDaughter function.

    -
    interface MosWithDaughterOptions {
        accidentals?: "flat" | "sharp" | "both";
        down?: number;
        sizeOfLargeStep?: number;
        sizeOfSmallStep?: number;
        up?: number;
    }

    Hierarchy (view full)

    Properties

    interface MosWithDaughterOptions {
        accidentals?: "flat" | "sharp" | "both";
        down?: number;
        sizeOfLargeStep?: number;
        sizeOfSmallStep?: number;
        up?: number;
    }

    Hierarchy (view full)

    Properties

    accidentals?: "flat" | "sharp" | "both"

    How the daughter scale(s) relates to the main scale. Defaults to 'sharp'.

    -
    down?: number

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

    -
    sizeOfLargeStep?: number

    Size of the large step. Default = 2.

    -
    sizeOfSmallStep?: number

    Size of small step. Default = 1.

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

    -

    Generated using TypeDoc

    \ No newline at end of file +
    down?: number

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

    +
    sizeOfLargeStep?: number

    Size of the large step. Default = 2.

    +
    sizeOfSmallStep?: number

    Size of small step. Default = 1.

    +
    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.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/interfaces/MosWithParentOptions.html b/moment-of-symmetry/interfaces/MosWithParentOptions.html index 5ce9e6f..da22652 100644 --- a/moment-of-symmetry/interfaces/MosWithParentOptions.html +++ b/moment-of-symmetry/interfaces/MosWithParentOptions.html @@ -1,12 +1,12 @@ MosWithParentOptions | moment-of-symmetry

    Interface MosWithParentOptions

    Parameters for the mosWithParent function.

    -
    interface MosWithParentOptions {
        accidentals?: "flat" | "sharp";
        down?: number;
        sizeOfLargeStep?: number;
        sizeOfSmallStep?: number;
        up?: number;
    }

    Hierarchy (view full)

    Properties

    interface MosWithParentOptions {
        accidentals?: "flat" | "sharp";
        down?: number;
        sizeOfLargeStep?: number;
        sizeOfSmallStep?: number;
        up?: number;
    }

    Hierarchy (view full)

    Properties

    accidentals?: "flat" | "sharp"

    How the main scale relates to the parent. Defaults to 'sharp'.

    -
    down?: number

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

    -
    sizeOfLargeStep?: number

    Size of the large step. Default = 2.

    -
    sizeOfSmallStep?: number

    Size of small step. Default = 1.

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

    -

    Generated using TypeDoc

    \ No newline at end of file +
    down?: number

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

    +
    sizeOfLargeStep?: number

    Size of the large step. Default = 2.

    +
    sizeOfSmallStep?: number

    Size of small step. Default = 1.

    +
    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.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/types/BaseOptions.html b/moment-of-symmetry/types/BaseOptions.html index b1229c0..56dd0fd 100644 --- a/moment-of-symmetry/types/BaseOptions.html +++ b/moment-of-symmetry/types/BaseOptions.html @@ -1,4 +1,4 @@ BaseOptions | moment-of-symmetry

    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.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/types/ModeInfo.html b/moment-of-symmetry/types/ModeInfo.html index 7d2d757..0dec643 100644 --- a/moment-of-symmetry/types/ModeInfo.html +++ b/moment-of-symmetry/types/ModeInfo.html @@ -4,4 +4,4 @@
  • 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.

    -
  • Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/types/MosInfo.html b/moment-of-symmetry/types/MosInfo.html index a4f79c9..dc4c521 100644 --- a/moment-of-symmetry/types/MosInfo.html +++ b/moment-of-symmetry/types/MosInfo.html @@ -7,4 +7,4 @@
  • Optional prefix?: string

    Interval prefix.

  • size: number

    Size of the pattern.

  • Optional subset?: boolean

    True if the pattern is a subset of a larger MOS pattern.

    -
  • Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/types/MosScaleInfo.html b/moment-of-symmetry/types/MosScaleInfo.html index 65a3f69..79597e2 100644 --- a/moment-of-symmetry/types/MosScaleInfo.html +++ b/moment-of-symmetry/types/MosScaleInfo.html @@ -9,4 +9,4 @@
  • sizeOfLargeStep: number

    Size of the large step in EDO steps.

  • sizeOfSmallStep: number

    Size of the small step in EDO steps.

  • Optional subset?: boolean

    True if the pattern is a subset of a larger MOS pattern.

    -
  • Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/types/RangeInfo.html b/moment-of-symmetry/types/RangeInfo.html index 926b582..8c99eb2 100644 --- a/moment-of-symmetry/types/RangeInfo.html +++ b/moment-of-symmetry/types/RangeInfo.html @@ -5,4 +5,4 @@
  • numberOfSmallSteps: number

    Number of small steps in the pattern.

  • period: Fraction

    Size of the period as a fraction of the equave.

  • upperBound: Fraction

    Upper bound of the generator range as a fraction of the equave.

    -
  • Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/types/ScaleInfo.html b/moment-of-symmetry/types/ScaleInfo.html index c22b512..39a1b26 100644 --- a/moment-of-symmetry/types/ScaleInfo.html +++ b/moment-of-symmetry/types/ScaleInfo.html @@ -6,4 +6,4 @@
  • Optional prefix?: string

    Interval prefix.

  • stepPattern: string

    Steps of the scale L = large, M = medium, s = small

  • Optional subset?: boolean

    True if the pattern is a subset of a larger MOS pattern.

    -
  • Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/moment-of-symmetry/types/TamnamsInfo.html b/moment-of-symmetry/types/TamnamsInfo.html index 2c28792..a85c8a6 100644 --- a/moment-of-symmetry/types/TamnamsInfo.html +++ b/moment-of-symmetry/types/TamnamsInfo.html @@ -3,4 +3,4 @@
  • Optional familyPrefix?: string

    Family tree prefix.

  • name: string

    TAMNAMS name of the MOS pattern.

  • Optional prefix?: string

    Interval prefix.

    -
  • Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file