faders and maxmsp

Discuss Lemur and share techniques.
drvortex
Newbie
Posts:1
Joined:08 Dec 2011 12:34
faders and maxmsp

Post by drvortex » 10 Dec 2011 18:12

hi

i didn't want to use the multi slider because i wanted them to look like faders. is there any way to make the multi slider too look like faders?

so i had 30 faders a declared them like this

Fader.x = presets[0];
Fader2.x = presets[1];
Fader3.x = presets[2];
Fader4.x = presets[3];
Fader5.x = presets[4];

is there anyway to do this with a loop?
also when i did a load from a store it changes on the lemur but maxmsp is not getting the changes,

thanks

Post Reply