Get parameter value in lookAndFeel possible?

wanna make a slider that looks like a textbox. already works more or less as you can see but can i somehow let it display the actual range of the slider instead of sliderPos? you can see in the textboxbelow that the range is different.

ideas that i already had about it:

  • only using the textboxbelow without slider, but can i then still make it change value when i go over it with the mouse and start scrolling? that would be important for me.
  • not using a slider at all but only a label. but i’m afraid this could be too far from how juce expects you to use its classes.

nvm, just saw the slider is in the constructor, lol. how can i delete posts in here?