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
When exporting as a datapack it will start the loop immediately after the last note is played and doesn't have the correct buffer.
To Reproduce
Steps to reproduce the behavior:
Create simple looping song. Create a silent note to loop more closely
Export as datapack
Play the datapack in game. In this example 2 ticks will be skipped.
A work around for this to have the last set the nbs scoreboard to -(speed*2), -80 for 10ticks per second. A better solution would be to have the buffer on the last note and not the beginning of the first note. But its more work to do manually.
Expected behavior
Notes should not occur 1tick after the last is played when looping. It should keep the same rhythm and have the blank space after the last note
The text was updated successfully, but these errors were encountered:
Describe the bug
When exporting as a datapack it will start the loop immediately after the last note is played and doesn't have the correct buffer.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Notes should not occur 1tick after the last is played when looping. It should keep the same rhythm and have the blank space after the last note
The text was updated successfully, but these errors were encountered: