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

Fixing values for parsing of pedals #48

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

Natooz
Copy link
Collaborator

@Natooz Natooz commented Dec 6, 2023

This PR fixes the values of the parsing of pedals. In the MIDI specs, the controls change 64 (pedals) acts as "on-off", with values <64 being off and those >= 64 being on. The PR follows this principle when parsing pedals.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6a0656f) 62.18% compared to head (6d997a9) 62.18%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   62.18%   62.18%           
=======================================
  Files          14       14           
  Lines         804      804           
=======================================
  Hits          500      500           
  Misses        304      304           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Natooz Natooz merged commit 6f0a8f3 into YatingMusic:master Dec 6, 2023
17 checks passed
@Natooz Natooz deleted the fix-pedals-values branch December 6, 2023 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants