Search found 23 matches

by magneson
Sun Mar 10, 2024 10:49
Forum: Wire Wire, Pants on Fire!
Topic: More debug options
Replies: 4
Views: 898

Re: More debug options

Thank you Zoltán, Could it be made so that the onchange auto-adds inbetween if you try to connect a signal to an event port? Or that a message pops up and says incompatible port type or something like that (like "the wire will disconnect" message)? The hover ports are great, but they close...
by magneson
Fri Mar 01, 2024 17:14
Forum: Wire Wire, Pants on Fire!
Topic: More debug options
Replies: 4
Views: 898

More debug options

Hello! I almost ripped my hair out trying to figure out why a multiply node wouldn't be converted to a string, or connected to a print node before noticing it was a float2 - and the print node only accepting events. I would strongly ask you to consider auto-concatenating float2/3/4 nodes if connecte...
by magneson
Wed Feb 21, 2024 11:57
Forum: Wire Wire, Pants on Fire!
Topic: Audio spectrum, span not working?
Replies: 5
Views: 1177

Re: Audio spectrum, span not working?

Previously posted solution just seemingly worked, after checking with a wave generator it just displays the channels in the span, and not the average of the span.
by magneson
Wed Feb 21, 2024 11:47
Forum: Wire Wire, Pants on Fire!
Topic: Smart Gaussian
Replies: 4
Views: 953

Re: Smart Gaussian

It is also the base of the original bloom effect. Downsample 8x/4x/2x/, blur and additive blend and it glows :D
by magneson
Tue Feb 20, 2024 09:31
Forum: Wire Wire, Pants on Fire!
Topic: Audio spectrum, span not working?
Replies: 5
Views: 1177

Re: Audio spectrum, span not working?

Thank you, it can be done using read/write which I think is a bit more flexible than hard-coded as you can change the span size/amount on the fly: writeSpan.png It just seems a bit less straight forward than being able to do collection inputs to the Size and Begin ports. Does it also matter efficien...
by magneson
Mon Feb 19, 2024 10:49
Forum: Wire Wire, Pants on Fire!
Topic: Audio spectrum, span not working?
Replies: 5
Views: 1177

Re: Audio spectrum, span not working?

Thanks! That sorted it out :) On the topic of spans; is there a way to average several spans without defining the spans separately? It seems the Begin port of the Span node can't have collection inputs. NoSpanForU.png EDIT: There is a way to do it using Write to make a new collection from read value...
by magneson
Mon Feb 19, 2024 10:44
Forum: Wire Wire, Pants on Fire!
Topic: Debugging FFT
Replies: 6
Views: 2509

Re: Debugging FFT

mowgli wrote: Tue Feb 13, 2024 20:38 Looks great, thanks a lot.
I'll be testing it soon.
No you won't! It's made in the next version of Wire (7.19) I assume we don't have :lol:

Is it possible to upload a 7.18.2 version Christoph?
by magneson
Tue Feb 13, 2024 14:17
Forum: Wire Wire, Pants on Fire!
Topic: Audio spectrum, span not working?
Replies: 5
Views: 1177

Audio spectrum, span not working?

Hello! I don't seem to get any output if using span in conjunction with the audio spectrum. Is this a limitation or is it reproduceable for others as well? Test patch follows. With it running in Resolume connected to an audio source, this bounces. Swap the Y input of the lines with the span and it s...
by magneson
Sat Feb 10, 2024 11:10
Forum: Wire Wire, Pants on Fire!
Topic: Gate/Switch efficiency
Replies: 2
Views: 1269

Re: Gate/Switch efficiency

Thanks!
by magneson
Wed Feb 07, 2024 14:32
Forum: Wire Wire, Pants on Fire!
Topic: Gate/Switch efficiency
Replies: 2
Views: 1269

Gate/Switch efficiency

Hello!

Does Wire utilize push or pull evaluation of the graph, or neither? I.e. should I use a switch or a gate, both or neither to optimize unused calculations where the user have a choice?