TimeDivision

enum TimeDivision : 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

  • Undocumented

    Declaration

    Swift

    case quarter
  • Undocumented

    Declaration

    Swift

    case quarterTriplet
  • Undocumented

    Declaration

    Swift

    case eighth
  • Undocumented

    Declaration

    Swift

    case eighthTriplet
  • Undocumented

    Declaration

    Swift

    case sixteenth
  • Undocumented

    Declaration

    Swift

    func numberOfSteps() -> Int
  • Undocumented

    Declaration

    Swift

    static func count() -> Int