createAndAddParameter and functors impact on slider display

Hi,
I was wondering why the slider display doesn’t use the last 2 parameters from createAndAddParameter. As an attachment gets range, it would make sense to also use the display function, wouldn’t it?

Yes, see:

and another one shortly after this one from somebody else, I can’t find it right now…

Hopefully that increments the position in the backlog :slight_smile:

I find this quite a high priority. Not having the GUI display matching the host display is… strange.

2 Likes

Agreed! It will also help to achieve a more straightforward usage of the MVC design pattern.
At the moment I am using my own “smart” labels but would very much prefer to have the logic behind the interface within the implementation of the parameter that uses the gui element.