SpelledChord
public struct SpelledChord
Undocumented
-
Creates a
SpelledChord
with the given `pitches.Declaration
Swift
public init(_ pitches: [SpelledPitch])
-
Creates a
SpelledChord
with the givenbass
pitch and the givenchordDescriptor
.Declaration
Swift
public init(_ bass: SpelledPitch, _ chordDescriptor: ChordDescriptor)
-
The
RandomAccessCollection
base of aSpelledChord
.Declaration
Swift
public var base: [SpelledPitch] { get }
-
Creates a
SpelledChord
with the array literal ofSpelledPitch
values.Declaration
Swift
public init(arrayLiteral pitches: SpelledPitch...)