Group
public struct Group : Equatable
Information necessary to render a tuplet bracket.
-
Duration
of aGroup
.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 theself
to the givenrange
of leaf indices.
-
Declaration
Swift
public var description: String { get }
-
Createss a
Group
for the givenmetricalDurationTree
.Declaration
Swift
public init(_ metricalDurationTree: DurationTree)