Search found 160 matches
- Fri Jul 11, 2025 11:37
- Forum: Problems? Bugs? Solutions!
- Topic: Help with Magewell USB Capture HDMI 4K Plus in Resolume Avenue
- Replies: 14
- Views: 27909
Re: Help with Magewell USB Capture HDMI 4K Plus in Resolume Avenue
Is the device getting hot? If it is try putting a heatsink on it. Can you try a different device (or the same device but different one) ? It could be a hardware problem
- Mon Jul 07, 2025 11:23
- Forum: New Features
- Topic: Wire Stats to have ms as well as %
- Replies: 0
- Views: 18506
Wire Stats to have ms as well as %
As the title says Wire Stats to have ms as well as %
While its good to see which node is the heaviest, would it not be useful to see what the load is as well?
This node is 70%! But actually thats 70% of very little, for example.
The stats at the bottom of wire, give you some suggestion, but some ...
While its good to see which node is the heaviest, would it not be useful to see what the load is as well?
This node is 70%! But actually thats 70% of very little, for example.
The stats at the bottom of wire, give you some suggestion, but some ...
- Sat Jun 21, 2025 19:02
- Forum: General Chat
- Topic: Export for arena led screens
- Replies: 5
- Views: 17789
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 ...
Led processor looks at the same and you have seamless mapping. Not sure any codecs would support a 16x2304px. If they could ...
- Tue Jun 17, 2025 17:30
- Forum: New Features
- Topic: Macros effect/presets...Game changer
- Replies: 2
- Views: 21182
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 ...
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 ...
- Mon Jun 16, 2025 10:48
- Forum: Wire Wire, Pants on Fire!
- Topic: metaballs time problem
- Replies: 9
- Views: 31741
Re: metaballs time problem
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...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![]()
- Thu Jun 12, 2025 10:12
- Forum: Hardware
- Topic: Led screen output glitch
- Replies: 14
- Views: 127679
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 ...
- Tue Jun 03, 2025 09:15
- Forum: Wire Wire, Pants on Fire!
- Topic: Render Passes
- Replies: 4
- Views: 103065
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 ...
"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 ...
- Thu May 22, 2025 14:04
- Forum: Wire Wire, Pants on Fire!
- Topic: Slice and Dice
- Replies: 0
- Views: 76253
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 ...
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 ...
- Wed May 14, 2025 13:23
- Forum: Hardware
- Topic: Not Enough Computer for 100 Layers.
- Replies: 1
- Views: 22553
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 ...
- Tue Apr 15, 2025 13:57
- Forum: Wire Wire, Pants on Fire!
- Topic: Another ticker scroll
- Replies: 3
- Views: 28654
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!