Custom arb param gives error in the timeline
Hi. I have a custom arb param which displays nicely in the ECW. However in the timeline it shows as <error>. I'm sure I'm missing a flag or something, but does anyone know how to not have it show up in the timeline?
def.flags = FLAG_SKIP_REVEAL;
PF_ADD_ARBITRARY2("",
A_long(PF_FpLong(BANNER_WIDTH) * 0.5), // width
A_long(PF_FpLong(BANNER_HEIGHT) * 1.0), // height
PF_ParamFlag_CANNOT_TIME_VARY,
PF_PUI_CONTROL,
def.u.arb_d.dephault,
BANNER_ID,
0);


The Keylight plugin handles this correctly, the custom banner simply doesn't appear in the timeline.