-
Notifications
You must be signed in to change notification settings - Fork 54
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
Support Kira's Clocks #65
Comments
I need to leverage clocks for my use case. I had started manually depending on kira directly in order to gain access to them but it would be great to have it upstreamed rather than duplicating that effort. Would you be open to discussing how these would ideally be integrated to bevy_kira_audio so that I could start implementing a PR with clock support? Otherwise I'll just do my own implementation locally |
I have a fork that has basic, quick and dirty support here: https://github.com/james-j-obrien/bevy_kira_audio |
Has there been any progress in the backround on the I am trying to implement a simple "metronome" in Bevy and am wondering whether it's possible with this plugin (or kira directly?) to do some sort of "looping"... So that the repetition of |
I have not worked on clocks, but I am certainly open to contributions concerning them. What @james-j-obrien did looks good as a starting point.
I am not sure about the API because I have never used clocks before and don't really know how one would want to use them. If you are still interested in getting this upstreamed, I would be interested in how you use them. |
See https://tesselode.github.io/kira/clocks.html
The text was updated successfully, but these errors were encountered: