Page 3 of 3

Re: Send Controller Snapshot?

Posted: 06 Oct 2017 11:59
by dogblessyou
This is pretty much the function I was looking for. I'm not into programming but I did get this script working fine besides one issue. The button with the script needs to be placed in the same container as the controls it seems. This might be a very basic issue but... How would I go about adding controls in different nested and sometimes tabbed containers to one button? Can I add the paths/hierarchy some way?

Edit: I think I figured it out, can't test until I get back home though. Should work fine to use the "dot notation" right?
Something like:
a = {container1.fader1, container2.fader2, container2.subcontainer1.button3}
...should work I guess? I haven't read anything about how to handle containers inside containers.

Update: Yes it did work.I guess I didn't need help, just had to do some digging.