A ukulele representation.
{ tuning : List Chords.Pitch.Pitch
, numFrets : Basics.Int
}
Configure your ukulele by passing a tuning and the number of frets.
defaultTuning : List Chords.Pitch.Pitch
The default tuning of a ukulele.
voicings : Config -> Chords.Chord -> List Chords.Voicing
Returns a list of possible voicings of a chord on a ukulele.