API Docs for: 1.4.4
Show:

ukeGeeks.data.song Class

Song object holds all meta info (Title, Subtitles) plus an array of plot

Constructor

ukeGeeks.data.song

()

Item Index

Properties

album

String

Album

artist

String

Artist Info

body

String

chords

Array(strings)

array of chord names found in current song

defs

Array

array of data.dots

hasChords

Bool

True if there is at least one chord in use, false otherwise. Useful for laying out tablature, which might have no chords.

key

String

Song's Key ('A', 'C', etc)

st

String

Subtitle, often Artist Info

st2

String

Subtitle Number 2, subtitle2 (not used yet)

title

String

Song Title