-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Sync Hydra clock #243
Comments
Is a good idea, but with the downside that the animation might look interrupted because the time is all of a sudden reset to a different position. So smooth motion from oscillators and rotation is broken because of it. Maybe the resyncing should only happen when a new client enters the session, or when Hydra is |
Hey! Yes, it's not as easy as I thought at first... I guess we'd need to only sync new clients by taking another client as reference. But things can go wrong anyway and drift, so it will never be perfect. My motivation was mainly solving the use case of having two Hydra windows in the computer, one for rendering in another screen/projector for instance (there are some situations where you don't want to show the code for example, and it'd be great that both windows are synced). |
I think it could make sense to just have a section in the Flok documentation explaining the option to re-sync hydra visuals amongst clients. If the |
I was thinking it'd be interesting to explore syncing Hydra internal clock (the
time
variable onHydraSynth
). We could send thistime
variable on each evaluation and update the time variable on each peer that receives that evaluation message with the senttime
value.The text was updated successfully, but these errors were encountered: