Re: [PD] declaring parent's patch's path

2018-04-06 Thread Alexandre Torres Porres
I found a solution by updating one of my externals. I upgraded [else/dir] to be able to get the parent's directory, and I'm using dynamic patching to create [declare -path "parent's dir"]. I imagine this is impossible with vanilla, but I'm good now. cheers 2018-04-06 16:47 GMT-03:00 Alexandre Tor

[PD] declaring parent's patch's path

2018-04-06 Thread Alexandre Torres Porres
hi, i have a player abstraction and I want it to find files in the parent's patch folder. sure, i know i can use [declare ./] in the parent path, but I was hoping to have this hard coded inside the abstraction. Is there a vanilla way of doing this? and how about a suggestion to make this possibl