improve time tracking on step play
now it fetches row time from song timestamps also syncs file player!
This commit is contained in:
parent
64b8a8f714
commit
3c106f7861
2 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue