Repositories (1)
pd-lyonpotpourri
1 snippets stored for this repo
x->events[slot].in_start = (x->events[slot].out_start + halfbuffer) % buflen ;
}
// still a crash whore in Pd:
void lpp_reverb1(t_bashfest *x, int slot, int *pcount)
{
x->events[slot].in_start = (x->events[slot].out_start + halfbuffer) % buflen ;
}
// still a crash whore in Pd:
void lpp_reverb1(t_bashfest *x, int slot, int *pcount)
{