Skip Menu |

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

Report information
The Basics
Id: 130432
Status: new
Priority: 0/
Queue: Music-Scales

People
Owner: bdaglish [...] cpan.org
Requestors: gene [...] cpan.org
Cc:
AdminCc:

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



Subject: Doub accidentals do not produce the right scales in some cases
Not sure how widespread this problem is but here is one example: Show quoted text
> perl -MMusic::Scales -E'say join",",get_scale_notes("D#","major")'
Results in the correct scale: D#,E#,F##,G#,A#,B#,C## Yet Show quoted text
> perl -MMusic::Scales -E'say join",",get_scale_notes("F##","phrygian")'
Unfortunately results in: F##,G,A,B,C#,D,E Also it looks like the module author has abandoned it. So I doubt this will ever get fixed. :-(