From 4a05094c9a009707674c079c0481eaf8e1f8490f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 8 Oct 2011 17:22:41 +0000 Subject: converted float to t_float to support double-precision Pd, creb still needs to separate t_float and t_sample tho svn path=/trunk/externals/creb/; revision=15546 --- modules/ear~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ear~.c') diff --git a/modules/ear~.c b/modules/ear~.c index 28fe097..fcdddae 100644 --- a/modules/ear~.c +++ b/modules/ear~.c @@ -65,7 +65,7 @@ void ear_float(t_ear *x, t_floatarg f) static t_int *ear_perform(t_int *w) { - t_float *out = (float *)(w[3]); + t_float *out = (t_float *)(w[3]); t_earctl *ctl = (t_earctl *)(w[1]); t_float attack = ctl->c_attack; t_float release = ctl->c_release; -- cgit v1.2.1