Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
4e829891
Commit
4e829891
authored
Sep 04, 2015
by
Jonathan Wilkes
Browse files
mrpeach rojo~: add A_CANT to dsp method
parent
0b1c48fd
Changes
1
Show whitespace changes
Inline
Side-by-side
externals/mrpeach/rojo~/rojo~.c
View file @
4e829891
...
...
@@ -65,7 +65,7 @@ void rojo_tilde_setup(void)
{
rojo_class
=
class_new
(
gensym
(
"rojo~"
),
(
t_newmethod
)
rojo_new
,
0
,
sizeof
(
t_rojo
),
CLASS_NOINLET
,
A_GIMME
,
0
);
class_addmethod
(
rojo_class
,
(
t_method
)
rojo_dsp
,
gensym
(
"dsp"
),
0
);
class_addmethod
(
rojo_class
,
(
t_method
)
rojo_dsp
,
gensym
(
"dsp"
),
A_CANT
,
0
);
}
/*------------------------------------------------------------------*/
static
t_int
*
perform0
(
t_int
*
w
)
...
...
Write
Preview
Supports
Markdown
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