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)
this
(MusicalNote note, size_t step, size_t octave, SongChordEntry parentChordEntry)
class
SongNote
final
this
(
MusicalNote
note
,
size_t
step
,
size_t
octave
,
SongChordEntry
parentChordEntry
)
Parameters
note
MusicalNote
The note.
step
size_t
The step.
octave
size_t
The octave.
parentChordEntry
SongChordEntry
The parent chord entry.
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.