From d68f8326740a6a8d0b97b00e774d23c1a5c336a2 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 31 Dec 2005 20:55:25 +0000 Subject: Took a bunch of patches... more to come but these are the ones that might break stuff so I'll sync here. svn path=/trunk/; revision=4336 --- pd/src/x_midi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/x_midi.c') diff --git a/pd/src/x_midi.c b/pd/src/x_midi.c index 6b2fd60c..ad1429a8 100644 --- a/pd/src/x_midi.c +++ b/pd/src/x_midi.c @@ -1187,7 +1187,7 @@ static void poly_free(t_poly *x) static void poly_setup(void) { poly_class = class_new(gensym("poly"), - (t_newmethod)poly_new, (t_method)poly_clear, + (t_newmethod)poly_new, (t_method)poly_free, sizeof(t_poly), 0, A_DEFFLOAT, A_DEFFLOAT, 0); class_addfloat(poly_class, poly_float); class_addmethod(poly_class, (t_method)poly_stop, gensym("stop"), 0); -- cgit v1.2.1