Freezing values over Quit/Restart

An LFO’s cycles drive something and need to keep counting after restart. It seems, I’ve never needed something like this - is there actually a (good) way to do this in-patch? Or should I not bother and just write/read a file?

just calculate using current time, you can just use the milliseconds divided by 1000

Ahhh, that sounds a bit too arbitrary. Number derived from cycles should correspond with number of slice to get. Anyways, I now just write the value into a .txt and read it back onOpen, adding to the restarted LFO…