musicpulator ~master (2019-01-19T15:01:20Z)
Home
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.