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
0b1c48fd
Commit
0b1c48fd
authored
Sep 04, 2015
by
Jonathan Wilkes
Browse files
mrpeach rc~: add A_CANT to dsp method
parent
6b88ad47
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/mrpeach/rc~/rc~.c
View file @
0b1c48fd
...
...
@@ -64,7 +64,7 @@ void rc_tilde_setup(void)
CLASS_DEFAULT
,
A_DEFFLOAT
,
0
);
class_addmethod
(
rc_tilde_class
,
(
t_method
)
rc_tilde_dsp
,
gensym
(
"dsp"
),
0
);
class_addmethod
(
rc_tilde_class
,
(
t_method
)
rc_tilde_dsp
,
gensym
(
"dsp"
),
A_CANT
,
0
);
CLASS_MAINSIGNALIN
(
rc_tilde_class
,
t_rc_tilde
,
rc_f
);
}
...
...
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