Skip to content
Snippets Groups Projects
Commit 4e829891 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

mrpeach rojo~: add A_CANT to dsp method

parent 0b1c48fd
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ void rojo_tilde_setup(void)
{
rojo_class = class_new(gensym("rojo~"), (t_newmethod)rojo_new, 0,
sizeof(t_rojo), CLASS_NOINLET, A_GIMME, 0);
class_addmethod(rojo_class, (t_method)rojo_dsp, gensym("dsp"), 0);
class_addmethod(rojo_class, (t_method)rojo_dsp, gensym("dsp"), A_CANT, 0);
}
/*------------------------------------------------------------------*/
static t_int *perform0(t_int *w)
......
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