add walkSong
This commit is contained in:
parent
6d54023b70
commit
61a1932bce
2 changed files with 55 additions and 0 deletions
|
|
@ -257,6 +257,9 @@ class DivEngine {
|
|||
// calculate frequency/period
|
||||
int calcFreq(int base, int pitch, bool period=false);
|
||||
|
||||
// find song loop position
|
||||
void walkSong(int& loopOrder, int& loopRow);
|
||||
|
||||
// play
|
||||
void play();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue