i’m new to the vvvvorums… a very very nice community here. I’ve been reading the posts in here since i first started patching but now I need to ask something myself.
I want to do a peakmeter efffect with 12 flexible led-strips (very special construction) which are fully dmx controllable and which are going to be controlled via artNet. I patched everything right along but there is one problem, I can’t solve.
The number of slices I give to the DMX node (the one for artNet) varies with the peak of the sound input. The DMX node wants 512 slices so the rest of the slices (for example i give only 100 slices) are filled up from the beginning of the input again. I know, this is the way spreads are handled, but please give me a hand… how can I say: the first 100 slices (or 50, or 150, depending on the peak of the sound) are filled with values and the remaining 412 are filled with the value “0”?
I attached my project so you can see what i want to do if you’re interested. led.v4p is the root file.
how can I say: the first 100 slices (or 50, or 150, depending on > the peak of the sound) are filled with values and the remaining > 412 are filled with the value “0”?
Funny, I was about to record a video tut on this subject :)
You want to count the amount off slices, subtract that from 512, than you know how many 0.0000’s you need. Next we can use Resample (or Select) to create a spread with zero’s, and use a CONS to combine this to the original spread.
Bar and PeakSpread are the nodes you want to use yes.