AugustoRuiz / WYZTracker

A .NET Tracker to create music for WYZPlayer.
MIT License
46 stars 8 forks source link

Fixed issue where loop bit is not cleared from previous looping song. #7

Closed iratahack closed 2 years ago

iratahack commented 3 years ago

Problem found by playing a looping song followed by a non-looping song. The loop bit is set by the first song but not reset by the second so the second song also loops. This change resets the loop bit each time a song is played.