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
I suggest adding bindable events. In particular I would find something like onSpeedZero or onLooping interesting. I imagine:
onSpeedZero calls callback when the player speed is set to 00 (via F00, I guess), because obviously the song ended.
onLooping calls callback when the song simply wraps around itself to start from sequence 00.
I'd like to have these to make a playlist (Add playlist #23).
I suggest adding bindable events. In particular I would find something like
onSpeedZerooronLoopinginteresting. I imagine:onSpeedZerocalls callback when the player speed is set to00(viaF00, I guess), because obviously the song ended.onLoopingcalls callback when the song simply wraps around itself to start from sequence00.I'd like to have these to make a playlist (Add playlist #23).