ChordSixthType
public struct ChordSixthType: ChordPart
Defiens sixth chords. If you add the sixth note, you have sixth chord.
-
Default initilizer.
Declaration
Swift
public init() -
Initilize chord part with interval.
Declaration
Swift
public init?(interval: Interval) -
Interval between root.
Declaration
Swift
public var interval: Interval -
Notation of chord part.
Declaration
Swift
public var notation: String -
Description of chord part.
Declaration
Swift
public var description: String
View on GitHub
ChordSixthType Structure Reference