Skip Menu |

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

Report information
The Basics
Id: 5170
Status: open
Priority: 0/
Queue: Music-Scales

People
Owner: Nobody in particular
Requestors: todd_caine [...] hotmail.com
Cc:
AdminCc:

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



Subject: pmajor bug
Pentatonic scales should have 5 notes. I didn't check to see if these are the correct notes but there is more than five for some reason. my @notes = get_scale_notes( 'E', 'pmajor' ); E pmajor scale != E F# G# A B C# D#
Show quoted text
> perl -MMusic::Scales -E'say join",",get_scale_notes("C","pentatonic")'
C,D,E,G,A 5 notes.
This module returns the major scale when given an unrecognized name, and "pmajor" is not recognized. Show quoted text
> perl -MMusic::Scales -E'say join",",get_scale_notes("C","foo")'
C,D,E,F,G,A,B