How to create +/- buttons

Hello everyone,

I am currently creating a component that generates an arbitrary number of sliders which can be adjusted individually. I want to implement the buttons to increase or decrease the number of sliders using +/- buttons, similar to those found in a Constant CHOP, but I am not sure how to do it. Right now, I have prepared individual buttons and they work fine, but I would like to make the appearance cleaner if possible.

Best regards

I think this is what you mean

If you want to know how to make multiple components dynamically, use this:

1 Like

That’s exactly what I wanted to know. Thsnk you!