Page 1 of 1

Posted: 15 Nov 2017, 21:28
by woodslanding
I remember reading a few years back that other destinations existed, but weren't working....

Anybody know the status of this now? specifically, can I send to a subpatch within SENDER_PATCH? That's the one that would be really useful, so I don't have to rearchitect my gui to access all the widgets.....

Thanks!
-eric

Posted: 16 Nov 2017, 02:49
by 23fx23
yes you can send to a subbatch. if a subpatch 'test' containst a fader named Fader, from the parent patch can send message like
SET_TARGET_PATCH TEST
SET_VALUE FADER 1 0.5

Posted: 16 Nov 2017, 10:30
by gurulogic
SET_TARGET_PATCH PARENT_PATCH also works properly now.

Posted: 18 Nov 2017, 07:36
by woodslanding
oooh, parent patch! Nice. Now I can hide all my plumbing in a subpatch.....

thanks guys!!