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

k_vst~: add A_CANT to dsp method

parent 14b2d47e
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ k_vst_tilde_setup (void) ...@@ -200,7 +200,7 @@ k_vst_tilde_setup (void)
class_addmethod (plugin_tilde_class, class_addmethod (plugin_tilde_class,
(t_method)plugin_tilde_dsp, (t_method)plugin_tilde_dsp,
gensym ("dsp"), gensym ("dsp"),
0); A_CANT, 0);
/* Set the callback for "control" messages in the first inlet; /* Set the callback for "control" messages in the first inlet;
this is a message of our own for changing LADSPA control this is a message of our own for changing LADSPA control
......
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