moment-of-symmetry
    Preparing search index...

    Type Alias RangeInfo

    Information about a generator range.

    type RangeInfo = {
        bright: boolean;
        lowerBound: Fraction;
        numberOfLargeSteps: number;
        numberOfSmallSteps: number;
        period: Fraction;
        upperBound: Fraction;
    }
    Index

    Properties

    bright: boolean

    Indicate if the generators are bright inside this range.

    lowerBound: Fraction

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

    numberOfLargeSteps: number

    Number of large steps in the pattern.

    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.