Re: [PD] inhibit gnome screensaver from pd

2010-07-01 Thread Mathieu Bouchard
On Thu, 1 Jul 2010, Hans-Christoph Steiner wrote: After all that, I ended up having to add some stuff to /etc/X11/xorg.conf because of fglrx/ATI issues: Section ServerFlags Option BlankTime 0 Option StandbyTime 0 Option SuspendTime 0 Option OffTime 0 EndSection It would be awesome to have

Re: [PD] Only one instance of Pd can produce sound in Ubuntu

2010-07-01 Thread IOhannes m zmoelnig
On 2010-06-30 21:40, Matteo Sisti Sette wrote: Anyway, just out of curiosity, why cannot two pd's using oss or alsa both work simultaneously while other apps apparently can? because OSS and ALSA are designed for exclusive usage of your soundcard devices (though with the latter you can set it up

Re: [PD] Having two or more versions of Pd (both extended or both vanilla) in Ubuntu

2010-07-01 Thread IOhannes m zmoelnig
On 2010-06-30 23:42, Ricardo Lameiro wrote: Not the best and efficient way, but you could try a virtual machine, if it is only for testing the GUI rewrite. well, you could simply compile it yourself and not install it. or you could download the package and extract¹ it (as opposed to install

Re: [PD] interface/pd-based standalone applications question

2010-07-01 Thread João Pais
And he would need help too. Yep, exactly, Marco. I have not worked on it much lately as I've been busy with other software. Definitely no deadlines. unfortunately I can only code in Pd. if you lived near me I could cook for you :) or something.

Re: [PD] Problem with Textfile and line with float

2010-07-01 Thread IOhannes m zmoelnig
On 2010-07-01 05:13, Pedro Lopes wrote: (I was about to try screwing around with the code of [textfile] to see if I could achieve this with my [lack of] c skills, but my linux box just died.) I was trying too, but couldn't figure out how to make pd load my modified textfile.pd_linux instead

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 - solved!

2010-07-01 Thread Ingo Scherzinger
Thank you, Hans! I did that now after Roman suggested it. Turning all pullup resistors on by default is not a good idea, anyway. Power consumption could go much higher up than USB could actually provide (no prob here since I'm using external power). BTW, it would be a good idea to update the

Re: [PD] Store a List?

2010-07-01 Thread Pierre Massat
Ok, thanks everybody! List append does the trick. 2010/6/30 IOhannes m zmoelnig zmoel...@iem.at On 2010-06-30 14:09, Olivier Baudu wrote: Or, simpler... [l ] being the upstream author of [lister] (and thus [l]), i would recommend to use [list append] whenever it's possible. it basically

Re: [PD] interface/pd-based standalone applications question

2010-07-01 Thread chrism
On Thu, 01 Jul 2010 10:06:47 +0200, João Pais jmmmp...@googlemail.com wrote: And he would need help too. Yep, exactly, Marco. I have not worked on it much lately as I've been busy with other software. Definitely no deadlines. unfortunately I can only code in Pd. if you lived near me I

Re: [PD] interface/pd-based standalone applications question

2010-07-01 Thread João Pais
unfortunately I can only code in Pd. if you lived near me I could cook for you :) or something. I won't be in Berlin for a while, otherwise I would be up for that! Better to cook Miller something huge and delicious instead though... is he here? PS If you want to help by making patches

[PD] syncgrain and fluid seem to crash pd

2010-07-01 Thread Nick Burge
Hi List, I've compiled the syncgrain and fluid externals from the footils department, but both seem to crash the pd program as soon as I try to open either of the objects.I'm on linux ubuntu lucid 10.04 Does anyone have these externals working under that system? Nick.

Re: [PD] compiling pdextended rc3 jaunty

2010-07-01 Thread Marco Donnarumma
Ok, thanks .hc, that helped me compiling and setting up libs until 4am :) and then I got complaining about *.pd_linux by pidip. He can't find it. install: cannot stat `/home/sad/pd-extended/externals/pidip/*.pd_linux': No such file or directory I'm almost there though... What can I do about

Re: [PD] inhibit gnome screensaver from pd

2010-07-01 Thread Hans-Christoph Steiner
On Jul 1, 2010, at 2:53 AM, Mathieu Bouchard wrote: On Thu, 1 Jul 2010, Hans-Christoph Steiner wrote: After all that, I ended up having to add some stuff to /etc/X11/ xorg.conf because of fglrx/ATI issues: Section ServerFlags Option BlankTime 0 Option StandbyTime 0 Option SuspendTime 0

Re: [PD] popen vs shell bug

2010-07-01 Thread Husk 00
On Thu, Jul 1, 2010 at 8:26 PM, Kim Cascone k...@anechoicmedia.com wrote: I like having the outlet on [shell] so I can pipe data to the console Yes, and moreover that system seems to freeze pd interface until you kill the process. Does it happen to you too? husk/luca

Re: [PD] popen vs shell bug

2010-07-01 Thread Hans-Christoph Steiner
I am thinking of the ideal version of this, an object that would give you an inlet for STDIN then two outlets for STDOUT and STDERR, plus a status outlet and an inlet to set what to run. It could be something like this: [process /usr/bin/python] Then you could send python bits to it

Re: [PD] compiling pdextended rc3 jaunty

2010-07-01 Thread Hans-Christoph Steiner
Sounds like pidip didn't build. Check the build transcript and find the last errors. They'll probably be something like complaining that some .h file wasn't found. So you'd just need to install more packages ;) .hc On Jul 1, 2010, at 9:42 AM, Marco Donnarumma wrote: Ok, thanks .hc,

Re: [PD] popen vs shell bug

2010-07-01 Thread Kim Cascone
Husk 00 wrote: On Thu, Jul 1, 2010 at 8:26 PM, Kim Cascone k...@anechoicmedia.com mailto:k...@anechoicmedia.com wrote: I like having the outlet on [shell] so I can pipe data to the console Yes, and moreover that system seems to freeze pd interface until you kill the process. Does it

Re: [PD] popen vs shell bug

2010-07-01 Thread Hans-Christoph Steiner
On Jul 1, 2010, at 2:35 PM, Husk 00 wrote: On Thu, Jul 1, 2010 at 8:26 PM, Kim Cascone k...@anechoicmedia.com wrote: I like having the outlet on [shell] so I can pipe data to the console Yes, and moreover that system seems to freeze pd interface until you kill the process. Does it

Re: [PD] popen vs shell bug

2010-07-01 Thread Hans-Christoph Steiner
On Jul 1, 2010, at 3:26 PM, Kim Cascone wrote: Husk 00 wrote: On Thu, Jul 1, 2010 at 8:26 PM, Kim Cascone k...@anechoicmedia.com mailto:k...@anechoicmedia.com wrote: I like having the outlet on [shell] so I can pipe data to the console Yes, and moreover that system seems to

Re: [PD] popen vs shell bug

2010-07-01 Thread Kim Cascone
interesting...I tried it by appending to the end of my little script and [popen] still crashed Pd Hans-Christoph Steiner wrote: On Jul 1, 2010, at 2:35 PM, Husk 00 wrote: On Thu, Jul 1, 2010 at 8:26 PM, Kim Cascone k...@anechoicmedia.com mailto:k...@anechoicmedia.com wrote: I like

Re: [PD] compiling pdextended rc3 jaunty

2010-07-01 Thread ailo
On 07/01/2010 03:42 PM, Marco Donnarumma wrote: Ok, thanks .hc, that helped me compiling and setting up libs until 4am :) and then I got complaining about *.pd_linux by pidip. He can't find it. install: cannot stat `/home/sad/pd-extended/externals/pidip/*.pd_linux': No such file or directory

Re: [PD] compiling pdextended rc3 jaunty

2010-07-01 Thread Marco Donnarumma
Ok, thanks for your patience. I'll check that... M On Thu, Jul 1, 2010 at 8:24 PM, Hans-Christoph Steiner h...@at.or.atwrote: Sounds like pidip didn't build. Check the build transcript and find the last errors. They'll probably be something like complaining that some .h file wasn't

Re: [PD] popen vs shell bug

2010-07-01 Thread Claude Heiland-Allen
On 01/07/10 20:20, Hans-Christoph Steiner wrote: I am thinking of the ideal version of this, an object that would give you an inlet for STDIN then two outlets for STDOUT and STDERR, plus a status outlet and an inlet to set what to run. It could be something like this: [process /usr/bin/python]