You've already forked torvalds-GuitarPedal
mirror of
https://github.com/torvalds/GuitarPedal.git
synced 2026-07-20 09:33:14 +00:00
I have no idea what I'm doing - as usual. But it looks obvious enough. I picked three new tunings basically at random (not really: they were mentioned by either Dirk or Ricky): DADGAD for guitar, and BEADGC and EADG for bass (typical 6- and 4-string tunings respectively). The The whole "we match against any octaves" ends up really making DADGAD in particular more or less random, since all the D strings will just match whichever random lowest base frequency we find. So I'm not convinced this is all that useful as-is, but in case I ever figure out how to distinguish harmonics from different strings this will be more useful. As it is, I think it is close. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>