New Release: Wavefield v1.0.0 by Fine Increments - Wavetable-based Spectral Filter (VST3/AU/AAX)

VST, AU, AAX, CLAP, etc. Plugin Virtual Effects Discussion
Post Reply New Topic
RELATED
PRODUCTS
Wavefield

Post

fineincrements wrote: Sun Apr 19, 2026 5:19 pm
kraster wrote: Sun Apr 19, 2026 11:58 am
fineincrements wrote: Sun Apr 19, 2026 5:56 am
Ah_Dziz wrote: Sat Apr 18, 2026 7:43 pm Having a user adjustable fft size would be a great move. Keep your default as whatever you like most but the change in sound with different sized bins is huge and a useful tool. It also allows for much lower latency at the expense of frequency resolution.
This is the best implementation of this idea I've seen in a plugin.
Thank you so much for the compliment and suggestion! My only hesitation to do a FFT switch is that I first tried this at FFT 1024, and the low end artifacts were so bad. When you have these extremely sharp angled wavetable shapes running through the low end, and a low resolution, the discontinuity between bins causes a light but horrible distortion. I really wanted it to work at 1024 and spent gobs of time adding in gaussian smoothing and slew rate limiting and whatever I could come up with that might tame these artifacts and sadly nothing worked. at least nothing that preserved the integrity of the wavetable shape a user might want to draw in. I sort of decided I had no choice but to move to 2048 and the artifacts were handled. There is still a tiny bit of smoothing in the low end but it doesn't have to be much at 2048.
Just spitballing but would it be possible to design it so when lower FFT settings are used that it only processes the higher frequency end of the spectrum.

So as you go to smaller fft less bass is being processed and the affected and unaffected bass signal are recombined at the output. Not too dissimilar to the bass preservation mode that’s already but more implicitly tied to FFT size.

I find that in practice the areas where wavefield often has the most audible effect is in the Mid range.

As I said just spitballing!
Yeah i know why you'd think it'd work that way. The thing is the FFT processing pipeline is one giant complex system of several buffers and sequential operations, and it gives a single latency of x samples that have to be reported to the host. that latency affects things like dry/wet phase alignment, which is completely outside the FFT pipeline. Having one pipeline is complex enough. trying to run 2 in parallel would be like "I want the left half of my car to be a ferarri and the right half to be a monster truck"
Lol. Great analogy.

Personally the latency doesn't bother me since I'm not using it in realtime.

It also seems like way too much work for edge cases with inherently dubious results.

Post

I do think the analyzer could do better to represent the spectral aspects of this...
somehow or other, specops just for example. Considering it does nothing in this
regard that I can see. The only reason we know it's spectral is pretty much because
it's reported as such.

These guys even use the audio feature extraction analysis like I mentioned earlier
in the thread which would probably work great in this if it were implemented.
Of course they are all audio academics with PhD's in it.

*I may still buy this out of gen interest and insanity :lol: , even if I'm not overly fond of the results.
You do not have the required permissions to view the files attached to this post.

Post

I know a good bit about the way fft processing jacks up the low end. I still feel having a user definable block size (and overlap amount if you want) is worth it. Don't use any small sizes in your presets. It's still useful. I often use spectral processing on things that have no real information in the low octaves and these are the best times for smaller sized stft sizes. Just like you can go crazy with long blocks when you have Zero transient data. Just saying. Sorry to be a nag. Add a warning that it works "ideally" at 2048 or whatever.
Don't F**K with Mr. Zero.

Post

pekbro wrote: Sun Apr 19, 2026 6:15 pm I do think the analyzer could do better to represent the spectral aspects of this...
somehow or other, specops just for example. Considering it does nothing in this
regard that I can see. The only reason we know it's spectral is pretty much because
it's reported as such.

These guys even use the audio feature extraction analysis like I mentioned earlier
in the thread which would probably work great in this if it were implemented.
Of course they are all audio academics with PhD's in it.

*I may still buy this out of gen interest and insanity :lol: , even if I'm not overly fond of the results.
yeah, you're right -wavefield doesn't actually have an analyzer. For the most part, that's because the shaping is WYSIWYG. You can expect the applied spectral effect to be what you're looking at in the visualization. The wavetable shape is the filter shape, modified by the parameters like depth, floor, skew, smooth. by clicking the "dB" button in the main visualization you can see a curve that represents the final outcome of the filter shapes being applied to your signal. If you're saying you'd like to see a spectrum analyzer in addition to that, I can definitely add that to the feature request tracker.

SpecOps is very cool and powerful, btw. love unfiltered audio. I'm quite inspired by their brilliant imaginations, and I own quite a few of their plugins.
Seth — Fine Increments

Wavefield (wavetable-based spectral filter): https://www.fineincrements.com/wavefield

Free wavetable generator:
https://www.fineincrements.com/free-wavetable-generator

Post

fineincrements wrote: Mon Apr 20, 2026 5:49 pm
pekbro wrote: Sun Apr 19, 2026 6:15 pm I do think the analyzer could do better to represent the spectral aspects of this...
somehow or other, specops just for example. Considering it does nothing in this
regard that I can see. The only reason we know it's spectral is pretty much because
it's reported as such.

These guys even use the audio feature extraction analysis like I mentioned earlier
in the thread which would probably work great in this if it were implemented.
Of course they are all audio academics with PhD's in it.

*I may still buy this out of gen interest and insanity :lol: , even if I'm not overly fond of the results.
yeah, you're right -wavefield doesn't actually have an analyzer. For the most part, that's because the shaping is WYSIWYG. You can expect the applied spectral effect to be what you're looking at in the visualization. The wavetable shape is the filter shape, modified by the parameters like depth, floor, skew, smooth. by clicking the "dB" button in the main visualization you can see a curve that represents the final outcome of the filter shapes being applied to your signal. If you're saying you'd like to see a spectrum analyzer in addition to that, I can definitely add that to the feature request tracker.

SpecOps is very cool and powerful, btw. love unfiltered audio. I'm quite inspired by their brilliant imaginations, and I own quite a few of their plugins.
Yea maybe even just some bins so you can kinda get a basic idea whats going on with that. :tu:
Same here with regard to UA... Will be picking this up as well, very likely.
Last edited by pekbro on Mon Apr 20, 2026 6:02 pm, edited 1 time in total.

Post

Ah_Dziz wrote: Sun Apr 19, 2026 10:26 pm I know a good bit about the way fft processing jacks up the low end. I still feel having a user definable block size (and overlap amount if you want) is worth it. Don't use any small sizes in your presets. It's still useful. I often use spectral processing on things that have no real information in the low octaves and these are the best times for smaller sized stft sizes. Just like you can go crazy with long blocks when you have Zero transient data. Just saying. Sorry to be a nag. Add a warning that it works "ideally" at 2048 or whatever.
I absolutely agree with you that it's useful. The transient response alone would be worth it to me. It's just a matter of having to prove that it's a feature not a bug to all the non-power-users out there. it is on the feature request tracker to figure something out along that line of FFT size options. As the tracker grows, it will end up being a sort of popularity contest, which features get implemented, and in what order. I would like to survey this a bit more - but I am personally 100% with you. I want smaller sizes for drums and synth plucks and whatnot
Seth — Fine Increments

Wavefield (wavetable-based spectral filter): https://www.fineincrements.com/wavefield

Free wavetable generator:
https://www.fineincrements.com/free-wavetable-generator

Post

How long does the launch sale go until?

Post

noahrbc wrote: Fri Apr 24, 2026 2:38 am How long does the launch sale go until?
I’d like to know this too as I’ve become quite attached to it in the first demo session I’ve had with it, but need another session or two to make sure it wasn’t just a honeymoon period with a new, admittedly interesting and quite fun, new plugin.

Post

noahrbc wrote: Fri Apr 24, 2026 2:38 am How long does the launch sale go until?
Hey! Thanks for your interest. The sale goes until June 13. It’s probably a bit longer than avg. because I am just starting out with my first product and wanted to give enough time for awareness to build
Seth — Fine Increments

Wavefield (wavetable-based spectral filter): https://www.fineincrements.com/wavefield

