account for non-beginning loop point location

Ig I will optimize some of the calculations later when account for fadeout is added
This commit is contained in:
LTVA1 2024-08-20 22:45:21 +03:00 committed by tildearrow
parent 481a5710df
commit 17f6ea5c6a
2 changed files with 28 additions and 6 deletions

View file

@ -1725,6 +1725,7 @@ class FurnaceGUI {
std::vector<int> songOrdersLengths; //lengths of all orders (for drawing song export progress)
int songLength; //length of all the song in rows
int songLoopedSectionLength; //length of looped part of the song
bool songHasSongEndCommand; //song has "Song end" command (FFxx)
struct Settings {