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
0c24ec5b
Commit
0c24ec5b
authored
Sep 04, 2015
by
Jonathan Wilkes
Browse files
pmpd: add A_CANT to dsp method
parent
1babb715
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/pmpd/pmpd~.c
View file @
0c24ec5b
...
...
@@ -413,5 +413,5 @@ void pmpd_tilde_setup(void) {
class_addmethod
(
pmpd_tilde_class
,
(
t_method
)
pmpd_tilde_posX
,
gensym
(
"posX"
),
A_DEFFLOAT
,
A_DEFFLOAT
,
0
);
class_addmethod
(
pmpd_tilde_class
,
(
t_method
)
pmpd_tilde_forceX
,
gensym
(
"forceX"
),
A_DEFFLOAT
,
A_DEFFLOAT
,
0
);
class_addmethod
(
pmpd_tilde_class
,
(
t_method
)
pmpd_tilde_reset
,
gensym
(
"reset"
),
0
);
class_addmethod
(
pmpd_tilde_class
,
(
t_method
)
pmpd_tilde_dsp
,
gensym
(
"dsp"
),
0
);
class_addmethod
(
pmpd_tilde_class
,
(
t_method
)
pmpd_tilde_dsp
,
gensym
(
"dsp"
),
A_CANT
,
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