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 midi value issue #640

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Conversation

rettinghaus
Copy link
Member

closes #638

Copy link
Member

@kepper kepper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically, the change is correct and fine. I wonder, though, why / if we need to give percentages at all, as MIDI itself doesn't use percentages. Yes, they're easier to read, but will people use this beyond directly interfacing with MIDI files? We may want to revise this independent of the current PR…

@kepper kepper merged commit e011614 into music-encoding:develop Jan 31, 2020
@craigsapp
Copy link
Member

Yes, there is not great need for encoding MIDI volumes as percentages since the volume values in MIDI can only be 0 to 127 and will never change (at least for the MIDI 1.0 standard). So the only function of percentages would be to make it easier for people to read.

@rettinghaus rettinghaus deleted the develop-midi branch February 1, 2020 21:38
rettinghaus pushed a commit to rettinghaus/music-encoding that referenced this pull request Mar 9, 2023
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.

Values for MIDI volume
3 participants