Skip to content

Commit

Permalink
Merge pull request #650 from charlesneimog/master
Browse files Browse the repository at this point in the history
Update framedelta_new Function for Compatibility with Emscripten and pd4web
  • Loading branch information
porres authored Nov 13, 2024
2 parents 0ed14fb + 2216daf commit 80d4d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclone_objects/binaries/audio/framedelta.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static void framedelta_free(t_framedelta *x)
freebytes(x->x_frame, x->x_size * sizeof(*x->x_frame));
}

static void *framedelta_new(t_symbol *s, int ac, t_atom *av)
static void *framedelta_new(void)
{
t_framedelta *x = (t_framedelta *)pd_new(framedelta_class);
int size;
Expand Down

0 comments on commit 80d4d8e

Please sign in to comment.