|
From: Gerhard E. <gu...@us...> - 2005-08-26 19:40:58
|
Update of /cvsroot/foo/foo/elkfoo/scm/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1133/elkfoo/scm/kernel Modified Files: elkfoo.scm Log Message: integrated new kill-dc module (which differs from an ordinary high pass in that it automatically initializes the filter's state with the first sample in the signal in order to avoid discontinuities) Index: elkfoo.scm =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/scm/kernel/elkfoo.scm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** elkfoo.scm 26 Jan 2005 23:19:51 -0000 1.7 --- elkfoo.scm 26 Aug 2005 19:40:50 -0000 1.8 *************** *** 110,113 **** --- 110,114 ---- (define gate~ foo:make-gate) (define integ~ foo:make-integ) + (define killdc~ foo:make-killdc) (define line~ foo:make-line) (define lookup-snd~ foo:make-lookup-snd) |