Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
3964dea2
Commit
3964dea2
authored
Jul 27, 2017
by
Jonathan Wilkes
Browse files
remove "matrix~" from iemmatrix to prevent nameclash with cyclone/matrix~
parent
13dc22ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
externals/iem/iemmatrix/alias/matrix~.c
deleted
100644 → 0
View file @
13dc22ec
#include
"../src/mtx_mul~.c"
void
matrix_tilde_setup
()
{
mtx_mul_tilde_setup
();
}
externals/iem/iemmatrix/src/mtx_mul~.c
View file @
3964dea2
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment