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

SetCurrentTime, triggers Evaluate on seek #215

Open
circuitb opened this issue Jan 29, 2024 · 1 comment
Open

SetCurrentTime, triggers Evaluate on seek #215

circuitb opened this issue Jan 29, 2024 · 1 comment

Comments

@circuitb
Copy link

circuitb commented Jan 29, 2024

**when playing back a non realtime sequence (pause mode + setCurrentTime ) from an external clock (osc) the triggers are not evaluated
The Evaluate on seek is not working here
The sequences need to be in Play state to output triggers actions

Describe the solution you'd like
A Dirty workaround is to trig a play action on previous frame and trig pause on the next frame

Describe alternatives you've considered
Evaluate on seek option should do the trick

@EmerickH
Copy link
Contributor

The actual complete name of the confusing "Evaluate on Seek" function is evaluateOnSeekAndPlay in code.
It only applies if you seek while the sequence is playing, for example if your sequence is playing and you click to skip a little further, all the triggers in between will be triggered.
There is no function to do what you want right now., but I've suggested one here: benkuper/juce_timeline#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants