Search found 158 matches

by cat
Sat Jun 21, 2025 19:02
Forum: General Chat
Topic: Export for arena led screens
Replies: 4
Views: 7163

Re: Export for arena led screens

Sounds like a making content question. In after effects or whatever I’d make a full width clip that you make the content in, then chop it up in another comp to fit the mapping.
Led processor looks at the same and you have seamless mapping. Not sure any codecs would support a 16x2304px. If they could ...
by cat
Tue Jun 17, 2025 17:30
Forum: New Features
Topic: Macros effect/presets...Game changer
Replies: 2
Views: 15459

Re: Macros effect/presets...Game changer

https://forum.vvvv.org/uploads/short-url/vmMvwqp92aEe19rAy9xqHWFJd4N.zip

You'll need to download https://vvvv.org/download/
vvvv gamma to use it, but I've been in the process of making a preseter for vvvv patches, this patch uses osc to record and control resolume, I've only put in layers clips and ...
by cat
Mon Jun 16, 2025 10:48
Forum: Wire Wire, Pants on Fire!
Topic: metaballs time problem
Replies: 9
Views: 23167

Re: metaballs time problem

MarkyMark wrote: Tue May 21, 2024 15:06 We should really make a node that does this - This is not a solution a non-developer would come up with :lol:
This is why you need sub patching and a sharable library, so you have 1 node that does what a bunch do and you don't have to repatch it everytime you need it...
by cat
Thu Jun 12, 2025 10:12
Forum: Hardware
Topic: Led screen output glitch
Replies: 14
Views: 84728

Re: Led screen output glitch

Hi have an msi laptop that does something like this, but to the laptop screen, in my case its a driver issue, you have to get the right intel driver to cure it, its something windows helpful updates for you unless you disable updates. I'd personally try some different drivers (nvidia and intel ...
by cat
Tue Jun 03, 2025 09:15
Forum: Wire Wire, Pants on Fire!
Topic: Render Passes
Replies: 4
Views: 96696

Re: Render Passes

I have, but it didn't feel logical to me

"PASSES":
[
{
"TARGET": "P01",
"FLOAT": true
},
{
"TARGET": "P02",
"FLOAT": true
}

accessed by

some code here
ie setup some floats vec2's

if (PASSINDEX == 0) {
process1 }

if (PASSINDEX == 2) {
process the output of process1
}

Shouldn't we ...
by cat
Thu May 22, 2025 14:04
Forum: Wire Wire, Pants on Fire!
Topic: Slice and Dice
Replies: 0
Views: 62022

Slice and Dice

Cat_Slice_And_Dice.wired

Should be editable. I wanted to mix with my mapping instead of mix to it, (saved in the project, presetable etc) so I've made this, it gives you 4slices that you can type pixel size/positions to and a few ways to scale pan around the texture within the slices, its fairly ...
by cat
Wed May 14, 2025 13:23
Forum: Hardware
Topic: Not Enough Computer for 100 Layers.
Replies: 1
Views: 16364

Re: Not Enough Computer for 100 Layers.

You have all layers playing at the same time and then are just fading up the ones you need? Or are all needed at once? Seems to me that 100 file reads is going to be a lot of data, if they aren;t all one screen at once you could try clip menu -> fader start, then they pause when not active, this ...
by cat
Tue Apr 15, 2025 13:57
Forum: Wire Wire, Pants on Fire!
Topic: Another ticker scroll
Replies: 3
Views: 22243

Re: Another ticker scroll

This reminds me, you can't expose the font or the style in wire either, but dosen't answer your question!
by cat
Tue Apr 15, 2025 10:06
Forum: Wire Wire, Pants on Fire!
Topic: Slice output info
Replies: 5
Views: 29927

Re: Slice output info

I just came to find this out too. Being able to get the slice output transforms, means that you could way more refined altered mappings. For now I guess I can output a UV map and fake it, except I just tried it and its blocky, so I guess I can't render a UV out of arena at 16bit even when the ...
by cat
Mon Apr 07, 2025 12:51
Forum: Wire Wire, Pants on Fire!
Topic: Editing ISF loses parameters
Replies: 2
Views: 13284

Re: Editing ISF loses parameters

As another note, the same thing happens if its a live effect in arena, as soon as the shader recompiles, it looses the parameters. This is not a good, live coding was a good thing...