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

Added missing if-statement for "useRunningStatus", causing a bug with a midi device #134

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2019

  1. Update MIDI.hpp

    luckyspacetraveller committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    f905cba View commit details
    Browse the repository at this point in the history
  2. Update MIDI.hpp

    - added if statement asking for "useRunningStatus", as it caused a bug 
    with a certain midi device, causing the arduino to resolve the same midi 
    data multiple times. I think it was forgotten here, as the comment also 
    suggests that this section is only for "if enabled..."
    luckyspacetraveller committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    de8e227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ebdf34 View commit details
    Browse the repository at this point in the history
  4. aligned code

    luckyspacetraveller committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8944099 View commit details
    Browse the repository at this point in the history