musicpulator ~master (2021-12-17T02:20:04.8738686)
Dub
Repo
SongChordEntry.this
musicpulator
songchordentry
SongChordEntry
Creates a new chord entry.
this
(size_t length, size_t bar)
this
(size_t length, size_t bar, SongChord parentChord)
this
(size_t length, size_t bar, SongNote[] notes)
class
SongChordEntry
final
this
(
size_t
length
,
size_t
bar
,
SongNote
[]
notes
)
this
(size_t length, size_t bar, SongNote[] notes, SongChord parentChord)
Parameters
length
size_t
The length.
bar
size_t
The bar.
notes
SongNote
[]
The notes.
Meta
Source
See Implementation
musicpulator
songchordentry
SongChordEntry
constructors
this
functions
addNote
convertFromFlat
convertToFlat
toJson
toString
toXml
properties
bar
length
notes
parentChord
scales
scalesInternal
Creates a new chord entry.