mikehadlow / gtr-cof

Interactive music theory dashboard for guitarists. http://guitardashboard.com/
MIT License
327 stars 66 forks source link

detail info for scale #52

Open sugizo opened 3 years ago

sugizo commented 3 years ago

better to have detail info for scale (the degree, the interval space, the semitone number) so that user can memorize it without calculate it from the chromatic circle e.g. for diatonic aeolian mode the degree : 1 2 b3 4 5 b6 b7 the interval space : W H W W H W W the semitone number : 0 2 3 5 7 8 10 12

the logic can be translate from intervals on music-module.ts e.g. intervals: new mod.Mod([true, false, true, false, true, true, false, true, false, true, false, true])

6 Aeolian Mode or Natural Minor Scale or Descending Melodic Minor Scale - A

thanks

mikehadlow commented 3 years ago

That's a really good idea. Should be relatively easy to add.