Skip to content
Snippets Groups Projects
Commit fcba7773 authored by pokergaming's avatar pokergaming
Browse files

Revert "remove "matrix~" from iemmatrix to prevent nameclash with cyclone/matrix~"

This reverts commit 3964dea2.
parent 74483536
No related branches found
No related tags found
2 merge requests!114External tests,!113WIP: External tests revised
#include "../src/mtx_mul~.c"
void matrix_tilde_setup()
{
mtx_mul_tilde_setup();
}
......@@ -925,7 +925,7 @@ void mtx_mul_tilde_setup(void)
/* compatibility with tm's iem_matrix */
class_addcreator((t_newmethod)matrix_multilde_new, gensym("matrix_mul_line~"), A_GIMME, 0);
/* compatibility with jmz's zexy */
//class_addcreator((t_newmethod)matrix_multilde_new, gensym("matrix~"), A_GIMME, 0);
class_addcreator((t_newmethod)matrix_multilde_new, gensym("matrix~"), A_GIMME, 0);
class_addmethod(matrix_multilde_class, (t_method)matrix_multilde_dsp, gensym("dsp"), 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment