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

add A_CANT to dsp method

parent 5a393e60
No related branches found
No related tags found
No related merge requests found
......@@ -255,5 +255,5 @@ void earplug_tilde_setup(void)
CLASS_MAINSIGNALIN(earplug_class, t_earplug, f);
class_addmethod(earplug_class, (t_method)earplug_dsp, gensym("dsp"), 0);
class_addmethod(earplug_class, (t_method)earplug_dsp, gensym("dsp"), A_CANT, 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