Options
All
  • Public
  • Public/Protected
  • All
Menu

Module staff_model

Index

References

Classes

Functions

References

KEY_ACCIDENTALS

Re-exports KEY_ACCIDENTALS

Functions

getNoteDetails

  • getNoteDetails(notePitch: number, clef: number, key: number): { accidental: number; keyAccidental: number; vSteps: number }
  • Gets the note details from pitch value according overall staff context

    Parameters

    • notePitch: number

      pitch of the note to get the details from

    • clef: number

      Encoded as MIDI pitch note at the 3rd line (G clef -> B = 71)

    • key: number

      Encoded as semitones (0 = C, 1 = C#, ... 11 = B)

    Returns { accidental: number; keyAccidental: number; vSteps: number }

    An object where vSteps: is the note height in the staff, accidental: is the accidental to be drawn if it were applied C key and keyAccidental: is the accidental forced by current key, if any

    • accidental: number
    • keyAccidental: number
    • vSteps: number

Generated using TypeDoc