diff options
author | musil <tmusil@users.sourceforge.net> | 2008-03-05 13:56:25 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2008-03-05 13:56:25 +0000 |
commit | 16d6e00d809c28e3597ad1085d12809e2d0f8d89 (patch) | |
tree | ab7f9827768c9ff7088981246efec74e624018a0 /iemlib1/src/makefile_win | |
parent | 60fcf9db02c0c555df6ca47421f709a8059a21d1 (diff) |
new peak envelope follower with peak hold time and release time and immediately attack behavior
svn path=/trunk/externals/iemlib/; revision=9533
Diffstat (limited to 'iemlib1/src/makefile_win')
-rw-r--r-- | iemlib1/src/makefile_win | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iemlib1/src/makefile_win b/iemlib1/src/makefile_win index 2e5cb7c..cdd4f0f 100644 --- a/iemlib1/src/makefile_win +++ b/iemlib1/src/makefile_win @@ -33,6 +33,7 @@ SRC = biquad_freq_resp.c \ mov_avrg_kern~.c \ para_bp2~.c \ peakenv~.c \ + peakenv_hold~.c \ prvu~.c \ pvu~.c \ rvu~.c \ |