improve time tracking on step play

now it fetches row time from song timestamps
also syncs file player!
This commit is contained in:
tildearrow 2025-10-30 01:49:02 -05:00
parent 64b8a8f714
commit 3c106f7861
2 changed files with 13 additions and 0 deletions

View file

@ -2060,6 +2060,10 @@ bool DivEngine::playToRow(int row) {
}
void DivEngine::stepOne(int row) {
if (curFilePlayer && filePlayerSync) {
curFilePlayer->stop();
}
if (!isPlaying()) {
BUSY_BEGIN_SOFT;
freelance=false;