Class: Chord

Chord()

Encapsulates each chord in the music composed of an array of notes

Constructor

new Chord()

Constructs a new Chord
Source:

Methods

addNote(note)

Adds a note to the array of notes
Parameters:
Name Type Description
note Object Note object to add to this chord
Source:

toString() → {String}

Converts Chord to a pretty string
Source:
Returns:
The pretty string representation of the chord
Type
String