This feedback example works because previous frames are added to the current frame: `src(o0).add(shape().scrollX(() => time)).out()` This example does not work: `src(o0).add(shape().contrast().scrollX(() => time)).out()`
This feedback example works because previous frames are added to the current frame:
src(o0).add(shape().scrollX(() => time)).out()This example does not work:
src(o0).add(shape().contrast().scrollX(() => time)).out()