SpelledChord
public struct SpelledChord
Undocumented
-
Creates a
SpelledChordwith the given `pitches.Declaration
Swift
public init(_ pitches: [SpelledPitch]) -
Creates a
SpelledChordwith the givenbasspitch and the givenchordDescriptor.Declaration
Swift
public init(_ bass: SpelledPitch, _ chordDescriptor: ChordDescriptor)
-
The
RandomAccessCollectionbase of aSpelledChord.Declaration
Swift
public var base: [SpelledPitch] { get }
-
Creates a
SpelledChordwith the array literal ofSpelledPitchvalues.Declaration
Swift
public init(arrayLiteral pitches: SpelledPitch...)
Install in Dash
SpelledChord Structure Reference