The always-evolving setup we use to make live visuals

thanks for sharing @pixelflowers - am enjoying the documentation of this setup !

if you were interested in ‘drawing’ some more the setup flows, there is an old thread talking about some tools here

we even have a plugin on scanlines that lets you do it - kind of forgot about this , might start a new topic on it, but in short can wrtie something like this:

[graphviz engine=circo]
graph {
    vidiot -> v4;
    resolume -> splitter -- v4;
    v4 -- avemod -- ave5 -- v4;
}
[/graphviz]

to produce this:

3 Likes