Group

public struct Group : Equatable

Information necessary to render a tuplet bracket.

  • Group in context, applying to the indices of the leaves to which it applies.

    See more

    Declaration

    Swift

    public struct Context : Equatable
  • Duration of a Group.

    Declaration

    Swift

    public let duration: Duration
  • The sum of the contents contained herein.

    Declaration

    Swift

    public let contentsSum: Int
  • Declaration

    Swift

    public func context(range: CountableClosedRange<Int>) -> Context

    Return Value

    The Group.Context, applying the self to the given range of leaf indices.

  • Declaration

    Swift

    public var description: String { get }
  • Createss a Group for the given metricalDurationTree.

    Declaration

    Swift

    public init(_ metricalDurationTree: DurationTree)