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
Currently rewind() is prototyped with subsong being signed int, and only rix.cpp and d00.cpp actually has special handling for <0 value, while other subsong implementors does range checks and clamps the value to 0 if out of range. I assume the correct would be to fix other implementors to handle <0 as current song reload instead of clamping.
The text was updated successfully, but these errors were encountered:
Currently rewind() is prototyped with subsong being signed int, and only rix.cpp and d00.cpp actually has special handling for <0 value, while other subsong implementors does range checks and clamps the value to 0 if out of range. I assume the correct would be to fix other implementors to handle <0 as current song reload instead of clamping.
The text was updated successfully, but these errors were encountered: