-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Crash on changing velocity of a note outside the piano roll #2713
Comments
Yup, crashes it does. It's also possible to crash it in step 3 above by just draging the bottom note as high as you can if the interval is a Major second or bigger. |
I can not reproduce on win32 (1.1.90) |
Bug introduced in f33d1f4 🚜
@Fastigium I have a hunch this is a case for you. Crash, playhandles, mutex... The crash you get from changing velocity/pan is only when you drag the handle, not when you use the mouse scroll wheel.
|
@zonkmachine Thanks for the 🚜! But about this issue: isn't the real problem that it's possible at all to push notes beyond piano roll boundaries? If I were to fix that, this bug would be fixed, too, right? |
Probably... |
@zonkmachine Scrolling takes a different code path, via |
I have submitted a pull request for this bug. This is my very first pull request (and my first time using Git), so I hope I observed proper procedure and etiquette. |
Yes you did. One nice trick is to put the words Also, the title of the PR could be a bit more descriptive. This is all minor though. Thanks for the patch. Merging. |
Closed via 946ae85 |
LMMS segfaults after changing the velocity of a note that has been pushed above B8.
How to reproduce:
Notes can't be dragged below C0, but they can be dragged above B8 (which causes the problem).
The text was updated successfully, but these errors were encountered: