preset pop-up window

Post your Lemur Projects.
Post Reply
Phil999
Regular
Posts:932
Joined:11 Jan 2012 01:53
preset pop-up window

Post by Phil999 » 19 Feb 2012 20:37

this template is intended for storing and loading the values of your objects. As an example in the attached template, there are two knobs and one fader. Tap one of the save buttons to store the current values of the three objects. A load button will appear.

I intend to use this template for all my plugins. First delete Containers 2-8. Select the remaining Container and add your variables. Edit actionCopy and actionPaste according to your new variables. Then it is simple, you only need to copy the container, and it will work as another memory slot. You may need to edit the two scripts of the reset button.
Attachments
preset13.jzml
(74.76KiB)Downloaded 109 times
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro

Phil999
Regular
Posts:932
Joined:11 Jan 2012 01:53

Re: preset pop-up window

Post by Phil999 » 19 Feb 2012 23:39

I got a little problem with hierarchy. The object's values in the interface store fine, but when objects are inside containers, I have trouble addressing them. I tried with

Code: Select all

CL_A_CB6 = ContainerLargo.Arpeggiator.CustomButton6.x;
but the script won't work.

The preset stuff is in a container, and I must address objects that are inside a different container. How do you do that?
Attachments
Largo05.zip
(13.28KiB)Downloaded 91 times
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro

Post Reply