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
2316e4cb
Commit
2316e4cb
authored
Aug 10, 2017
by
Jonathan Wilkes
Browse files
remove extra arg from constructor
parent
96403cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/ekext/maskxor.c
View file @
2316e4cb
...
...
@@ -177,7 +177,7 @@ void maskxor_print(t_maskxor *x)
post
(
"mode = %f, lengthl = %d, lengthr = %d, lengthm = %d"
,
x
->
mode
,
x
->
lengthl
,
x
->
lengthr
,
x
->
lengthm
);
}
void
*
maskxor_new
(
t_symbol
*
s
,
t_floatarg
fmode
)
void
*
maskxor_new
(
t_floatarg
fmode
)
{
int
i
;
t_maskxor
*
x
=
(
t_maskxor
*
)
pd_new
(
maskxor_class
);
...
...
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