FIXED: 'While On' stopped functioning properly

WIth the newest update (2019.15230), I have a “While on” Chop Execute that no longer functions.

It’s a music player that checks a table for timing changes, but it stopped checking while it was playing (While on = Play button is pushed). I copy and pasted the exact same code into an Execute DAT and it works again. While On feature also works great on the prior version (the spring release - 14650), but this newest edition seems to have cut off a certain functionality with “While On”

OS: Win 10

Thanks, we will have a look.
Do you have a simple example we could work with? (email: support@derivative.ca)

Thanks,
Rob.

Actually we’re able to reproduce the problem and are working on a fix now.
Thanks,
Rob.

Perfect, thank you!

We’ve found a bug when the CHOP it pointed to was not cooking each frame.
Does this describe your case?
If so, it will be fixed in builds 2019.15580+

-Rob

Thanks and yes, I believe that is the case here too. It’s a button comp toggle that probably isn’t always cooking since it’s just turning off and on. If you’d like, I can still send my tox file over for your team to verify but that does sound like the problem. :slight_smile:

No need to send it in.
A workaround would be to cause the CHOP to cook every frame to see if that fixes the issue.
Append a Time Slice CHOP to it for example, and point to that instead.

Cheers
Rob