mikehadlow / gtr-cof

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

Different dots for violin/viola #23

Closed l3nz closed 3 years ago

l3nz commented 5 years ago

I see that module "tuning" has a programmable concept of dots.

    { tuning: "GDAE", dots: guitarDots, description: "Violin" },
    { tuning: "CGDA", dots: guitarDots, description: "Viola" },

For violin and viola there are no dots, but usually beginners have them "pasted on" on as:

String C: D E F G (C)

l3nz commented 5 years ago

Stupid me. It was easier to fix than to explain. I have created a PR. I was put off by the VisualStudio notes and I'm not a JS guy, but actually it's really trivial.