Skip to content

Commit

Permalink
shroeder lib
Browse files Browse the repository at this point in the history
  • Loading branch information
grammaton committed May 7, 2024
1 parent 0805600 commit f523a27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/seam.schroeder.lib
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,8 @@ dflf(md,t,g,d) = (+ : de.delay(md,t-1))~sfi.eavg2(d)*(g) : mem;
apfn(0,t,g) = _;
apfn(1,t,g) = apf(t,g);
apfn(n,t,g) = apf(t,g) <: _,apfn(n-1,t,g);
//process = os.impulse : apfn(32,1,1/sqrt(2));

//------------------------------------------------------------------- MATRIX ---
matrix = ro.cross(4), si.bus(4) : par(i,8, apfn(2,1,1/sqrt(2)));

//-------------------------------------------- 16 CH AMBIOPHONIC REV EXAMPLE ---
ambiorev = 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) <:
Expand Down

0 comments on commit f523a27

Please sign in to comment.