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

AudioStreamInteractive doesn't update AudioStreamPlayer.parameters/switch_to_clip dropdown when edited #95353

Open
IntangibleMatter opened this issue Aug 10, 2024 · 2 comments

Comments

@IntangibleMatter
Copy link
Contributor

Tested versions

Found in 4.3-rc3, reasonable to assume exists in all prior versions with AudioStreamInteractive

System information

Linux Pop!_OS - Godot v4.3-rc3

Issue description

When modifying an AudioStreamInteractive, such that a stream is added, removed, or renamed, the "Switch to clip" dropdown in the AudioStreamPlayer which holds the AudioStreamInteractive will remain in the same state it was in when the AudioStreamInteractive was loaded. Reloading the scene updates the dropdown.

Steps to reproduce

Create a new AudioStreamPlayer, add an AudioStreamInteractive resource to it, then add a stream, change the name of a stream, or otherwise modify the stream data, then select the AudioStreamPlayer's parameters, and open the "Switch to Clip" dropdown. The dropdown will be in a state identical to that which it was in when first loaded into the scene.

Minimal reproduction project (MRP)

N/A

@IntangibleMatter IntangibleMatter changed the title AusioStreamInteractive doesn't update AudioStreamPlayer.parameters/switch_to_clip dropdown when edited AudioStreamInteractive doesn't update AudioStreamPlayer.parameters/switch_to_clip dropdown when edited Aug 10, 2024
@MJacred
Copy link
Contributor

MJacred commented Aug 17, 2024

Sounds like duplicate of #92453, can you confirm?

@IntangibleMatter
Copy link
Contributor Author

Sounds like duplicate of #92453, can you confirm?

It is not, that one regards the actual transitions not updating, while this one is about the menu to choose where to transition to not updating based on the list of clips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants