4 Multisliders with only two values (0+1) same size and only one of them can have a one at that specific slider number

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

4 Multisliders with only two values (0+1) same size and only one of them can have a one at that specific slider number. Example (8bars) so when you draw on MS 1 Bar 1 it sets all other MS to 0 at bar 1.
Set MS 2 Bar 3 to 1 and it sets all other multislider to 0 at that one. etc

must be sth with lists maybe also counter

Source Audio's icon

use matrixctrl with one cell per column enabled

EeProm's icon

thx for the response. found an easy solution with zl.filter(to get the barnumber), iter(to get individual ,essages) a sprintf message to adress the sliders of the others (and set them to 0)and hovers + gates to prevent feedback loops.

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

Roman Thilenius's icon

the whole thing is far easier when you use individual slider objects.