diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2008-10-23 08:33:15 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2008-10-23 08:33:15 +0000 |
commit | 43720f34cf581a11a23b12d13c23a2a82ddbcdb8 (patch) | |
tree | 767853acd13ed51ed40c718a98cc691d7168568a /src/mtx_dispersive_dline.c | |
parent | a8b18d53387b5ab1cbae7cd7c8a872a0473d1130 (diff) |
made changes to account for iemmatrix structures in the new files.
mtx_pack~ crashes (!)
svn path=/trunk/externals/iem/iemmatrix/; revision=10340
Diffstat (limited to 'src/mtx_dispersive_dline.c')
-rw-r--r-- | src/mtx_dispersive_dline.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mtx_dispersive_dline.c b/src/mtx_dispersive_dline.c index 369ab96..e180075 100644 --- a/src/mtx_dispersive_dline.c +++ b/src/mtx_dispersive_dline.c @@ -39,7 +39,7 @@ outlet: C rows and L colums matrix with current state of the dispersive delay */ -#include "m_pd.h" +#include "iemmatrix.h" static t_class *mtx_dispersive_dline_class; @@ -240,3 +240,8 @@ void mtx_dispersive_dline_setup(void) class_addmethod(mtx_dispersive_dline_class, (t_method)mtx_dispersive_dline_helper, gensym("help"), 0); } + +void iemtx_dispersive_dline_setup(void) +{ + mtx_dispersive_dline_setup(); +} |