<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Aug 16, 2013 at 2:22 AM, Ivica Ico Bukvic <span dir="ltr"><<a href="mailto:ico.bukvic@gmail.com" target="_blank">ico.bukvic@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p dir="ltr">On Aug 15, 2013 5:16 PM, "András Murányi" <<a href="mailto:muranyia@gmail.com" target="_blank">muranyia@gmail.com</a>> wrote:</p>


<p dir="ltr">> Did some testing and we're almost where I wish to be (if ever possible). What doesn't work right now is a scenario where I have the hub in abstraction A and its nodes in abstraction B, and A and B are embedded on the same canvas (C). Both A and B get their scope symbol from the abstractions' arguments. Something like this:<br>



> [mysequencertrack track0 scope0]<br>
> [mysequencertrack track1 scope0]<br>
> [mysequencertrack track2 scope0]<br>
> [mypresetsaver scope0]</p>
<p dir="ltr">That is because hub only sees stuff in its scope, meaning anything inside its patcher and its subpatches. I think what you need is what k12 mode uses which is a hub in the parent patch that hosts both abstractions a and b since you will have to save that one anyhow at some point, so it shouldn't be a problem for it to be responsible for presets as well. Otherwise you will run into a lot of scope issues.</p>

</blockquote></div>I see. Can I respectfully challenge this idea?<br></div><div class="gmail_extra">Is there a reason for not allowing a hub with a given scope symbol/name to connect to any node with the same scope symbol/name, regardless of their placement? Now that $ args work with preset_hub, I don't see why they couldn't connect just like [s foo] and [r foo] in a location-independent way. Of course I mean if there's a reason from the user's perspective I'd like to learn it.<br>

<br></div><div class="gmail_extra">Thanks,<br></div><div class="gmail_extra"><br>András
</div></div>