You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to traverse upwards in the namespace when using relative addresses in a similar way to what you can do in Terminal. E.g. if you know that there's a model one level up named the_other that contains a parameter named distant, this could be reached by a TTReceive (or j.receive) with the address ../the_other/distant.
The text was updated successfully, but these errors were encountered:
this is obviously a powerful feature !
however relative address are mainly handled in JamomaMax and each kind of external (j.receive, j.send, j.remote, ...) build an absolute address considering the model:address value it has around.
so, as it is design, this sounds possible but we should take care of the .. case in many places.
It would be useful to be able to traverse upwards in the namespace when using relative addresses in a similar way to what you can do in Terminal. E.g. if you know that there's a model one level up named
the_other
that contains a parameter nameddistant
, this could be reached by a TTReceive (or j.receive) with the address../the_other/distant
.The text was updated successfully, but these errors were encountered: