Delay Effect in VDMX6

Hi. Since the Delay.qtz layer effect no longer functions in VDMX6, is there something similar that I’m not seeing? It was a really handy effect. Thanks.

2 Likes

I’m not sure exactly how that filter operated, but this might be useful:

LB-TimeDub creates a visual feedback loop of an exact and arbitrarily long delay time. It keeps the memory usage constant by using 8 frames to implement the feedback. Feedback times longer than 8 frames will have a reduced frame rate (an 8 second loop with have one frame per second). Designed as match to reggae-style audio delay.

https://github.com/gmatters/LB-ISF

1 Like

So is it just using the micro buffer.fs FX that is already inside VDMX?

"CREDIT": "by Geoff Matters using Micro Buffer by VIDVOX ",

You can roll your own in Vuo using an Image Filter template.

OF_DelayTest.vuo.zip (1.6 KB)

1 Like

The not-quite-ring-buffer (buffer ladder?) code is based one the micro buffer, but rewritten to allow precise control over time, with an arbitrary delay in seconds using interpolation to keep the memory use a constant eight buffers.

2 Likes