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)
this
(size_t length, size_t bar, SongNote[] notes)
this
(size_t length, size_t bar, SongNote[] notes, SongChord parentChord)
class
SongChordEntry
final
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.
parentChord
SongChord
The parent chord.
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.