Enumerations

The following enumerations are available globally.

  • MenuItem representing pages that can be navigated to from the menu

    See more

    Declaration

    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 more

    Declaration

    Swift

    enum TimeDivision : Int