Master Code

27 views
Skip to first unread message

Dave Dougherty

unread,
Dec 20, 2024, 12:56:27 PM12/20/24
to Lightjams
Greetings All, 

Is there a place to write one formula and then have it linked to different things that if I change the master it changes on all of the effects using that formula? 

Thanks
D

Mathieu

unread,
Dec 20, 2024, 1:52:08 PM12/20/24
to Lightjams
Hi,

You can use the global sliders (view/sliders menu) or the gmem/grecall functions.

For the global sliders, you can use the value of a slider in any other formula by using the slider(id) function. For the global memory, you set a value by calling gmem(id, value) and then you use this value by calling grecall(id).

If you want to reuse your value inside one grid only, then use the mem/recall functions instead of gmem/grecall.
Reply all
Reply to author
Forward
0 new messages