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

add A_CANT to dsp method

parent 656634b0
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ extern "C" void rx7_tilde_setup(void)
A_NULL
);
class_addmethod(rx7_class, (t_method)rx7_dsp, gensym("dsp"), A_NULL);
class_addmethod(rx7_class, (t_method)rx7_dsp, gensym("dsp"), A_CANT, A_NULL);
class_addmethod(rx7_class, (t_method)rx7_loadbank, gensym("load"), A_GIMME, 0);
class_addmethod(rx7_class, (t_method)rx7_note, gensym("note"), A_GIMME, 0);
class_addmethod(rx7_class, (t_method)rx7_program_change, gensym("prog"), A_GIMME, 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