GUI: highlight loop
This commit is contained in:
parent
8edcbc8d39
commit
c47851e7c7
4 changed files with 27 additions and 7 deletions
|
|
@ -262,7 +262,7 @@ class DivEngine {
|
|||
int calcFreq(int base, int pitch, bool period=false);
|
||||
|
||||
// find song loop position
|
||||
void walkSong(int& loopOrder, int& loopRow);
|
||||
void walkSong(int& loopOrder, int& loopRow, int& loopEnd);
|
||||
|
||||
// play
|
||||
void play();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue