You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After testing UTSU, I noticed that notes only start rendering once you click the play button. After that, it is cached.
Ideally, the notes should be rendered and cached on background once the mouse click is released, to make user waiting time shorter.
Reading the code, it seems that the function render from Engine.java would be used to render (and cache) each region of notes that is not currently being interacted with?
The text was updated successfully, but these errors were encountered:
After testing UTSU, I noticed that notes only start rendering once you click the play button. After that, it is cached.
Ideally, the notes should be rendered and cached on background once the mouse click is released, to make user waiting time shorter.
Reading the code, it seems that the function
render
from Engine.java would be used to render (and cache) each region of notes that is not currently being interacted with?The text was updated successfully, but these errors were encountered: