From 494a07a361fe4ee0e54f77468a976b1a77818770 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Fri, 12 Sep 2003 22:26:57 +0000 Subject: creb 0.9.0 svn path=/trunk/externals/creb/; revision=956 --- modules/matrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/matrix.c') diff --git a/modules/matrix.c b/modules/matrix.c index 6fd55b7..b59d4d6 100644 --- a/modules/matrix.c +++ b/modules/matrix.c @@ -140,10 +140,10 @@ static void *matrix_new(t_floatarg order) return (void *)x; } -void matrix_tilde_setup(void) +void bmatrix_tilde_setup(void) { //post("matrix~ v0.1"); - matrix_class = class_new(gensym("matrix~"), (t_newmethod)matrix_new, + matrix_class = class_new(gensym("bmatrix~"), (t_newmethod)matrix_new, (t_method)matrix_free, sizeof(t_matrix), 0, A_DEFFLOAT, 0); CLASS_MAINSIGNALIN(matrix_class, t_matrix, x_f); class_addmethod(matrix_class, (t_method)matrix_dsp, gensym("dsp"), 0); -- cgit v1.2.1