dev
    Preparing search index...

    Class KeyManager

    Index

    Constructors

    Properties

    key: string
    keyParts: KeyParts
    keyString: string
    music: Music
    originalScaleMapByValue: Record<number, string>
    scale: number[]
    scaleMap: Record<string, string>
    scaleMapByValue: Record<number, string>

    Methods

    • Parameters

      • key: string

      Returns { accidental?: string; change?: boolean; note: string }

    • Parameters

      • note: string

      Returns { accidental?: string; change: boolean; note: string }