Contrast breaks feedback
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()`
0 条评论