Class TimeSigDivision

The TimeSigDivision class represents the definition of one beat within a TimeSig.

Hierarchy

  • TimeSigDivision

Constructors

Properties

Accessors

Constructors

  • Parameters

    • count: number

      The count is how many of note length (as defined by the TimeSig denominator) that this specific beat contains.

    • swing: number = null

      By default this value is null. If set, then this beat has its own specific swing value.

    Returns TimeSigDivision

Properties

count: number = 1

The count is how many of note length (as defined by the TimeSig denominator) that this specific beat contains.

swing: number = null

By default this value is null. If set, then this beat has its own specific swing value.

Accessors

  • get typeName(): string
  • Returns the name of this type. This can be used rather than instanceof which is sometimes unreliable.

    Returns string

Generated using TypeDoc