Skip to main content
H-FITS
Participant
November 14, 2024
Answered

Plug-in Filter How do I add sliders with percentages

  • November 14, 2024
  • 1 reply
  • 223 views

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);
 
This topic has been closed for replies.
Correct answer mirza36163514e0ud

Hi, after PF_Precision_TENTHS, add PF_ValueDisplayFlag_PERCENT flag

1 reply

mirza36163514e0udCorrect answer
Inspiring
November 14, 2024

Hi, after PF_Precision_TENTHS, add PF_ValueDisplayFlag_PERCENT flag