g0dd4rd/songanalyzer

function for pentatonic scale doesn't work properly

Closed this issue · 1 comments

function for pentatonic scale gives wrong output.
instead of A,C,D,E,G for pentatonic scale in key of A, it outputs A,C,D,E,Gb,A

fixed - wrong interval sequence in the array for getPentationicScale() function.