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

Support for Saxophone fingering #5

Closed
eduardomourar opened this issue Oct 14, 2019 · 3 comments
Closed

Support for Saxophone fingering #5

eduardomourar opened this issue Oct 14, 2019 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@eduardomourar
Copy link
Owner

The initial ones have been added, but we need to add the full range.

@eduardomourar eduardomourar added enhancement New feature or request help wanted Extra attention is needed labels Oct 14, 2019
@Khrisbie
Copy link

Khrisbie commented Feb 4, 2020

Hi, with my son who's playing the saxophone, we modified the plugin to add saxophone fingering. Here is the mapping :
this.mapping = [ // 1st Octave (A3-B4) '\uE299\uE284\uE286\uE287\uE293\uE294\uE296\uE298', '\uE284\uE286\uE287\uE28E\uE293\uE294\uE296\uE298', '\uE284\uE286\uE287\uE28D\uE293\uE294\uE296\uE298', '\uE284\uE286\uE287\uE293\uE294\uE296\uE298', '\uE284\uE286\uE287\uE28C\uE293\uE294\uE296\uE298', '\uE284\uE286\uE287\uE293\uE294\uE296', '\uE284\uE286\uE287\uE293\uE294\uE296\uE297', '\uE284\uE286\uE287\uE293\uE294', '\uE284\uE286\uE287\uE293', '\uE284\uE286\uE287\uE294', '\uE284\uE286\uE287', '\uE284\uE286\uE287\uE28B', '\uE284\uE286', '\uE284\uE285', '\uE284', // 2nd Octave (C5-B5) '\uE286', '', '\uE282\uE284\uE286\uE287\uE293\uE294\uE296', '\uE282\uE284\uE286\uE287\uE293\uE294\uE296\uE297', '\uE282\uE284\uE286\uE287\uE293\uE294', '\uE282\uE284\uE286\uE287\uE293', '\uE282\uE284\uE286\uE287\uE294', '\uE282\uE284\uE286\uE287', '\uE282\uE284\uE286\uE287\uE28B', '\uE282\uE284\uE286', '\uE282\uE284\uE285', '\uE282\uE284', // 3nd Octave (C6-B6) '\uE282\uE286', '\uE282', '\uE282\uE289', '\uE282\uE288\uE289', '\uE282\uE288\uE289\uE28F', '\uE282\uE288\uE289\uE28A\uE28F', '','','','','','', // 4th Octave (C7-D8) '','','','','','','','','','','','', ];
By the way, it would be great to have the possibility, as an option, to display alternate fingering.
Good job for this plugin !

@eduardomourar
Copy link
Owner Author

@Khrisbie , thank you very much for this! I will take a look and make a release as soon as possible.

@eduardomourar
Copy link
Owner Author

Available now in v1.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants