Skip to content

Commit 9ad765d

Browse files
committed
better reset time, but needs more solid coding
1 parent 9561897 commit 9ad765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/sound/SoundfilePlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ void SoundfilePlayer::audioOutObject(ofSoundBuffer &outputBuffer){
391391
playhead = 0.0;
392392
isPlaying = true;
393393
finishSemaphore = true;
394-
}else if(playhead > 5000){
394+
}else if(playhead > 6000){
395395
isNextCycle = false;
396396
}
397397

0 commit comments

Comments
 (0)