Home
last modified time | relevance | path

Searched refs:xramp_begs (Results 1 – 1 of 1) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-edits.c4382 mus_float_t *ramp_begs = NULL, *xramp_begs = NULL; in copy_and_split_list() local
4388 if (xrmps > 0) xramp_begs = (mus_float_t *)calloc(xrmps, sizeof(mus_float_t)); in copy_and_split_list()
4393 xramp_begs[i] = ED_XRAMP_START(split_front_f, i); in copy_and_split_list()
4402 ED_XRAMP_START(split_front_f, i) = xramp_begs[i]; in copy_and_split_list()
4406 if (xramp_begs) free(xramp_begs); in copy_and_split_list()