Skip to content

Commit

Permalink
Update framedelta_new Function for Compatibility with Emscripten and …
Browse files Browse the repository at this point in the history
…pd4web
  • Loading branch information
charlesneimog committed Nov 12, 2024
1 parent 0ed14fb commit 2216daf
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 2216daf

Please sign in to comment.