You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the fingerings for tenor and bari are all offset - see screenshot attached: C major should have same fingerings for all the saxes, but tenor and bari are blank for first notes, and then the fingerings that do appear are wrong.
If I'm understanding the code correctly, I think this is the fix:
if (instrument === 'wind.reed.saxophone.alto') {
this.transpose = 7;
} else if (instrument === 'wind.reed.saxophone.tenor') {
this.transpose = 12; // was 5 - tenor sounds an octave lower than sop
} else if (instrument === 'wind.reed.saxophone.baritone') {
this.transpose = 19; // was 7
this.base += '\uE281';
}
Many thanks for your great plugin. FYI I'm 'borrowing' the logic/codes for a web app I'm building - hope that's ok? Will credit you.
Regards,
Angus
The text was updated successfully, but these errors were encountered:
@gusmoney, thanks for reporting this bug and a fix. In regards to the code, feel free to use it and the Fiati font as well. I am fine just pointing to this repository. I would suggest adding the fiati-regular.woff to your web app, because it is a smaller version of the font. I have not really tried the woff one, so I would appreciate if you can give me your feedback here (or in Fiati repo in case of a bug) .
Hi there,
It seems the fingerings for tenor and bari are all offset - see screenshot attached: C major should have same fingerings for all the saxes, but tenor and bari are blank for first notes, and then the fingerings that do appear are wrong.
If I'm understanding the code correctly, I think this is the fix:
Many thanks for your great plugin. FYI I'm 'borrowing' the logic/codes for a web app I'm building - hope that's ok? Will credit you.
Regards,
Angus
The text was updated successfully, but these errors were encountered: