Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sensible keyboard colour defaults #35

Closed
SeanArchibald opened this issue Jan 10, 2019 · 1 comment
Closed

Add sensible keyboard colour defaults #35

SeanArchibald opened this issue Jan 10, 2019 · 1 comment

Comments

@SeanArchibald
Copy link
Owner

Looking for assistance on key colouring defaults. No programming skills required, but you'll need an understanding of rearranging keys on a Halberstadt style keyboard.

Scale Workshop lets users choose a custom keyboard colouring scheme for your scale. There is an 'Auto' button which checks how many notes are in your scale and then provides a sensible default scheme.

screenshot 2019-01-10 at 13 30 22

screenshot 2019-01-10 at 13 32 31

Currently it only provides a scheme for a few easy ones such as 10, 12, 13, 16, 17, 19, 22. It would be a good enhancement to review the existing schemes I added and add missing schemes for scales with a different number of notes.

To add/edit new schemes, open up file scale-workshop/js/events.js and search for "case" - that will get you to the right place. There are examples there so you can follow the existing pattern. Example:

      case "12":
        colors = "white black white white black white black white white black white black";
        break;
@SeanArchibald
Copy link
Owner Author

I have added default key colour layouts for scales of size 9 through to 24. If anything else is needed it can be requested. Going to close this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant