Tweaking multislider border color in Max 9 ?

Jav's icon

Hi there,

I'm trying to customize the existence and colors of the borders of the multislider object in max 9.

I'm seeing some older reference files that mention control for this with "border_bottom 0" etc, but this doesn't seem to work, and I haven't found any help in the recent documentation.

It seems my multisliders have a bottom border of the same color of the sliders, and this seems impossible to remove.

To make it more strange, the multisliders in the help file don't have any border, but when I copy them to my patch, they have the bottom border again

Any help?

Thanks

TFL's icon

There is no border in [multislider], what you see is the sliders having the minimum value of the @range. If you want to hide sliders with the minimum value, I think you need to use a custom jspainter.

Fortunately one have been made a while ago on the discord:

multislider_jspainter.js
js

Put this file into the same folder as your patch and send a "jspainterfile multislider_jspainter.js" to your multislider objects to make them use the custom drawing method that you can customize as you want. Feel free to tell if you need help to make it hide sliders with the minimum value!