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

Fix lag on large midis #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 31, 2021

  1. Fix lag on large midis

    This provides a fix for grimmdude#25 where only one event per track could play each playLoop interval. This means that if there are multiple simultaneous events, they won't play all at the same time, which can be seen when playing black midis. This fix works by doing playLoops until there are no more events to play. This might not be the most efficient way to solve the issue, because it now needs to do a playLoop twice every time there's an event, but it's better than setting sampleRate to 0 which just makes the issue require more events to see.
    LapisHusky committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    06a6b9f View commit details
    Browse the repository at this point in the history