1. Bottom colored dots are connected to shape colors, nothing else. Those shapes are often (in guitar literature) referenced by number, 1 to 5 (e.g. pentatonic shape 1), I decided to use colors
2. Pentanizer is adding interval colors. It splits "scaler" shapes into 5 micro interval shapes. It is explained in https://grunfy.com/updates.html section and this video might help to understand the concept: https://www.youtube.com/watch?v=H3DCpJlGQFA&feature=youtu.be...
3. I use some own JS on top of http://svgjs.com/ library...I'll need to cleanup things and make it somewhat "stable" before opensourcing it.
I'm having a hard time looking at the scale and making sense of it without having to orient myself and think about it a lot. I think this could be fixed with a different visual display, such as less or different colors and more contrast.
I also wasn't sure what effect some of the controls were having, but I think it might be because I am on my phone.
R marks "relative" major/minor, for example: A minor pentatonic is relative to C major pentatonic (contains same notes/shapes, just root note is different).
I can/could change defaults, but, all your presets should be saved between the sessions (your next visit).
I am in the middle of making some interface changes, hopefully buttons will behave better after it.
Thanks for feedback.
I was thinking about tooltips but those are tricky to implement for mobile devices (although I haven't spend much time making it usable for small screens/devices)
It can be quite intimidating at first I guess.
It makes (starts to make) sense once you turn off some shapes and start connecting them together one by one.
I am not sure if you had a look at the "pentanizer" parts, but that one is even worse at first sight,
but once you isolate certain parts I think (very subjective) it becomes helpful if you study interval parts.
I have one bit of constructive criticism for you. Every single Major/Minor scale should have exactly one each of ABCDEFG, so that written music makes sense — each line/space corresponds to a "letter", and the key signature tells you how sharp/flat that "letter" is. The tool gets this wrong for example in C# major, where you should have the 3rd step be E# instead of F, and the 7th step to be B# instead of C. A particularly pathological case is D# major, where almost all notes are misnamed — You should have D# E#, F##, G# A# B# C##.
I'll add more scales in the future, for time being you could check https://grunfy.com/modenizer.html
It has different coloring, but you can use 1-5 shapes to "dissect" it
Cool. I understand now after reading the discussions in the link a few times. Sadly, I never delved very deep into music theory, despite having played guitar for nearly 20 years.
sorry about that, just downloaded firefox on android and for me it does render the fretboard but it only takes like 1/3 of the screen. Will look into it asap.
to be honest, I targeted desktop audience, and running linux (and android) myself, I am bit limited in this (testing) area. I might be getting an iOSmac device soon so that might help. What browser/OS are you using?