-
Notifications
You must be signed in to change notification settings - Fork 55
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
FMOD_STUDIO_EVENT_CALLBACK_SOUND_PLAYED returns an empty dict. #272
Comments
We only have partial support callback events:
Each event type needs to be manually implemented, so you can tell us what is your use case so we can add it to the next release. |
I need this event callback to integrate with code on sound play and this seems to be the way to do it |
Hello, any updates on this? |
We are currently working in a new update, mostly fixing the long list of bugs that were found in the past few months. |
That's great to hear. I understand everything takes time. Thanks for your work! |
I've recently found this addon and it's really great, but I could not for the life of me figure out how to use callbacks.
This code:
prints out
{ }8192
and if I turn the
col
function to haveFmodSound
as a argument:the function just does not get called
How do I get the sound returned by the callback?
The text was updated successfully, but these errors were encountered: