@roberrrttt1 said in I Need Advice on Implementing Custom GUI Elements for HISE Plugin:

a vertical slider with a different graphic; for each position

Can you show an example?

@roberrrttt1 said in I Need Advice on Implementing Custom GUI Elements for HISE Plugin:

I want to animate buttons when clicked; such as giving them a brief glow or a visual pulse effect. Is this achievable within HISE; and if so; how should I go about it? Are there performance implications I need to consider?

You could use a timer. It's probably also possible using the new CSS system - but this is brand new so you won't find many examples on the forum. The more timers you have the more processing your plugin requires.

@roberrrttt1 said in I Need Advice on Implementing Custom GUI Elements for HISE Plugin:

PNG files or vector graphics

Always use vectors unless your design requires something that can't be done with vectors - but I would say in that case it's probably best to change your design.