Skip to content

Commit

Permalink
ms filter
Browse files Browse the repository at this point in the history
  • Loading branch information
grammaton committed May 2, 2024
1 parent 50b17cc commit a69a8fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/seam.schroeder.lib
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ apfdfl = apf(173,1/sqrt(2)) : apf(229,1/sqrt(2)) <:
dflc(673,0.89), dflc(1447,0.78), dflc(1811,0.74), dflc(2111,0.63);

//----------------------------------- FREQUENCY-DEPENDENT REVERBERATION TIME ---
//dflf(t,g,fc) = (+ : de.delay(ma.SR/2, int(t-1)))~scy.onepole(fc)*(g) : mem;
dflf(md,t,g,d) = (+ : de.delay(md,t-1))~sfi.eavg2(d)*(g) : mem;
//process = os.impulse : dflf(1,1/sqrt(2),1000);
//process = os.impulse : dflf(ma.SR,1,1/sqrt(2),0.9);

//------------------------------------------------ AMBIOPHONIC-REVERBERATION ---
//--- nested all-pass ----------------------------------------------------------
Expand Down

0 comments on commit a69a8fa

Please sign in to comment.