View Single Post
Old 05-18-2017, 02:16 PM   #1
Aesis
Human being with feelings
 
Join Date: Jan 2011
Posts: 445
Default [JSFX] Plugin to cancel single delay tap

I need a plug-in to cancel single delay tap, but my JS FX coding skills suck horribly.

Basically all that is needed is a delay with feedback (the first tap is also a function of feedback) and polarity inversion in the loop right at the start. Can someone here show me how to program this? Should be just a few lines, two sliders one for the timing (in samples) and a other for feedback is enough.

In python the for loop for the delay would look like:

for i in range(len(Buffer)):
out(i) = -Feedback*out(i-timing) + input

Thanks!!

Last edited by Aesis; 05-18-2017 at 02:43 PM.
Aesis is offline   Reply With Quote