(05-03-21, 21:37)hansehv Wrote: Replace line 53 in modules/audio.py:
if e.sound.stopmode==3 or e.sound.stopmode==-1: # keep track of backtrack/once status
if e.sound.stopmode==3: # keep track of backtrack status
That works flawlessly! Thank you for looking into this.