Options
All
  • Public
  • Public/Protected
  • All
Menu

A Voice contains all the VoiceEntrys in a voice in a StaffLine.

Hierarchy

Index

Constructors

Properties

audible: boolean
following: boolean
parent: Instrument
visible: boolean
voiceEntries: VoiceEntry[] = []
voiceId: number

The Id given in the MusicXMl file to distinguish the different voices. It is unique per instrument.

volume: number = 1

Accessors

  • get Audible(): boolean
  • set Audible(value: boolean): void
  • get Following(): boolean
  • set Following(value: boolean): void
  • get Visible(): boolean
  • set Visible(value: boolean): void
  • get VoiceId(): number
  • get Volume(): number
  • set Volume(value: number): void

Generated using TypeDoc