Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
1babb715
Commit
1babb715
authored
Sep 04, 2015
by
Jonathan Wilkes
Browse files
plugin~: add A_CANT to dsp method
parent
58fdc674
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/plugin~/plugin~.c
View file @
1babb715
...
...
@@ -77,7 +77,7 @@ void plugin_tilde_setup (void)
assert
(
sizeof
(
float
)
==
sizeof
(
LADSPA_Data
));
class_addmethod
(
plugin_tilde_class
,(
t_method
)
plugin_tilde_dsp
,
gensym
(
"dsp"
),
0
);
class_addmethod
(
plugin_tilde_class
,(
t_method
)
plugin_tilde_dsp
,
gensym
(
"dsp"
),
A_CANT
,
0
);
class_addmethod
(
plugin_tilde_class
,(
t_method
)
plugin_tilde_control
,
gensym
(
"control"
),
A_SYMBOL
,
A_FLOAT
,
0
);
class_addmethod
(
plugin_tilde_class
,(
t_method
)
plugin_tilde_info
,
gensym
(
"info"
),
0
);
class_addmethod
(
plugin_tilde_class
,(
t_method
)
plugin_tilde_list
,
gensym
(
"listplugins"
),
0
);
...
...
Write
Preview
Markdown
is supported
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