Answered
Plug-in Filter How do I add sliders with percentages
Hello,
I am very new to the Ae SDK,
I tried to change the slider in the template plugin to show the percentage,
But the sdk doesn't seem to have a percentage type slider per se,
So how to make the slider parameters with percentage
AEFX_CLR_STRUCT(def);
PF_ADD_FLOAT_SLIDERX(STR(StrID_Gain_Param_Name),
0.0, 50.0,
0.0, 100.0,
0.0,
PF_Precision_TENTHS,
0,0,
GAIN_DISK_ID);

