codazoda / random_riff

Randomly generates guitar riffs using standard scales such as the Pentatonic.
MIT License
4 stars 0 forks source link

Needs Fret (Key) Selection #4

Closed codazoda closed 10 years ago

codazoda commented 10 years ago

The app needs a fret selection drop down so that the random chords are generated in the appropriate key.

0 (E) 1 (F) 2 (F#/Gb) 3 (G) 4 (G#/Ab) 5 (A) 6 (A#/Bb) 7 (B) 8 (C) 9 (C#/Db) 10 (D) 11 (D#/Eb) 12 (E) 13 (F) 14 (F#/Gb) 15 (G) 16 (G#/Ab) 17 (A)

The code to generate riffs starting at these keys is already in place.

codazoda commented 10 years ago

This has been added. There is a bug in the current version related two double digit fret numbers so I included only the first 5 frets. I'll address the double digit frets in a separate bug report.