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
Describe the bug
I recently discovered the frame-by-frame playback mode, and now I don't know how I lived with page-by-page before lol; however, something I noticed is that when rewinding/fast forwarding with playback paused it displays the marker as tick-by-tick instead of by frame, which is not nearly as smooth (even for songs with a high BPM/tickrate)
To Reproduce
Steps to reproduce the behavior:
Open NBS (no pun intended)
Go to the playback settings within NBS preferences and change the marker mode to Frame by frame, and save the settings
Create or open a song with at least one note at the end of the visible layer field (such that the play bar would have to scroll against the note field when it reaches it, like the below image)
Starting from tick 0, without playing the song fast forward playback until the last note is forced to scroll into view and observe the abrupt smoothness change
Optionally, rewind the song directly after (again without playing the song), and observe how the song instantly snaps back to smooth when tick 0 scrolls back into view
Expected behavior
Assuming the user has the frame-by-frame mode enabled, I would expect NBS to move the play bar smoothly regardless of whether the song is playing. However, given how deep the rendering code can go, I understand that actually accomplishing that might not be easy.
The text was updated successfully, but these errors were encountered:
Describe the bug
I recently discovered the frame-by-frame playback mode, and now I don't know how I lived with page-by-page before lol; however, something I noticed is that when rewinding/fast forwarding with playback paused it displays the marker as tick-by-tick instead of by frame, which is not nearly as smooth (even for songs with a high BPM/tickrate)
To Reproduce
Steps to reproduce the behavior:
Open NBS (no pun intended)
Go to the playback settings within NBS preferences and change the marker mode to
Frame by frame
, and save the settingsCreate or open a song with at least one note at the end of the visible layer field (such that the play bar would have to scroll against the note field when it reaches it, like the below image)

Starting from tick 0, without playing the song fast forward playback until the last note is forced to scroll into view and observe the abrupt smoothness change
Optionally, rewind the song directly after (again without playing the song), and observe how the song instantly snaps back to smooth when tick 0 scrolls back into view
Expected behavior
Assuming the user has the frame-by-frame mode enabled, I would expect NBS to move the play bar smoothly regardless of whether the song is playing. However, given how deep the rendering code can go, I understand that actually accomplishing that might not be easy.
The text was updated successfully, but these errors were encountered: