Skip to content

Commit

Permalink
Create ffcf.dsp
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaSpanedda committed Apr 16, 2024
1 parent b1efcf5 commit c3d5fae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions files/ffcf.dsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// import Standard Faust library
// https://github.com/grame-cncm/faustlibraries/
import("stdfaust.lib");

// (t,g) = delay time in samples, filter gain 0-1
ffcf(t, g, x) = (x@(t) * g), x :> +;
process = _ * .1 : ffcf(100, 1);

0 comments on commit c3d5fae

Please sign in to comment.