Free wavetable generator:
https://www.fineincrements.com/free-wavetable-generator

Post

ftech wrote: Sat Apr 25, 2026 6:53 am
noahrbc wrote: Fri Apr 24, 2026 2:38 am How long does the launch sale go until?
I’d like to know this too as I’ve become quite attached to it in the first demo session I’ve had with it, but need another session or two to make sure it wasn’t just a honeymoon period with a new, admittedly interesting and quite fun, new plugin.
Hey there, I really really appreciate the positive feedback and in particular the attachment aspect. As a developer, I’m deeply committed to never building flat, uninspiring products. My catalog will be smaller than most. Fun is the key word there. I feel as a person I generally have a high “spirit of play” and I’m so glad Wavefield gives that for you. Stick around and future releases will be along those same lines!

The intro sale ends June 13
Seth — Fine Increments

Wavefield (wavetable-based spectral filter): https://www.fineincrements.com/wavefield

Free wavetable generator:
https://www.fineincrements.com/free-wavetable-generator

Post

I'm curious.. does anyone have any thoughts about this filter compared with Slink Filter? :scared:

Post

Naenyn wrote: Wed Apr 29, 2026 7:40 pm I'm curious.. does anyone have any thoughts about this filter compared with Slink Filter? :scared:
They are not particularly close to each other for the most part. This can kinda do similar stuff to that, the reverse is less so.

Both cool though. :tu:

Post

sandandpaint wrote: Tue Apr 14, 2026 9:15 pm there is this wavetable filter as well https://expdsp.com/exp-filtertable but wavefield brings its own thing to the table so one could easily use both without feeling overly luxurious

I think being able to modulate the window position rather than just the end points would improve wavefield quite a bit.
Circling back on feature requests. Did you mean modulate the position of the trim bar? This feature is already there. can you elaborate on "window" meaning?
Seth — Fine Increments

Wavefield (wavetable-based spectral filter): https://www.fineincrements.com/wavefield

Free wavetable generator:
https://www.fineincrements.com/free-wavetable-generator

Post

RPH wrote: Sat Apr 18, 2026 1:30 pm - This plugin reports a latency of 4336 samples in Bertom EQ Curve analyser 2.
- Filters used seem to phase a lot?
- There is a scaling issue. Positive signal is max 12dB, but the negative can go down to something like -132dB. Negative signal can't be shown fully in the main view, it stops at -40dB or so.
- Editor: What you draw isn't exactly what you get in the main view (db mode). Also checked in Voxengo Span and Analyser 2. This is also the case when I reset to a basic waveform e.g. Sine, and it's skewed in the main view (dB mode).
- Editor: Next to pencil and line a curves option would be nice.
- Editor: There are only a few lines to snap to, add more in between or make it user selectable.
Wanted to let you know both of your suggestions (user defined grid in the drawing area, and drag-to-zoom scaling in the dB visualization area) have been implemented and are live with v1.0.5 - available on the download page. thanks, they were awesome requests!

https://www.fineincrements.com/wavefield/download
Seth — Fine Increments

Wavefield (wavetable-based spectral filter): https://www.fineincrements.com/wavefield

Free wavetable generator:
https://www.fineincrements.com/free-wavetable-generator

Post

fineincrements wrote: Sun Apr 26, 2026 10:56 pm
ftech wrote: Sat Apr 25, 2026 6:53 am
noahrbc wrote: Fri Apr 24, 2026 2:38 am How long does the launch sale go until?
I’d like to know this too as I’ve become quite attached to it in the first demo session I’ve had with it, but need another session or two to make sure it wasn’t just a honeymoon period with a new, admittedly interesting and quite fun, new plugin.
Hey there, I really really appreciate the positive feedback and in particular the attachment aspect. As a developer, I’m deeply committed to never building flat, uninspiring products. My catalog will be smaller than most. Fun is the key word there. I feel as a person I generally have a high “spirit of play” and I’m so glad Wavefield gives that for you. Stick around and future releases will be along those same lines!

The intro sale ends June 13
Well, I’m permanently attached now!
Great fun to use on bass lines…amongst other things.

Post Reply

Return to “Effects”