Examples
Some larger examples.
position.y -> osc(3) -> mult(30).xy >> mod;
position.x -> osc(5) >> sync;
position -> modulate(mod) -> repeat(time / 8, 3, 0.1, 1.1) -> rotate(5).x -> osc(5, 0.1, sync.r) >> out;
position -> rotate(2).x -> osc(20) -> mult(20) >> repx;
position -> repeat(repx.x, repx.y) -> pixelate(20, 20).x -> osc(5, 0.1, 2) >> out;
position -> rotate(time/10).y -> osc(0.07) >> speed;
time / 30 -> osc(30).yx -> rotate(time).x -> osc(1) >> sync;
position.x -> osc(5, speed.r, sync.x * 2) >> out;