musicpulator ~master (2021-12-17T02:20:04.8738686)
Dub
Repo
SongNote.this
musicpulator
songnote
SongNote
Creates a new song note.
this
(MusicalNote note, size_t length, size_t step, size_t octave, size_t bar)
class
SongNote
final
this
(
MusicalNote
note
,
size_t
length
,
size_t
step
,
size_t
octave
,
size_t
bar
)
this
(MusicalNote note, size_t step, size_t octave, SongChordEntry parentChordEntry)
Parameters
note
MusicalNote
The note.
length
size_t
The length.
step
size_t
The step.
octave
size_t
The octave.
bar
size_t
The bar.
Meta
Source
See Implementation
musicpulator
songnote
SongNote
constructors
this
functions
convertFromFlat
convertToFlat
toJson
toString
toXml
properties
bar
length
note
octave
parentChordEntry
relativeStep
step
Creates a new song note.