A way to do stuff when an interactive audio stream switches clips #12589
Seboops
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You can tell an interactive audio stream to switch clips, and sometimes it doesn't switch immediately. This is good, this is what it's for. However, because of the delay, it can be hard to make stuff happen when the music actually switches. So maybe some kind of signal, or any way to call a function when the clip switches would be really convenient. For example, in my project, I want to play an animation once the music switches for dramatic effect. I want to make the music switch on the bars. I don't want to have to do a something like checking the last frame's clip and comparing it with the current one to see if there are differences.
Beta Was this translation helpful? Give feedback.
All reactions