-
Notifications
You must be signed in to change notification settings - Fork 147
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
screen q size / indicator #1741
Comments
This conversation on lines gave me an idea.
The idea is pretty simple -- anytime the queue needs to skip an entry, we can clear everything up until the next That probably wouldn't fix the case where there are enough drawing requests to fill up the queue before a screen update event. I think your idea for a dynamically resizing queue makes a lot of sense for that reason. |
i'm on coding hiatus for the month but will get back to this (and other small norns issues) in the new year. sorry for the delay. if anyone wants to adjust the white square appearance (for visual sensitivity), that is here: (idk why i put several updates in a row. this has the vibe of something done in the deep frantic midst of a long session.) and the q size is here: |
just for testing any future changes, acrostic has a lot of queue-filling redraws and is a reliable test candidate |
like an idiot, i entirely forgot i had added a visual "warning" for when the screen event queue is filled.
in a way it's good that we know some scripts are hitting the Q capacity. but it makes me wonder if the Q shouldn't be bigger / grow as needed. (we don't say that you can't queue up thousands of drawing requests at once.)
The text was updated successfully, but these errors were encountered: