We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/negamartin/midly/blob/816cb2a585b4d5d1fd7aeb0cb35668f21dc00869/src/primitive.rs#L524
I believe it's a typo.
The text was updated successfully, but these errors were encountered:
No, it's exclusive range syntax. It's equivalent to [0, fps). I'm not sure why I used that syntax. I've changed it to [0, fps-1] to make it clearer.
[0, fps)
[0, fps-1]
Sorry, something went wrong.
No branches or pull requests
https://github.com/negamartin/midly/blob/816cb2a585b4d5d1fd7aeb0cb35668f21dc00869/src/primitive.rs#L524
I believe it's a typo.
The text was updated successfully, but these errors were encountered: