aboutsummaryrefslogtreecommitdiff
path: root/modules/dist~.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dist~.c')
-rw-r--r--modules/dist~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dist~.c b/modules/dist~.c
index 1206b17..3002b94 100644
--- a/modules/dist~.c
+++ b/modules/dist~.c
@@ -65,8 +65,8 @@ static t_int *dist_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_distctl *ctl = (t_distctl *)(w[1]);
t_float gain = ctl->c_gain;
t_int i;