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

Function to alter the volume of a note associated with a specific voice #253

Open
habuenav opened this issue Dec 1, 2024 · 0 comments
Open

Comments

@habuenav
Copy link

habuenav commented Dec 1, 2024

Hi team, I don't know if this function already exists, if it does I don't know how to do it so I would appreciate if you could help me with that, otherwise my proposal is the following.

I would like to propose the addition of a function that allows to alter the volume of a note associated with a specific voice without having to create a struct event e = amy.default_event(); and then having to do an amy.add_event(e); since in this way a jump is perceived, as if the note started again.
To change the volume of a note, I currently access the variable amy_global.volume, which makes a smooth volume transition, but affects the overall volume. I would like the volume to be able to be managed individually for each voice.

Benefits:
Improved sound quality by avoiding sudden jumps in the volume of the notes.
Greater control over the volume of each voice independently.
Simplifying the volume adjustment process for developers.

Additional comments:
I appreciate your attention and hope you will consider this proposal to improve the functionality of the project.
Thank you for your time and effort.

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

No branches or pull requests

1 participant