Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to traverse upwards in namespace using relative addresses #397

Open
lossius opened this issue Feb 19, 2016 · 1 comment
Open

Ability to traverse upwards in namespace using relative addresses #397

lossius opened this issue Feb 19, 2016 · 1 comment

Comments

@lossius
Copy link
Member

lossius commented Feb 19, 2016

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.

@theod
Copy link
Member

theod commented Apr 13, 2016

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.

@theod theod self-assigned this Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants