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

Hydra time global variable seems to be clashing with another time from other target (strudel?) #232

Closed
munshkr opened this issue Jan 13, 2024 · 1 comment · Fixed by #268
Labels
bug Something isn't working hydra Related to Hydra
Milestone

Comments

@munshkr
Copy link
Owner

munshkr commented Jan 13, 2024

Workaround for hydra sketches that use time: use time argument from anonymous callback:

For example:

shape(20, .2, .3)
  .scale(({ time }) => Math.sin(time)+1*2)
  .out()
@munshkr munshkr converted this from a draft issue Jan 13, 2024
@munshkr munshkr added the bug Something isn't working label Jan 13, 2024
@munshkr
Copy link
Owner Author

munshkr commented Jan 13, 2024

Related to #182

@munshkr munshkr added this to the Version 1.1 milestone Jan 13, 2024
@munshkr munshkr added the hydra Related to Hydra label Jan 13, 2024
@munshkr munshkr moved this to Todo in Flok: Backlog Jan 13, 2024
@munshkr munshkr moved this from Todo to In Progress in Flok: Backlog Mar 31, 2024
@munshkr munshkr moved this from In Progress to Todo in Flok: Backlog Mar 31, 2024
@munshkr munshkr linked a pull request Apr 3, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in Flok: Backlog Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hydra Related to Hydra
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant