Environment
enum Environment: String
The environment of a section of the song
-
Chorus environment
Declaration
Swift
case chorus = "Chorus"
-
Repeat chorus environment
Declaration
Swift
case repeatChorus = "Repeat Chorus"
-
Verse environment
Declaration
Swift
case verse = "Verse"
-
Bridge environment
Declaration
Swift
case bridge = "Bridge"
-
Comment environment
Declaration
Swift
case comment = "Comment"
-
Tab environment
Declaration
Swift
case tab = "Tab"
-
Grid environment
Declaration
Swift
case grid = "Grid"
-
Textblock environment
Declaration
Swift
case textblock = "Text Block"
-
No environment
Declaration
Swift
case none = ""
-
Strum environment
Declaration
Swift
case strum = "Strum"