Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes a couple issues I found with looping and stepping #61

Merged
merged 1 commit into from
Mar 22, 2024

Commits on Mar 8, 2024

  1. Fixes a couple issues I found with looping and stepping

    Bug: when using the loop single end action and playing the
    replay in reverse, playback would get stuck in an infinite loop
    at t=0.
    
    By trying to fix this bug, I uncovered some really weird
    behavior with using the step functionality. With the current changes,
    playback resumes at the correct spot with no random pauses. I tested
    this using the different end actions, as well at backwards and forwards
    playback and stepping past the start and end.
    DavidXenakis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bd28428 View commit details
    Browse the repository at this point in the history