You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: