Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-08 22:18, Ivica Ico Bukvic wrote: But it doesn't give you the name of the patch itself (which could be useful for auto-naming files associated with the patch, e.g. soundfiles). L2ORk's patch_name does everything getdir does (optional

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-11 Thread Ivica Ico Bukvic
On 2013-02-08 22:18, Ivica Ico Bukvic wrote: But it doesn't give you the name of the patch itself (which could be useful for auto-naming files associated with the patch, e.g. soundfiles). L2ORk's patch_name does everything getdir does (optional argument traverses structure upwards to

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-11 18:31, Ivica Ico Bukvic wrote: BTW, what is the advantage of canvasname? the advantage over what? iemguts does not seek to compete with other objects. instead it mainly aims to provide low-level access to the patching system. Seems

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-11 Thread Jonathan Wilkes
- Original Message - From: IOhannes m zmoelnig zmoel...@iem.at To: pd-list@iem.at Cc: Sent: Monday, February 11, 2013 12:39 PM Subject: Re: [PD] Fwd: absolute vs relative filepath on oggread~ -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-11 18:31, Ivica Ico

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-09 Thread Ivica Ico Bukvic
On 02/08/2013 05:32 PM, Jonathan Wilkes wrote: - Original Message - From: Ivica Ico Bukvic i...@vt.edu To: 'Hans-Christoph Steiner' h...@at.or.at; pd-list@iem.at Cc: Sent: Friday, February 8, 2013 4:18 PM Subject: Re: [PD] Fwd: absolute vs relative filepath on oggread~ But it doesn't

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-08 Thread Jonathan Wilkes
- Original Message - From: Ivica Ico Bukvic i...@vt.edu To: 'Hans-Christoph Steiner' h...@at.or.at; pd-list@iem.at Cc: Sent: Friday, February 8, 2013 4:18 PM Subject: Re: [PD] Fwd: absolute vs relative filepath on oggread~ But it doesn't give you the name of the patch itself

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Roman Haefeli
On Mon, 2013-02-04 at 19:58 +0100, Òscar Martínez Carmona wrote: hey, still having problems with that, by now I'm doing it with the absolute filepath... maybe the solution it'll be making the main applicattion finding out the f*cking path and sending the whole thing to pd via OSC, or maybe

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Hans-Christoph Steiner
On 02/05/2013 04:30 AM, Roman Haefeli wrote: On Mon, 2013-02-04 at 19:58 +0100, Òscar Martínez Carmona wrote: hey, still having problems with that, by now I'm doing it with the absolute filepath... maybe the solution it'll be making the main applicattion finding out the f*cking path and

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Òscar Martínez Carmona
Never done that before, excuse my idiocy and tell me how! Thanx! On Tue, Feb 5, 2013 at 4:59 PM, Hans-Christoph Steiner h...@at.or.atwrote: On 02/05/2013 04:30 AM, Roman Haefeli wrote: On Mon, 2013-02-04 at 19:58 +0100, Òscar Martínez Carmona wrote: hey, still having problems with that, by

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Hans-Christoph Steiner
In the Help menu, click on Report a bug. :-) .hc On 02/05/2013 11:08 AM, Òscar Martínez Carmona wrote: Never done that before, excuse my idiocy and tell me how! Thanx! On Tue, Feb 5, 2013 at 4:59 PM, Hans-Christoph Steiner h...@at.or.atwrote: On 02/05/2013 04:30 AM, Roman Haefeli

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Òscar Martínez Carmona
Yay, I've just reported a bug! On Tue, Feb 5, 2013 at 5:13 PM, Hans-Christoph Steiner h...@at.or.atwrote: In the Help menu, click on Report a bug. :-) .hc On 02/05/2013 11:08 AM, Òscar Martínez Carmona wrote: Never done that before, excuse my idiocy and tell me how! Thanx! On

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-04 Thread Òscar Martínez Carmona
hey, still having problems with that, by now I'm doing it with the absolute filepath... maybe the solution it'll be making the main applicattion finding out the f*cking path and sending the whole thing to pd via OSC, or maybe trying it another day! On Sun, Feb 3, 2013 at 2:29 AM, Hans-Christoph

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-02 Thread Òscar Martínez Carmona
yeah, lazy me (friday's afternoon...) if I use: (filename) (absolute_path_directory) I I I I I I [pack s s] I I [open $2/$1( I got: error: inlet expected symbol but got (absolute_path_directory) and if I switch

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-02 Thread Andy Farnell
On Sat, Feb 02, 2013 at 11:02:35AM +0100, Òscar Martínez Carmona wrote: yeah, lazy me (friday's afternoon...) if I use: (filename) (absolute_path_directory) I I I I I I [pack s s] I I [open $2/$1(

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-02 Thread Jonathan Wilkes
- Original Message - From: Andy Farnell padawa...@obiwannabe.co.uk To: Òscar Martínez Carmona xamp...@gmail.com Cc: pd-list@iem.at pd-list@iem.at; IOhannes zmölnig zmoel...@iem.at Sent: Saturday, February 2, 2013 6:49 AM Subject: Re: [PD] Fwd: absolute vs relative filepath on oggread

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-02 Thread Ivica Ico Bukvic
Not sure if this is off-topic, but pd-l2ork has an external called patch_name (or patchname, can't remember off top my head) which gives you both the current open patch path and filename as two separate symbols. I am sure there might be other similar externals out there, I just failed to locate

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-02 Thread Hans-Christoph Steiner
[getdir] in ggee gets the path for the current patch, and levels above it too, like the parent and top-most. .hc On 02/02/2013 07:01 PM, Ivica Ico Bukvic wrote: Not sure if this is off-topic, but pd-l2ork has an external called patch_name (or patchname, can't remember off top my head) which

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-01 Thread IOhannes zmölnig
On 01/31/2013 10:24 PM, Òscar Martínez Carmona wrote: -- Missatge reenviat -- De: *Òscar Martínez Carmona* Data: dijous 31 de gener de 2013 Assumpte: absolute vs relative filepath on oggread~ A: IOhannes m zmölnigzmoel...@iem.at In reality now I'm facing some trouble composing

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-01 Thread IOhannes zmölnig
On 02/01/2013 07:14 PM, Òscar Martínez Carmona wrote: I tried that but still got some errors that I don't understand: doing exactly the same i got this: [image: Inline image 1] and if I switch the order I get this: [image: Inline image 2] The second one gots closer to the goal, but why do I