Options
All
  • Public
  • Public/Protected
  • All
Menu

Module staff_block

Index

Classes

Interfaces

Type aliases

Functions

Type aliases

StaffBlockMap

StaffBlockMap: Map<number, StaffBlock>

A map of staff blocks indexed by starting quarter

Functions

splitStaffNote

  • Splits a note in two by a time point measured in note quarters

    Parameters

    • staffNote: StaffNote

      note to be splitted

    • quarters: number

      split point

    Returns StaffNote

    The second half of spritted note. First one is the received one, which gets modified.

Generated using TypeDoc