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
77333874
Commit
77333874
authored
Nov 08, 2015
by
Jonathan Wilkes
Browse files
add function return types to get it to build on OSX
parent
46c93037
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/iem/iemmatrix/src/mtx_dispersive_dline.c
View file @
77333874
...
...
@@ -141,7 +141,7 @@ static void mtx_dispersive_dline_resize(t_mtx_dispersive_dline *x, t_symbol *s,
}
}
static
allpass_chain_cycle
(
t_float
x
,
t_float
*
y
,
t_float
*
z
,
int
n
,
t_float
a
)
{
static
void
allpass_chain_cycle
(
t_float
x
,
t_float
*
y
,
t_float
*
z
,
int
n
,
t_float
a
)
{
t_float
w
,
in
;
int
c
;
in
=
y
[
0
]
=
x
;
...
...
@@ -153,7 +153,7 @@ static allpass_chain_cycle (t_float x, t_float *y, t_float *z, int n, t_float a)
}
}
static
mtx_dispersive_dline_matrix
(
t_mtx_dispersive_dline
*
x
,
t_symbol
*
s
,
static
void
mtx_dispersive_dline_matrix
(
t_mtx_dispersive_dline
*
x
,
t_symbol
*
s
,
int
argc
,
t_atom
*
argv
)
{
int
channels
=
(
int
)
atom_getfloat
(
argv
);
...
...
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