Enumerations
The following enumerations are available globally.
-
MenuItem representing pages that can be navigated to from the menu
See moreDeclaration
Swift
enum MenuItem : Int
-
TimeDivison representing number of events in a measure.
For example: 4 notes a measure is .quarter, 8 notes a measure is .eighth - this currently assumes 4/4 time signature
See moreDeclaration
Swift
enum TimeDivision : Int