Class KeyManager

Hierarchy

  • KeyManager

Constructors

Methods

  • Parameters

    • key: string

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

    • Optional accidental?: string
    • Optional change?: boolean
    • note: string
  • Returns string

  • Parameters

    • note: string

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

    • Optional accidental?: string
    • change: boolean
    • note: string