aboutsummaryrefslogtreecommitdiff
path: root/modules/cheby~.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cheby~.c')
-rw-r--r--modules/cheby~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cheby~.c b/modules/cheby~.c
index 7bf97b2..7010e36 100644
--- a/modules/cheby~.c
+++ b/modules/cheby~.c
@@ -56,8 +56,8 @@ static t_int *cheby_perform(t_int *w)
{
- t_float *in = (float *)(w[3]);
- t_float *out = (float *)(w[4]);
+ t_float *in = (t_float *)(w[3]);
+ t_float *out = (t_float *)(w[4]);
t_chebyctl *ctl = (t_chebyctl *)(w[1]);
t_float *gain = ctl->c_gain;
t_int i;