#vsynth — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vsynth, aggregated by home.social.
-
src(o0).add(src(o1), 1)
.modulateHue(osc())
.luma(.7)
.out(o2)render(o2)
```
#creativecoding #videosynth #vsynth #hydra #livecoding #js #Math.PI
https://hydra.ojack.xyz -
src(o0).add(src(o1), 1)
.modulateHue(osc())
.luma(.7)
.out(o2)render(o2)
```
#creativecoding #videosynth #vsynth #hydra #livecoding #js #Math.PI
https://hydra.ojack.xyz -
.colorama([0.005,0.33,0.66,1.0].smooth(1))
.out()
```
One of the nifty things that hydra offers is the .smooth() method on arrays like in \[.2,-.4,.04\].smooth(0.05). This smoothens out transitions between these values over time. And that's just one of the nifty things...
Stay tuned for more nifty hydra notes :)
#creativecoding #videosynth #vsynth #hydra #livecoding #js #Math.PI
https://hydra.ojack.xyz/ -
.colorama([0.005,0.33,0.66,1.0].smooth(1))
.out()
```
One of the nifty things that hydra offers is the .smooth() method on arrays like in \[.2,-.4,.04\].smooth(0.05). This smoothens out transitions between these values over time. And that's just one of the nifty things...
Stay tuned for more nifty hydra notes :)
#creativecoding #videosynth #vsynth #hydra #livecoding #js #Math.PI
https://hydra.ojack.xyz/