Skip Menu |

This queue is for tickets about the Music-Chord-Note CPAN distribution.

Report information
The Basics
Id: 127367
Status: resolved
Priority: 0/
Queue: Music-Chord-Note

People
Owner: Nobody in particular
Requestors: gene [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: New chords to add
Hello. I am parsing some Bach and ran into two chords that are not recognized by Music::Chord::Note - The diminished 6th and the minor add4 chords. Here is the diff: 39a40 Show quoted text
> 'madd4' => '0,3,5,7',
51a53 Show quoted text
> 'dim6' => '0,3,6,9',
I hope the note numbers are right... Please double-check! Thank you, Gene
On 2018-10月-13 土 13:35:49, GENE wrote: Show quoted text
> Hello. I am parsing some Bach and ran into two chords that are not > recognized by Music::Chord::Note - The diminished 6th and the minor > add4 chords. > > Here is the diff: > > 39a40
> > 'madd4' => '0,3,5,7',
> 51a53
> > 'dim6' => '0,3,6,9',
> > I hope the note numbers are right... Please double-check! > > Thank you, > > Gene
Thanks, Gene! I added 2 cords. Check it out https://metacpan.org/release/BAYASHI/Music-Chord-Note-0.08
Resolved!