moment-of-symmetry
    Preparing search index...

    Type Alias DiamondMosDegree

    0-indexed degree of Diamond mos notation.

    type DiamondMosDegree = {
        center: MosMonzo;
        mid?: MosMonzo;
        perfect: boolean;
    }
    Index

    Properties

    Properties

    center: MosMonzo

    Center of this degree. A perfect or a neutral interval.

    mid?: MosMonzo

    The neutral interval for perfect intervals where it makes sense.

    perfect: boolean

    Quality of this degree. Imperfect has a neutral center and must be further processed to obtain the minor and major variants.