Hi,
Ive been messing around with workbench creating a new synth rig,
and I want to add a new tab in Stage.
I started adding all the controls in the UI, and it was getting a bit tedious (editing name, size, position and aligning), so I decided to look at the els file, I found its XML. so thought hey, I can edit this directly as the content is straight forward enough.
now the interesting bit,
the widget has the path in it:
path="/synth_rig_1/ahdsr_1/inputs/velocity_sensitivity_input"
and also has an address:
address="<main.rig1:ahdsr1>#1.10"
(which is the internal address, i.e. #1.10)
this is quite useful in itself, to see what connects exactly to what...
but, If i create from scratch, getting the address is a pain (yes I can do in various ways, e.g. chuck the control as a dummy)
but, I wondered if Stage actually needed it.... (as it has a unique path anyway\0
so i removed it, and imported into Stage... and it worked!
So the question is, does Stage really need the address? (as it appears to work with address="")