-
Notifications
You must be signed in to change notification settings - Fork 2
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
Better volume translation? #16
Comments
Do you mean using MIDI note velocity? Correct, currently it just uses the |
I think it would be easier to work with if it translated midi velocity into Otherwise, how do I add text events like |
It's worth noting that a volume of 0 is never used except for in dungeon1.asm: A volume of 0 technically works, but creates a weird clicking sound every time a silent note is played, so it isn't useful really. |
midi velocity = 8 * (asm volume + 1) - 1 Part of #16
I've released a new version 0.8 with this implemented. Let me know if it works as you expect! |
It doesn't seem like volume changes are properly reflected when going between formats.
The text was updated successfully, but these errors were encountered: