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

Jack Send shares "port number" value across channels #28

Open
HadiAyoub opened this issue Jun 19, 2024 · 5 comments
Open

Jack Send shares "port number" value across channels #28

HadiAyoub opened this issue Jun 19, 2024 · 5 comments

Comments

@HadiAyoub
Copy link

When I add Jack Send to multiple mixer groups, if I change the value of port number in one group, it also updates in another group. Defeating the purpose of Jacksend.

@HadiAyoub
Copy link
Author

A workaround I attempted was to create gameobjects on the fly, and attach jacksend to them whenever I needed to output a sound to a specific channel.

As soon as there were more than 2-3 game objects created though, audio came to a complete halt.

@HadiAyoub
Copy link
Author

@Schroedingers-Cat any ideas?

@Schroedingers-Cat
Copy link
Contributor

Hm, I never experienced something like this, but I used this last in 2020.

Does this only happen when you change the port number via GUI? You could try setting the intended port numbers in the mixer's asset file and see if that is picked up correctly by Unity.

@HadiAyoub
Copy link
Author

@Schroedingers-Cat - Genius! Thank you so freaking much! I think that worked - it at least appears to be a path forward :)

@Schroedingers-Cat
Copy link
Contributor

Happy to hear that works. That sounds like the problem lies in the C# GUI which fails to bind to a specific instance but rather all instances. Really weird. But ATM, I got no time to dig into this.

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

2 participants