[PD] py compiled against libpython2.7 anyone?

2013-02-13 Thread enrike
hi anyone has the py external binary compiled against python 2.7 to share? I am running Ubuntu Quantal 12.10 32 bits. I am trying to avoid having to compile first flext and then py once again... current binary version downloaded from g.org says $ ldd py.pd_linux

Re: [PD] Error with [cursor], actually a bug

2013-02-13 Thread Alexandros Drymonitis
There you go On Wed, Feb 13, 2013 at 1:49 AM, Hans-Christoph Steiner h...@at.or.atwrote: Can you send a Pd window log from a session that has that error? Click on the Pd Window, then select File -- Save As... and that will save the Pd window log to a file. Then attach that file. .hc

[PD] [gem][arch] crash on loading image

2013-02-13 Thread Patrice Colet
Package was built yesterday pd crashes at image loading open: ./gem.conf: No such file or directory Magick: Memory allocation failed `Cannot allocate memory' @ fatal/cache.c/AcquirePixelCacheNexus/270. On pd-lork it simply doesn't load image, no crash, no error message. Colet Patrice

Re: [PD] RPi - GEM openGL

2013-02-13 Thread João de Brito Rocha Reis Vidigal
Ok... Hands on! I kinda need this... So guide me and I'll try my best! 1st - can I use pdp_xv on the RPi?... will it work? putting it very simply, the thing I need is really just a video window to throw some videos in... short videos and from time to time. meaning it is not a VJ machine... which

[PD] GEM to openGL ES - github

2013-02-13 Thread João de Brito Rocha Reis Vidigal
Hi guys Well I guess I created a repository on github to try and get this going! https://github.com/jbvidigal/GEM-to-openGL-ES I have no clue where to start... but I guess that creating this github is somehow already a start! gimme feedback and input stuff! tks

Re: [PD] RPi - GEM openGL

2013-02-13 Thread Hans-Christoph Steiner
One place to start is to read thru the archives on this list, and the pd-dev and gem-dev lists, since this topic has been discussed quite a bit. There was one recent suggestion of trying to use a new library that makes it easier to port OpenGL apps to OpenGL ES. Trying to build Gem with that

Re: [PD] RPi - GEM openGL

2013-02-13 Thread Simon Wise
On 13/02/13 21:15, João de Brito Rocha Reis Vidigal wrote: Ok... Hands on! I kinda need this... So guide me and I'll try my best! 1st - can I use pdp_xv on the RPi?... will it work? putting it very simply, the thing I need is really just a video window to throw some videos in... short videos

Re: [PD] RPi - GEM openGL

2013-02-13 Thread João de Brito Rocha Reis Vidigal
Could I ask you guys to check my patch? I guess this way it would be easier to understand what I'm talking about and what I need to do, as well as getting an idea of what it is possible to do with it on a RPi! tks JV ___ Pd-list@iem.at mailing list

Re: [PD] Working RPI Soundcards (was raspberry pi user experience)

2013-02-13 Thread Charles Goyard
Hi list, Charles Goyard wrote: just to say, I'm testing the terratec aureon 7.1 on rpi+pd. This interface works with the generic usb-audio driver. It does not work well. I can get proper stereo output at 44.1KHz but not more. If I setup pd to anything between 3 to 8 output channel, it gives

[PD] GEM and canopus/Sony Media Converter--linux

2013-02-13 Thread Pagano, Patrick
Hello I have a Sony Media Converter from the Ancient Days and a newer Caopus ADVC Analog to Digital Box and I would like to use it in GEM if possible. pix_video does not see it at all. If I run dvgrab-- it grabs frames so I can confirm that it actually works on ubuntu. Is there a way to get

Re: [PD] GEM and canopus/Sony Media Converter--linux

2013-02-13 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-13 17:12, Pagano, Patrick wrote: Hello I have a Sony Media Converter from the Ancient Days and a newer Caopus ADVC Analog to Digital Box and I would like to use it in GEM if possible. pix_video does not see it at all. If I run

Re: [PD] GEM and canopus/Sony Media Converter--linux

2013-02-13 Thread Pagano, Patrick
Sorry that should have been device(s) Both work with dvgrab neither currently with GEM Where do I get that gem-plugin from Thanks -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-13 17:12, Pagano, Patrick wrote: Hello I have a Sony Media Converter from the Ancient Days and a

Re: [PD] GEM and canopus/Sony Media Converter--linux

2013-02-13 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-13 17:34, Pagano, Patrick wrote: Where do I get that gem-plugin from [...] (apt-get install gem-plugin-dv4l). then it should show up as something like /dev/fw1 gmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12

Re: [PD] GEM and canopus/Sony Media Converter--linux

2013-02-13 Thread Pagano, Patrick
That does not seem to work. Do I need to explicitly load the .so? -Original Message- From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of IOhannes m zmoelnig Sent: Wednesday, February 13, 2013 11:36 AM To: pd-list@iem.at Subject: Re: [PD] GEM and canopus/Sony Media

Re: [PD] GEM and canopus/Sony Media Converter--linux

2013-02-13 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-13 17:49, Pagano, Patrick wrote: That does not seem to work. Do I need to explicitly load the .so? no, you should not need to: Gem searches for all available plugins in the folder where the Gem binary resides. the installed plugin will

Re: [PD] GEM and canopus/Sony Media Converter--linux

2013-02-13 Thread Pagano, Patrick
You were 100% correct and I need to link it to my version of Gem. Thanks for the help with this. I have one more question but it's about font support -Original Message- From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of IOhannes m zmoelnig Sent: Wednesday,

[PD] Gem and font support

2013-02-13 Thread Pagano, Patrick
When I run text3D, I get [text3d] Gem has been compiled without Font-support! I would like this but I wonder why it was not included in the pd-extended build I guess I can re-compile my sources to get it, but is there a reason for this? pp Patrick Pagano, B.S, M.F.A Assistant in Digital Arts and

Re: [PD] RPi - GEM openGL

2013-02-13 Thread João de Brito Rocha Reis Vidigal
One thing I didn't really get by going through the dev lists is where it stopped and why! JV ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] RPi - GEM openGL

2013-02-13 Thread Antonio Roberts
I'd imagine lack of motivation ;-) On 13 February 2013 21:21, João de Brito Rocha Reis Vidigal jbvidi...@gmail.com wrote: One thing I didn't really get by going through the dev lists is where it stopped and why! JV ___ Pd-list@iem.at mailing list

Re: [PD] Fwd: libmp3lame.0 not the good version embedded in pd-extended 0.43.4 / osx intel

2013-02-13 Thread Hans-Christoph Steiner
I've never used it, mp3amp~ has always crashed for me. Try readanysf~. If you know a way to make it stop crashing, I'm happy to try to incorporate that in Pd-extended nightly builds. .hc On 02/13/2013 09:55 AM, Nicolas Montgermont wrote: Sorry I repost that on pd list, I've posted that on

Re: [PD] Gem and font support

2013-02-13 Thread Hans-Christoph Steiner
Sounds like it shouldn't be that way. But I don't use Gem, so I don't know the details. Please say which package you are using and which platform. .hc On 02/13/2013 12:02 PM, Pagano, Patrick wrote: When I run text3D, I get [text3d] Gem has been compiled without Font-support! I would like

[PD] [helmholtz~]

2013-02-13 Thread Phil Stone
Hi Katja, I'm looking with great interest at your [helmholtz~] pitch tracking object. I'm not asking to be lazy (I'm going to try it out for myself!), but I'm wondering if you have any general impressions of its performance as to how it compares with [sigmund~]. I'm particularly interested as

[PD] Join my network on LinkedIn

2013-02-13 Thread m.e. grimm via LinkedIn
LinkedIn m.e. grimm requested to add you as a connection on LinkedIn: -- Barry, I'd like to add you to my professional network on LinkedIn. - m.e. Accept invitation from m.e. grimm

Re: [PD] Fwd: libmp3lame.0 not the good version embedded in pd-extended 0.43.4 / osx intel

2013-02-13 Thread Nicolas Montgermont
I know I may be one of the latest users of mp3amp but unfortunately I can't use reandanysf~ for that project... What I'm saying is there is a difference between the libmp3lame embedded in the release of pd-extended and the libmp3lame in fink, and I think this is making mp3amp crashing. Two

Re: [PD] Gem and font support

2013-02-13 Thread Jack
Le 13/02/2013 18:02, Pagano, Patrick a écrit : When I run text3D, I get [text3d] Gem has been compiled without Font-support! I would like this but I wonder why it was not included in the pd-extended build I guess I can re-compile my sources to get it, but is there a reason for this?

Re: [PD] Fwd: libmp3lame.0 not the good version embedded in pd-extended 0.43.4 / osx intel

2013-02-13 Thread Charles Z Henry
The first thing I would check is what library the external expects to find. run dyldinfo on your mp3amp~.pd_darwin file (it would be ldd in linux) That will tell you what libraries it expects to see and if libmp3lame isn't in a typical system location or in the library search path, it says not

[PD] Pure Data Japan is just launched.

2013-02-13 Thread Seiichiro MATSUMURA
#I posted to the list last night but anyhow not delivered. because of an attached jpeg? I post this again. Dear list, I am happy to announce that Japanese Pure Data portal site is launched today. http://puredatajapan.info/ I and Chikashi(we are authors of Japanese Pd books) made and organize

Re: [PD] Gem and font support

2013-02-13 Thread Hans-Christoph Steiner
On 02/13/2013 07:53 PM, Jack wrote: Le 13/02/2013 18:02, Pagano, Patrick a écrit : When I run text3D, I get [text3d] Gem has been compiled without Font-support! I would like this but I wonder why it was not included in the pd-extended build I guess I can re-compile my sources to get it,