aboutsummaryrefslogtreecommitdiff
path: root/modules/fdn~.c
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2006-08-25 22:38:42 +0000
committerTom Schouten <doelie@users.sourceforge.net>2006-08-25 22:38:42 +0000
commit0c6ac2f761a2a8ddcde91a1afc80eeadfe2f0bc1 (patch)
treeab908d4b070c838049bc9593e5f8966d49a7775c /modules/fdn~.c
parenta467b9c79ef47ad810f71dc0c59d685ac8cab132 (diff)
creb: removed garbage system/ and include/ files
svn path=/trunk/externals/creb/; revision=5742
Diffstat (limited to 'modules/fdn~.c')
-rw-r--r--modules/fdn~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fdn~.c b/modules/fdn~.c
index 2681752..aa67d74 100644
--- a/modules/fdn~.c
+++ b/modules/fdn~.c
@@ -329,7 +329,7 @@ static void fdn_setupdelayline(t_fdn *x){
int sum, t, n;
int mask = x->x_ctl.c_bufsize - 1;
int start = x->x_ctl.c_tap[0];
- int *tap = x->x_ctl.c_tap;
+ t_int *tap = x->x_ctl.c_tap;
float *length = x->x_ctl.c_length;
float scale = sys_getsr() * .001f;