Page 1 of 1

Linking objects [beginners' scripts]

Posted: 04 May 2013 07:39
by Softcore
Basic stuff that is covered in the manual yet many beginners seem to ask in the forums so here are a few examples to get you going.....

Image
Linking-objects-101.jzml
(30.63KiB)Downloaded 2846 times

EDIT: I have added one more, this one demonstrates one pad linked to multiple buttons - objects. Where needed, comments in scripts (bright green) explain the logic - feel free to delete them, they are not functional part of the script

Image
Linking-objects-101-b.jzml
(31.41KiB)Downloaded 2741 times

Re: Linking objects [beginners' scripts]

Posted: 04 May 2013 08:21
by Softcore
Expanding the ideas with switched inverted control, a half relative - half inverted control and a randomizer button

In the randomizer script, comments (in bright green) explain what is actually going on for learning purposes

Image
Linking-objects-101-prt2.jzml
(22.32KiB)Downloaded 2660 times

Re: Linking objects [beginners' scripts]

Posted: 04 May 2013 09:00
by Softcore
Finally a couple more functions and ideas....

Image
Linking-objects-101-prt3.jzml
(35KiB)Downloaded 2732 times

Re: Linking objects [beginners' scripts]

Posted: 06 May 2013 10:51
by kpmc
Very helpful. Thank you!

Re: Linking objects [beginners' scripts]

Posted: 08 May 2013 16:08
by Softcore
One more to showcase how to "link" objects to Text objects so that the text is changed according to our scripting

Again, in the case of knob, some comments (in bright green) show the logic - feel free to delete them, they are not a functional part of the script

Image
Objects-and-Text.jzml
(14.41KiB)Downloaded 2733 times

Re: Linking objects [beginners' scripts]

Posted: 16 May 2013 14:38
by Softcore
One more added in the first post.

;)

Re: Linking objects [beginners' scripts]

Posted: 10 Oct 2013 06:28
by sazb30
Aah, just what I need! Many thanks for this Softcore :mrgreen:

Re: Linking objects [beginners' scripts]

Posted: 12 Mar 2014 08:28
by Softcore
Lemur 5 UPDATE:

Now with the string concatenation functions it is posible to simplify scripts that "link" objects. Here is an example of the newly possible scripts.

Image

Re: Linking objects [beginners' scripts]

Posted: 10 Jan 2015 11:19
by r00n
very helpful thanks

Re: Linking objects [beginners' scripts]

Posted: 25 Feb 2016 11:07
by DynamicK
Just found this old post...helped me loads in understanding these functions. Many thanks