Analizer
enum Analizer
Analize a chord
-
Find the root, quality and optional bass of a named chord
Declaration
Parameters
chordThe name of the chord
Return Value
The root and quality
-
Try to validate a
ChordDefinitionDeclaration
Swift
static func validateChord(chord: ChordDefinition) -> Chord.StatusParameters
chordThe
ChordDefinitionReturn Value
The
Statusof the chord definition
View on GitHub