10-03-2021, 06:53 PM
(This post was last modified: 10-03-2021, 08:09 PM by mathgeniuszach.)
When you're in C, holding the Shift key when pressing a key on the keyboard should play that note sharped.
If you're in another key, sharping the note will increase it by another semi-tone.
I know the ways to get around this (like by switching a key or placing the note by hand), it's not hard. But from a web dev point of view, this so ridiculously easy to implement I just had to suggest it. Just note + e.shiftKey in the keyboard event. Considering the fact that the Shift key is unused there, there is literally no downside to implementing this.
If you're in another key, sharping the note will increase it by another semi-tone.
I know the ways to get around this (like by switching a key or placing the note by hand), it's not hard. But from a web dev point of view, this so ridiculously easy to implement I just had to suggest it. Just note + e.shiftKey in the keyboard event. Considering the fact that the Shift key is unused there, there is literally no downside to implementing this.