"Fake" selected notes, and the concept of hotspot #27726
ShibuyaCyana
started this conversation in
Ideas
Replies: 1 comment
-
There is nothing "fake" about the selection. The note is 100% selected, as you can see if you try a command that actually operates on the selected note, like Up/Down to change pitch, or Shift+Q/W to change duration. The duration commands were never intended to operate on the selection while in note input mode - as you observe, they are for setting the duration of future notes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
If we enter a note, it looks like MuseScore will select it automatically, with the input cursor placed after:
But it's really just a fake selection. We can't change its duration with number keys - they set the length for the future input note instead.
There are some other strange interactions surrounding this fake selected note:
The solution
Since that fake selected note is just a weaker form of a real selected one, we can just make an explicit concept for it: the hotspot note.
And to solve problems mentioned before, a hotspot note should behave like:
A possible visual mock-up:
This will clarify the behavior around this fake selected note, and lead to more functionalities. Of course, the drawback is a new (and kinda weird) concept for new users.
Beta Was this translation helpful? Give feedback.
All reactions