Skip to content

Use final value instead of value to reflect automation in get_parameters - #442

Open
Claers wants to merge 1 commit into
utopia-rise:masterfrom
Claers:fix/get_final_value_get_parameter
Open

Use final value instead of value to reflect automation in get_parameters#442
Claers wants to merge 1 commit into
utopia-rise:masterfrom
Claers:fix/get_final_value_get_parameter

Conversation

@Claers

@Claers Claers commented Aug 12, 2026

Copy link
Copy Markdown

When updating a parameter in FMOD (for example to have a timing for the engine to prepare an event) the actual code is using value but in FMOD Engine value is the value that is set by the user and does not reflect actual value changes made by FMOD itself.

This pull request change this by using final_value instead of value. This should not break things bc it's a voluntary action to change a value into FMOD and want to gather it into the engine.

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.

1 participant