So you know about my gentable sliders which you can read about here: Gentable sliders
but for the layout i wanted something cleaner, so im using the too many sliders example to manage it all. I have the slider image start out where i want but it just keeps reverting to the top left of my synth.
My goal is to get it into the central console thing. I have it all start out where i want, but bc it is an update instr it goes there instantly. Could anyone offer me help?
iLeftOffset = 490
kScroll chnget "scrollSlider"
if changed(kScroll)==1 then
Smessage sprintfk "bounds(%d, 8, %d, 206)", 10-(kScroll*iLeftOffset), 500+(kScroll*iLeftOffset)
chnset Smessage, "slidersPlant"
endif