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

Add accurate midi timestamps #477

Merged
merged 6 commits into from
Oct 16, 2023
Merged

Add accurate midi timestamps #477

merged 6 commits into from
Oct 16, 2023

Commits on Oct 13, 2023

  1. Reorganise midi parsing

    stephen322 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    42dd841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7447cdc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Add incoming midi timestamps via mido callback

    This allows tracking the accurate time a midi event came in, instead of waiting to timestamp in our potentially slow or laggy event loop.  Also needs a non-thread-blocking led render.
    Needed for accurate midi file recording.
    stephen322 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    1c582fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33a0db View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    7a41a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b9656 View commit details
    Browse the repository at this point in the history