HELP NEEDED: How do Notes get their flags? #3618
Unanswered
Matthew-w56
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Notes get their flags automatically based on their duration and when not part of a beam. As mentioned before, the editor is a test code that remains as a proof-of-concept and needs to be refactored. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
title.
Basically, I found a problem that causes the system to crash because a note is left with a stem, but with no flag. And it's a quarter note so it's expected to have a flag. This causes an assert to fail.
It's part of the edit system and so I know where to add in any calls that would prompt the note to reset or generate it's appropriate flag, but I'm not quite sure how to do that. I've had a hard time parsing the code that loads data to find how it happens there, so any expertise is welcome! Basically, how do I grow a flag on a stem? What kind of reset or init method would allow this to happen?
Thanks for any responses!
Beta Was this translation helpful? Give feedback.
All reactions