@libraz/libcantus - v0.9.3
    Preparing search index...

    Function minorKey

    • Build a KeyScale for a natural-minor key on the given root pitch class.

      Parameters

      • rootPc: number

      Returns KeyScale

      import { minorKey } from '@libraz/libcantus';
      const aMinor = minorKey(9); // A natural minor: { rootPc: 9, modeMask12: NATURAL_MINOR_MASK }