On 01/25/2013 06:24 PM, Jonathan Wilkes wrote:
----- Original Message -----
From: Hans-Christoph Steiner hans@at.or.at To: Jonathan Wilkes jancsika@yahoo.com Cc: "pd-list@iem.at" pd-list@iem.at Sent: Friday, January 25, 2013 6:17 PM Subject: Re: [PD] Loading Gui-Plugin in a Directory Other than in Standard Path
[...]
Also, is there a tcl variable that holds the paths that were set by a [declare], or one that holds the paths for the currently opened patches?
-Jonathan
Hmm, off the top of my head, I don't think you can get the canvas-local path (ie. [path] or [declare -path]) in the GUI.
Someone wanted to search whatever libs they had loaded, or in the path of the patch that was loaded, so I think it is already desired.
Yeah, it could be useful. Its a matter of someone implementing it. I can't think of any objections. It seems to me that it would basically end up having a mirror of the t_class struct in the GUI.
.hc