piu
piu copied to clipboard
Fifthless chord support
Is there any plan to support fifthless chords? Seems to return an empty array when I try.
Example:
piu
.infer( ['g', 'g', 'f', 'b'].map(teoria.note) )
.map( piu.name );
// -> []