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

Sound panner attr is not updated on pannerAttr call #1687

Open
signorpipo opened this issue Oct 22, 2023 · 0 comments
Open

Sound panner attr is not updated on pannerAttr call #1687

signorpipo opened this issue Oct 22, 2023 · 0 comments
Labels

Comments

@signorpipo
Copy link

The Problem

When Howl.pannerAttr is called, the sound pannerAttr is not updated

3708

As u can see in the image, pa is changed, but pannerAttr is not

Reproducible Example

No response

Reproduction Steps

I think u just need to look at the code.
Normally the sound panneAttr is the same reference as the Howl, but since pannerAttr for no reason create a new objects and assign it to the Howl, this reference sharing is broken

Possible Solution

No response

Context

No response

Howler.js Version

v2.2.4

Affected Browser(s)/Versiuon(s)

No response

@signorpipo signorpipo added the bug label Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant