Options
All
  • Public
  • Public/Protected
  • All
Menu

A Tie connects two notes of the same pitch and name, indicating that they have to be played as a single note.

Hierarchy

  • Tie

Index

Constructors

Properties

NoteIndexToTieDirection: NoteIndexToPlacementEnum = {}

Can contain tie directions at certain note indices. For example, if it contains {2: PlacementEnum.Below}, then the tie should go downwards from Tie.Notes[2] onwards, even if tie.TieDirection is PlacementEnum.Above (tie starts going up on Notes[0]).

TieDirection: PlacementEnum = PlacementEnum.NotYetDefined
TieNumber: number = 1
notes: Note[] = []
type: TieTypes

Accessors

  • get StartNote(): Note

Methods

  • AddNote(note: Note): void
  • getTieDirection(startNote?: Note): PlacementEnum

Generated using TypeDoc