musicpulator ~master (2019-01-19T15:01:20Z)
Home
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)
class
SongChordEntry
final
this
(
size_t
length
,
size_t
bar
,
SongChord
parentChord
)
this
(size_t length, size_t bar, SongNote[] notes)
this
(size_t length, size_t bar, SongNote[] notes, SongChord parentChord)
Parameters
parentChord
SongChord
The parent chord.
length
size_t
The length.
bar
size_t
The bar.
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.