Skip to content
GitLab
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
a7372eeb
Commit
a7372eeb
authored
Aug 10, 2017
by
Jonathan Wilkes
Browse files
fix arg setter
parent
5198379a
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/miXed/cyclone/sickle/matrix.c
View file @
a7372eeb
...
...
@@ -494,8 +494,8 @@ static void *matrix_new(t_symbol *s, int ac, t_atom *av)
post
(
"matrix~: warning: no arguments supplied: picking sane "
"defaults [matrix~ 1 1 0]"
);
SETFLOAT
(
sane_defaults
,
1
.);
SETFLOAT
(
sane_defaults
,
1
.);
SETFLOAT
(
sane_defaults
,
0
.);
SETFLOAT
(
sane_defaults
+
1
,
1
.);
SETFLOAT
(
sane_defaults
+
2
,
0
.);
ac
=
3
;
av
=
sane_defaults
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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