Linking objects [beginners' scripts]

Post and discuss Lemur Modules.
Post Reply
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Linking objects [beginners' scripts]

Post 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.63 KiB) Downloaded 2752 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.41 KiB) Downloaded 2649 times
Last edited by Softcore on 16 May 2013 14:37, edited 1 time in total.
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Linking objects [beginners' scripts]

Post 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.32 KiB) Downloaded 2567 times
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Linking objects [beginners' scripts]

Post by Softcore »

Finally a couple more functions and ideas....

Image
Linking-objects-101-prt3.jzml
(35 KiB) Downloaded 2633 times
kpmc
Regular
Posts: 55
Joined: 25 Feb 2013 19:56
Location: Surrey, UK

Re: Linking objects [beginners' scripts]

Post by kpmc »

Very helpful. Thank you!
| Water cooled, overclocked Hackintosh | M-Audio Ozonic, Scarlett 2i2, Ableton Push, Novation Launchpad, Lemur (of course!) | Ableton Live, StylusRMX |
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Linking objects [beginners' scripts]

Post 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.41 KiB) Downloaded 2633 times
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Linking objects [beginners' scripts]

Post by Softcore »

One more added in the first post.

;)
sazb30
Newbie
Posts: 2
Joined: 09 Oct 2013 11:32

Re: Linking objects [beginners' scripts]

Post by sazb30 »

Aah, just what I need! Many thanks for this Softcore :mrgreen:
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Linking objects [beginners' scripts]

Post 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
Attachments
string-conc.jzml
(21.95 KiB) Downloaded 2308 times
r00n
Newbie
Posts: 11
Joined: 04 Jan 2015 07:08

Re: Linking objects [beginners' scripts]

Post by r00n »

very helpful thanks
DynamicK
Newbie
Posts: 10
Joined: 11 Apr 2015 09:00

Re: Linking objects [beginners' scripts]

Post by DynamicK »

Just found this old post...helped me loads in understanding these functions. Many thanks
Post Reply