Multiplying two multisliders.

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

I have two 8-sliders, both floating point between 0. and 1. and I want to multiply the two together to set a third 8-slider. That is, I want the value of each slider of the left 8-slider to be multiplied by the value of the corresponding slider on the right 8-slider, and to be fed to the bottom 8-slider.

What's a good way to do this?

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

Something like this?

Best,
Ádám

Qbit's icon

Ah, vexpr - that's the object I needed to know about. Cheers Adam. :)