Set value of a multislider without outputting it

Phijel's icon

I must be missing something obvious here

the set message isn't working whith the multislider (with only 1 slider here)

The message is "wrong argument type",

Why is that ? any idea ?

thanks !

Max Patch
Copy patch and select New From Clipboard in Max.

Philipe

brendan mccloskey's icon
Max Patch
Copy patch and select New From Clipboard in Max.

use the message [set $1], this will cause the slider to scroll if you mouse-scroll the number box though; i cannot see why your [prepend set] isn't working

Brendan

Dave Holton's icon

[set slid_num slid_value] in general, [set 1 $1] in this case:

Max Patch
Copy patch and select New From Clipboard in Max.

Phijel's icon

thanks Brendan, but it doesn't solve my problem.

May I remind you I'm using a multislider here (with one slider), not a slider
In fact I found the cause, in case of a multislider you have to address specifically the slider before giving its value, in form of a list

here it goes:

thanks anyway

Max Patch
Copy patch and select New From Clipboard in Max.

Phil

Phijel's icon

Right, Dolton, thanks

brendan mccloskey's icon

oops, i missed the 'multislider' part of your question