Problems with LFO: another bug?

Hi there, I would connect the >= boolean output to the refresh pin of LFO but doesn’t seem to work, I remember wrong/I’m stupid/or?

Schermata 2020-05-02 alle 13.31.50

Connecting it in this way would create a cycle - the node would be having an effect on itself during a single frame. This is not allowed.

To break the loop, you have to introduce a frame delay somewhere on the way.

This can be done either by passing through the FrameDelay node or using a Pad to store and load the value, which will effectively work as a frame delay as well.

PS. The IOBox on the way does not function as a Pad and does not introduce the required frame delay.

2 Likes

Thank you domj!

in this particular case you could consider replacing this with a CounterWrap though… that would allow you to automatically wrap at a given maximum without the need for creating such a cycle.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.