Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeyManager

Hierarchy

  • KeyManager

Index

Constructors

Methods

  • getAccidental(key: string): { accidental?: string; change?: boolean; note: string }
  • Parameters

    • key: string

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

    • Optional accidental?: string
    • Optional change?: boolean
    • note: string
  • getKey(): string
  • Returns string

  • selectNote(note: string): { accidental?: string; change: boolean; note: string }
  • Parameters

    • note: string

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

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