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

Ascending/Descending Notes are Rendered in a Strange Manner #3

Open
OzelotVanilla opened this issue Mar 31, 2024 · 0 comments
Open
Assignees
Labels
strange behaviour Something doesn't seem right

Comments

@OzelotVanilla
Copy link
Owner

What Happened

Due to the shift function, if there are notes like D5 C5 and B5, and the keyboard range starts from A3 to B5, it will produce weird sequence of notes that jumps an octave.

The reason might be the shift family just found the B5 is inside the range, and takes no action.

Example

In the song Meadow We Go, at this part, starting from the third note in the picture, it is actually the sequence of relatively D5 B5 C5 D5. However, the B is appearing at the right most place of the screen.

image

@OzelotVanilla OzelotVanilla added the strange behaviour Something doesn't seem right label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
strange behaviour Something doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants