Re: [PD] get dir of current pd

2013-07-30 Thread Jonathan Wilkes
On 07/20/2013 11:13 AM, Jonathan Wilkes wrote: On 07/18/2013 02:16 PM, Jonathan Wilkes wrote: On 07/17/2013 09:44 AM, Max wrote: is there something like [ggee/getdir] but for getting the path of the currently running Pd binary? Seems like I saw this somewhere, but I can't remember where.

Re: [PD] Reverse Kickstarter Update

2013-07-30 Thread João Pais
- which font are you using? it looks a bit strange' The entire dialog, or just the headings? I hard-coded some font for the headings just to get them to be bold-- that's something I'll change now that I can test it on all

Re: [PD] get dir of current pd

2013-07-30 Thread yvan volochine
On 17/07/13 15:44, Max wrote: is there something like [ggee/getdir] but for getting the path of the currently running Pd binary? you mind explaining why you would need that? maybe there's an alternative way to achieve what you want? y -- http://yvanvolochine.com

Re: [PD] get dir of current pd

2013-07-30 Thread yvan volochine
On 30/07/13 08:41, Jonathan Wilkes wrote: Ok, I figured out how to do this and how do you do? y -- http://yvanvolochine.com http://soundcloud.com/yvanvolochine http://soundcloud.com/elgusanorojo http://github.com/gusano http://vimeo.com/yv ___

Re: [PD] get dir of current pd

2013-07-30 Thread Max
Am 30.07.2013 um 13:47 schrieb yvan volochine yvan...@gmail.com: On 17/07/13 15:44, Max wrote: is there something like [ggee/getdir] but for getting the path of the currently running Pd binary? you mind explaining why you would need that? off cause: In an attempt to divide two processes in

[PD] PLEASE HELP !

2013-07-30 Thread Luca Mani
To everybody, does anybody know if with ALSA is possible to run every kind of multichannel sound card for recording audio on linux ?  Thanks. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Please help!!

2013-07-30 Thread Luca Mani
It was very usefull thanks guys.  Da: Miller Puckette m...@ucsd.edu A: Simon Wise simonzw...@gmail.com Cc: pd-list@iem.at Inviato: Lunedì 29 Luglio 2013 19:07 Oggetto: Re: [PD] Please help!! I don't think this is presently possible - I think all 8-channel

Re: [PD] get dir of current pd

2013-07-30 Thread yvan volochine
On 30/07/13 15:30, Max wrote: If you are using two separate instances, then you either need to start them manually, create a shell script that does it, or (and this is finally why I was curious to know if there is a way from within Pd to know the path of the binary) launch the second instance

Re: [PD] get dir of current pd

2013-07-30 Thread Max
pwd to a [ggee/shell] results always in / (at least on OS X) Am 18.07.2013 um 20:44 schrieb Iain Mott m...@reverberant.com: there's the shell external - to which you can send a pwd message - but perhaps this only works on linux, maybe mac? Iain Em Wed, 2013-07-17 às 06:44 -0700,

Re: [PD] Reverse Kickstarter Update

2013-07-30 Thread Dan Wilcox
How do we give you money if the page isn't available? :P On Jul 30, 2013, at 6:00 AM, pd-list-requ...@iem.at wrote: From: Jonathan Wilkes jancs...@yahoo.com Subject: Re: [PD] Reverse Kickstarter Update Date: July 29, 2013 9:47:15 PM EDT To: pd-list@iem.at Ok, with Dan's help I've now

Re: [PD] Reverse Kickstarter Update

2013-07-30 Thread Dan Wilcox
Two things from me: * missing a Pd-extended theme aka grey filled boxes * the Apple interface guidelines generally frown on Apply buttons like the Connect button in the audio/midi dialogs. The expected behavior is that you also connect when you select the device in the drop down, the idea

Re: [PD] Please help!!

2013-07-30 Thread Antoine Villeret
hi, i've successfully tested an ESI Gigaport HD+ on the Pi without clicks with ethernet disable this interface doesn't have inputs this is why (i think) it could work with USB 1.1 from its user manual specifications, part 5, page 11 : 1. Interface - USB spec version 1.1 - USB audio class spec

Re: [PD] PLEASE HELP !

2013-07-30 Thread Antoine Villeret
not *every kind* but thoses who are recognized by alsa... there is a list somewhere on the net and your question is more related to ALSA than to PD itself so you'll probably get more accurate answer on the ALSA list/forum -- do it yourself http://antoine.villeret.free.fr 2013/7/30 Luca Mani

Re: [PD] Reverse Kickstarter Update

2013-07-30 Thread Jonathan Wilkes
On 07/30/2013 01:22 PM, Dan Wilcox wrote: Two things from me: * missing a Pd-extended theme aka grey filled boxes * the Apple interface guidelines generally frown on Apply buttons like the Connect button in the audio/midi dialogs. The expected behavior is that you also connect when you

Re: [PD] get dir of current pd

2013-07-30 Thread Jonathan Wilkes
On 07/30/2013 07:48 AM, yvan volochine wrote: On 30/07/13 08:41, Jonathan Wilkes wrote: Ok, I figured out how to do this and how do you do? In GNU/Linux on some _distros_ you can check the symlink /proc/self/exe If you do a readink from within C in Pd you'll get the absolute path and name

Re: [PD] Reverse Kickstarter Update

2013-07-30 Thread Jonathan Wilkes
On 07/30/2013 01:22 PM, Dan Wilcox wrote: Two things from me: * missing a Pd-extended theme aka grey filled boxes Ah yes, forgot that one. * the Apple interface guidelines generally frown on Apply buttons like the Connect button in the audio/midi dialogs. The expected behavior is that

[PD] Netiquette (Was: Re: PLEASE HELP !)

2013-07-30 Thread Max
Hi Luca, First off: A warm welcome to this list. Imagine every mail on this list had a subject HELP!, Help me! Please Help! and so forth. The mailing list would be a lot more complicated to read than it already is. Please take a moment to read through the netiquette:

Re: [PD] Error: invalid command name pd

2013-07-30 Thread Ed Kelly
First click Details on your error message and post the output. Doh! Of course. Sorry, I naturally distrust error reports having been brought up on Window$. Error messages are all the same in my patch: invalid command name pd invalid command name pd     while executing pd [concat #hammergui

Re: [PD] Error: invalid command name pd

2013-07-30 Thread Charles Z Henry
Then, it's just missing m_pd.h. You'll have to modify the makefile to set the include path or copy your m_pd.h into the same directory as tot.c (or maybe just set an environment variable... I don't know for sure). Chuck On Tue, Jul 30, 2013 at 2:03 PM, Ed Kelly morph_2...@yahoo.co.uk wrote:

Re: [PD] Reverse Kickstarter Update

2013-07-30 Thread Dan Wilcox
On Jul 30, 2013, at 2:55 PM, Jonathan Wilkes jancs...@yahoo.com wrote: * the Apple interface guidelines generally frown on Apply buttons like the Connect button in the audio/midi dialogs. The expected behavior is that you also connect when you select the device in the drop down, the idea

Re: [PD] get dir of current pd

2013-07-30 Thread yvan volochine
On 30/07/13 20:43, Jonathan Wilkes wrote: I don't think /proc/self/exe is a requirement of all Linux flavors, and I don't know what the BSD OSes do, or OSX. So I'm reluctant to add this to [pdinfo]. I'd say don't bother adding anything that's not really needed (which does seem the case here

Re: [PD] get dir of current pd

2013-07-30 Thread Dan Wilcox
Here's how we do it in OpenFrameworks: https://github.com/openframeworks/openFrameworks/blob/develop/libs/openFrameworks/utils/ofFileUtils.cpp#L1400 On Jul 30, 2013, at 3:03 PM, pd-list-requ...@iem.at wrote: From: Jonathan Wilkes jancs...@yahoo.com Subject: Re: [PD] get dir of current pd

[PD] RE : Re: get dir of current pd

2013-07-30 Thread colet.patrice
I dont see the point of getting pd dir since we can run several instances of same bin with the shell. Patrice Colet  Message d'origine De : Jonathan Wilkes jancs...@yahoo.com Date : 30/07/2013 19:43 (GMT+00:00) A : pd-list@iem.at Objet : Re: [PD] get dir of current pd

Re: [PD] Reverse Kickstarter Update

2013-07-30 Thread Jonathan Wilkes
On 07/30/2013 03:16 PM, Dan Wilcox wrote: On Jul 30, 2013, at 2:55 PM, Jonathan Wilkes jancs...@yahoo.com mailto:jancs...@yahoo.com wrote: * the Apple interface guidelines generally frown on Apply buttons like the Connect button in the audio/midi dialogs. The expected behavior is that you

Re: [PD] get dir of current pd

2013-07-30 Thread Jonathan Wilkes
On 07/30/2013 03:40 PM, Dan Wilcox wrote: Here's how we do it in OpenFrameworks: https://github.com/openframeworks/openFrameworks/blob/develop/libs/openFrameworks/utils/ofFileUtils.cpp#L1400 Hm, looking here: http://stackoverflow.com/questions/7413445/accessing-proc and here:

Re: [PD] Error: invalid command name pd

2013-07-30 Thread Jan Baumgart
Looks more like the cyclone lib. I've succeeded to update it by simply replacing every pd with pdsend - but I haven't tested it extensively. cheers, jan On 30.7.13 21:03 , Ed Kelly wrote: First click Details on your error message and post the output. Doh! Of course. Sorry, I naturally

[PD] msgfile and commas

2013-07-30 Thread Max
another escaping problem: any idea how the comma could be displayed correctly? comma-msgfile-test.pd Description: Binary data hello, world___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] get dir of current pd

2013-07-30 Thread Max
Am 30.07.2013 um 23:32 schrieb Jonathan Wilkes jancs...@yahoo.com: Max- Are you experiencing dropouts from the subprocess stalling, or are you saying you're trying to avoid the possibility of dropouts. If it's the latter, then I'm having a hard time figuring out how two Pds connected

Re: [PD] get dir of current pd

2013-07-30 Thread Jonathan Wilkes
On 07/30/2013 07:05 PM, Max wrote: Am 30.07.2013 um 23:32 schrieb Jonathan Wilkes jancs...@yahoo.com: Max- Are you experiencing dropouts from the subprocess stalling, or are you saying you're trying to avoid the possibility of dropouts. If it's the latter, then I'm having a hard time

Re: [PD] get dir of current pd

2013-07-30 Thread Simon Wise
On 30/07/13 22:04, yvan volochine wrote: I'd definitely go for the shell script solution.. although after some quick tests I didn't manage to run 2 different pd instances from one shell script... pd is your friend here, to run the process in the background Simon