Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.c2922 weed_plant_t *last_pchange_event; in append_param_change_event() local
2939 last_pchange_event = (weed_plant_t *)pchain[pnum]; in append_param_change_event()
2940 …while ((xevent = (weed_plant_t *)weed_get_voidptr_value(last_pchange_event, WEED_LEAF_NEXT_CHANGE,… in append_param_change_event()
2941 last_pchange_event = xevent; in append_param_change_event()
2943 …if (weed_event_get_timecode(last_pchange_event) == tc && !is_init_pchange(init_event, last_pchange… in append_param_change_event()
2944 weed_event_t *dup_event = last_pchange_event; in append_param_change_event()
2945last_pchange_event = (weed_plant_t *)weed_get_voidptr_value(last_pchange_event, WEED_LEAF_PREV_CHA… in append_param_change_event()
2949 weed_set_voidptr_value(last_pchange_event, WEED_LEAF_NEXT_CHANGE, event); in append_param_change_event()
2950 weed_set_voidptr_value(event, WEED_LEAF_PREV_CHANGE, last_pchange_event); in append_param_change_event()