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 factor-of-2-off MIDI velocity parsing #290

Merged
merged 1 commit into from
Aug 10, 2020
Merged

Conversation

earlephilhower
Copy link
Owner

Velocity in the MIDI format goes from 1...127, so scale the voulme of
the note generater by /128 instead of /256. Increases volume of all
notes by 2x linratly (3dB).

Found by Marc Madaule

Velocity in the MIDI format goes from 1...127, so scale the voulme of
the note generater by /128 instead of /256.   Increases volume of all
notes by 2x linratly (3dB).

Found by Marc Madaule
@earlephilhower earlephilhower merged commit 0d1d849 into master Aug 10, 2020
@earlephilhower earlephilhower deleted the volumemidi branch August 10, 2020 02:01
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.

1 participant