diff options
Diffstat (limited to 'src/mtx_pack~.c')
-rw-r--r-- | src/mtx_pack~.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mtx_pack~.c b/src/mtx_pack~.c index c935d10..8afe3a2 100644 --- a/src/mtx_pack~.c +++ b/src/mtx_pack~.c @@ -1,4 +1,4 @@ -#include "m_pd.h" +#include "iemmatrix.h" #define MTX_PACK_MAXCHANNELS 200 static t_class *mtx_pack_tilde_class; @@ -77,4 +77,9 @@ void mtx_pack_tilde_setup (void) class_addmethod (mtx_pack_tilde_class, (t_method) mTxPackTildeDsp, gensym("dsp"),0); } +void iemtx_pack__setup(void) +{ + mtx_pack_tilde_setup(); +} + |