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:
parent
481a5710df
commit
17f6ea5c6a
2 changed files with 28 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue