From 2b575004921176d43108b47c2b595e8eb80d87fe Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 15 Sep 2003 11:53:40 +0000 Subject: some bugfixes, GOP still not working svn path=/trunk/externals/ggee/; revision=968 --- gui/envgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/envgen.c') diff --git a/gui/envgen.c b/gui/envgen.c index ceaf65f..054d836 100755 --- a/gui/envgen.c +++ b/gui/envgen.c @@ -155,7 +155,7 @@ void envgen_float(t_envgen *x, t_floatarg f) (x->finalvalues[state] - x->finalvalues[state-1])/ (x->duration[state] - x->duration[state-1]); - val *= val*(x->max - x->min); + val *= (x->max - x->min); outlet_float(x->x_obj.ob_outlet,val); } -- cgit v1.2.1