Search found 5 matches

by TheVoid.Media
Wed Oct 08, 2025 18:15
Forum: New Features
Topic: Audio Input patch for Wire
Replies: 3
Views: 4394

Re: Audio Input patch for Wire

3 years later and we still have no audio input capabilities into wire. Creating audio-reactive visuals in one software only to have to use another software to view them is very frustrating. Can we expect this feature any time soon? Even an ability to load an audio file and process its fft would be ...
by TheVoid.Media
Fri Sep 26, 2025 00:00
Forum: Problems? Bugs? Solutions!
Topic: ISF with internal buffer seems not to work in WIRE
Replies: 16
Views: 31123

Re: ISF with internal buffer seems not to work in WIRE

Check this example on shadertoy and notice the "smoke" like feedback coming off of the circle: https://www.shadertoy.com/view/wclfDl

The feedback buffers are seemingly not allowing negative values
by TheVoid.Media
Thu Sep 18, 2025 06:48
Forum: Problems? Bugs? Solutions!
Topic: ISF with internal buffer seems not to work in WIRE
Replies: 16
Views: 31123

Re: ISF with internal buffer seems not to work in WIRE

I updated the shader to compile properly and am also getting no output on the ISF website. A possible reason could be the lack of bilinear filtering on the persistent buffers (there is no mention of this in the ISF spec)

/*{
"CREDIT": "The Void",
"DESCRIPTION": "feedback test",
"CATEGORIES ...
by TheVoid.Media
Sat Sep 13, 2025 04:44
Forum: Problems? Bugs? Solutions!
Topic: ISF with internal buffer seems not to work in WIRE
Replies: 16
Views: 31123

Re: ISF with internal buffer seems not to work in WIRE

Here is the ISF shader that demonstrates what I am referring to. The expected behavior would be feedback that swirls around like smoke. You can see that here: https://www.shadertoy.com/view/WtsSz2


/*{
"CREDIT": "The Void",
"DESCRIPTION": "feedback test",
"CATEGORIES": [ "generator" ],
"INPUTS ...
by TheVoid.Media
Wed Sep 10, 2025 16:41
Forum: Problems? Bugs? Solutions!
Topic: ISF with internal buffer seems not to work in WIRE
Replies: 16
Views: 31123

Re: ISF with internal buffer seems not to work in WIRE


I do not believe FLOAT persistent buffers are supported. My investigations indicate persistent buffers only have values from zero to one. Prove me wrong, please!


I am running into this issue where the values of an ISF buffer are being clamped at zero, which is preventing me from creating ...