ExtensionType
public enum ExtensionType: Int, ChordDescriptionDefines type of the extended chords.
- 
                  
                  9th chord. Second note of the chord, one octave up from root. DeclarationSwift case ninth = 9
- 
                  
                  11th chord. Eleventh note of the chord, one octave up from root. DeclarationSwift case eleventh = 11
- 
                  
                  13th chord. Sixth note of the chord, one octave up from root. DeclarationSwift case thirteenth = 13
- 
                  
                  Interval between root. DeclarationSwift public var interval: Interval
- 
                  
                  Notation of the chord part. DeclarationSwift public var notation: String
- 
                  
                  Description of the chord part. DeclarationSwift public var description: String
- 
                  
                  All values of ExtensionType.DeclarationSwift public static var all: [ExtensionType]
 View on GitHub
View on GitHub ExtensionType Enumeration Reference
        ExtensionType Enumeration Reference