SCRIPTING PROBLEM, morphing sliders

Discuss Lemur and share techniques.
Post Reply
pieeer
Newbie
Posts:19
Joined:02 Jun 2014 07:39
SCRIPTING PROBLEM, morphing sliders

Post by pieeer » 24 Jun 2014 15:46

hi

as you see here https://vimeo.com/98800172

in my patch under each multiball object there is a multi slider controlling dly sends..
i need to program a button to hide the 8 dly multisliders and show in the same place
other 8 multisliders with their own values. the 16 multisliders must send their values all on different ccs
Ipad4, liine lemur, corei7 4770K, radeon 6870, access virusB, novation sl25, Focusrite scarlett 18i20, Max/Msp, Touchdesigner, Live suite

Softcore
Regular
Posts:1639
Joined:04 Nov 2012 08:34

Re: SCRIPTING PROBLEM, morphing sliders

Post by Softcore » 24 Jun 2014 17:53

There are LOTS of ways to achieve this....

I went with a tabbed transparent container with no visible tab bar. In tab 1-8 are the first eight sliders and in tab 9-16 are the second 8. Using a switch button with a script you can choose to display either sliders 1-8 or sliders 9-16

;)
Attachments
notsohard-isit.jzml
(66.64KiB)Downloaded 71 times

pieeer
Newbie
Posts:19
Joined:02 Jun 2014 07:39

Re: SCRIPTING PROBLEM, morphing sliders

Post by pieeer » 24 Jun 2014 20:37

Cool ;-)

i'll try to use two tabbed containers to avoid other objects to get in the containers...
is that better no?

soon a new vid then... :-)
Ipad4, liine lemur, corei7 4770K, radeon 6870, access virusB, novation sl25, Focusrite scarlett 18i20, Max/Msp, Touchdesigner, Live suite

Softcore
Regular
Posts:1639
Joined:04 Nov 2012 08:34

Re: SCRIPTING PROBLEM, morphing sliders

Post by Softcore » 25 Jun 2014 09:54

No need for that. You have to understand that objects in Lemur CAN be "layered" - i.e. an ojbect can be visually ON TOP of another. This means, that if you add, for example a multiball object strategically in your project so that it doesnt go INSIDE the container....you can then move it ABOVE the container.

Case in point, my example above, where the sliders are INSIDE the container while the multiballs are OVER the container but not IN IT.

;)

pieeer
Newbie
Posts:19
Joined:02 Jun 2014 07:39

Re: SCRIPTING PROBLEM, morphing sliders

Post by pieeer » 25 Jun 2014 13:44

great!! as you understand i have not so much time... just... have to learn how to put things inside containers.. well few mins i guess... (hope so..) :-)
i program in maxmsp since 2004 but... i have few things going on now, so .... your help is really precious..
as far as i understand i'm asking really easy things for you... but effective.. !? saving space in one lemur page is too important for what i want to achieve
Ipad4, liine lemur, corei7 4770K, radeon 6870, access virusB, novation sl25, Focusrite scarlett 18i20, Max/Msp, Touchdesigner, Live suite

Post Reply