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

[Feature] Add support for the "programmer instrument -> Event" pipeline in FMOD integration #269

Open
spike-develops opened this issue Oct 17, 2022 · 1 comment

Comments

@spike-develops
Copy link

Since the current FMOD integration skips any creation of Fmod event instances/programmer instruments, and lives at the bus level, we miss out on a lot of routing QOL and effects that Fmod is able to provide for events. Things like spatialization data at the event level, and instanced parameters/effects per event would be awesome to be able to access.

There are definitely workarounds, (I'm currently creating a bus for every voice chatter and then adjusting duplicated global parameters to mimic the functionality of instanced event parameters) but it would be a huge QOL improvement.

@martindevans
Copy link
Member

This was something we considered during the initial development, but decided against mostly due to the extra complexity involved. I'm also not familiar enough with the higher level functionality to decide how best to integrate with it, so some research would be involved there.

As such this isn't something we're likely to implement soon, but I will leave this issue open as a feature request for the future.

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

2 participants