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
The songChanged signals on state and song are used to trigger any change in song data, which often results in an extreme level of redraw, rather than just focusing on what has changed. Need to review the use of songChanged, and find out how to trigger signals that are more fine grained.
The text was updated successfully, but these errors were encountered:
Description
The songChanged signals on state and song are used to trigger any change in song data, which often results in an extreme level of redraw, rather than just focusing on what has changed. Need to review the use of songChanged, and find out how to trigger signals that are more fine grained.
The text was updated successfully, but these errors were encountered: