MusicalScaleNote

A wrapper around a scale note.

Constructors

this
this(MusicalNote note, size_t octaveIncrementer)

Creates a new scale note.

Members

Functions

toJson
string toJson()

Converts the scale note to json.

toString
string toString()

Converts the scale note to a string. This will call toJson().

toXml
string toXml()

Converts the scale note to xml.

Properties

note
MusicalNote note [@property getter]

Gets the note.

octaveIncrementer
size_t octaveIncrementer [@property getter]

Gets the octave incrementer.

Meta