random LFO frequency

I’m trying to make an LFO run one cycle, then change frequency, run a cycle, change frequency and so on.

However I am getting a loop dependency error, I understand why, but Im not sure how to manage this another way - any tips?

sample patch with the error is attached. thanks in advance for any pointers…I guess Im barking up the wrong node here or something.

edit: here’s a screengrab of the patch


randomFreqCycle.1.toe (4.1 KB)

A chop execute should do it.

base_change_at_cycle.tox (1.15 KB)

2 Likes

thanks Matthew!