Re: [PD] pyext~

2007-10-16 Thread Hans Roels
Hello Thomas, I'd like to ask a related question: is it possible to use the SndObj library via pyext~ (via the python module for SndObj)? I never tried it because signal processing with pyext is too inefficient, am i right? ... and thanks a lot for all the work on pyext, it's really a very

Re: [PD] gem/fullscreen/linux

2007-10-16 Thread IOhannes m zmoelnig
Roman Haefeli wrote: On Tue, 2007-10-16 at 03:00 +0200, Atte André Jensen wrote: That only works when not running in fullscreen :-( don't know why exactly this is so, it is the same here: when in fullscreen, [gemkeyboard] seems to not work.. i am not sure either :-) basically it is,

Re: [PD] gem/fullscreen/linux

2007-10-16 Thread IOhannes m zmoelnig
Frank Barknecht wrote: Hallo, Olivier Heinry hat gesagt: // Olivier Heinry wrote: On the Pd side, you have the possibility to add a [gemkeyboard] object that sends a [destroy( message to [gemwin]. And depending on how old your Gem is, make sure to put a [delay] or [pipe] between

Re: [PD] Convert .wmv or .asf to .mov (jpeg)

2007-10-16 Thread Javier García
Roman Haefeli wrote: mencoder Skim.wmv -nosound -ovc lavc -lavcopts vcodec=mjpeg -of lavf -lavfopts format=mov -o outfile.mov Thanks Roman but it gives this error: MEncoder 2:1.0~rc1-0ubuntu9.1 (C) 2000-2006 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz (Family: 6,

Re: [PD] Pd-extended final release candidate - please test!

2007-10-16 Thread IOhannes m zmoelnig
olsen wolf wrote: Hi Hans as i'm surrounded by a kindof ubuntu farm atm i feeded it to ubuntu studio kubuntu feisty so far they've eaten it all without bleating. i also bottle-feeded it(the feisty release) to gutsy as he's in the back he was complaining about missing libquicktime0 during

Re: [PD] pyext~

2007-10-16 Thread Thomas Grill
Hi Georg, I am just curious: what is so slow ? (I did not look into the source ...) I use also python for offline computation (not with pd yet) and it is quite fast - so is the interface to pd the problem ? To my experience python is quite fast, when the underlying C components do most of

Re: [PD] pyext~

2007-10-16 Thread Thomas Grill
Hans Roels schrieb: Hello Thomas, I'd like to ask a related question: is it possible to use the SndObj library via pyext~ (via the python module for SndObj)? I never tried it because signal processing with pyext is too inefficient, am i right? I haven't tried either so i can't really

[PD] syntax of Pd files

2007-10-16 Thread Andy Farnell
Through trial and error I've managed to reach what I thought was an understanding of Pd file format. However, on deeper analysis I keep discovering I'm wrong, in fact the Pd file structure and the syntax of the statements is not what I thought (which explains many previous programming errors).

[PD] Pd-extended final release candidate - please test!

2007-10-16 Thread Si Mills
Hi I've noted a couple of bugs: * FFT seems to be broke on PPC. I just get nasty crackles. (Pb G4 / 10.4.10) * [blosc~] doesn't instantiate - You have to physically add a '~' to the external in the library to fix it. * [freeverb~] produces no sound thanks

Re: [PD] Pd-extended final release candidate - please test!

2007-10-16 Thread Si Mills
Honestly. Yep! On 16 Oct 2007, at 09:56, IOhannes m zmoelnig wrote: Si Mills wrote: Hi * [blosc~] doesn't instantiate - You have to physically add a '~' to the external in the library to fix it. i would like to see you getting a physical grip on the tilde in the library...

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-16 Thread Chuckk Hubbard
On 10/16/07, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote: On Mon, 15 Oct 2007, Frank Barknecht wrote: I believe, the choice between a 1-dimensional language like SC and a 2-dimensional one like Pd is a state of mind thing. I do

[PD] camera setup with pix_video

2007-10-16 Thread Oded Ben-Tal
I'm looking to but a cheap ($20) camera to use with PD/Gem on a MacPro (osx 10.4). Will most cameras be supporter (i.e. [pix_video] will work)? are their options to avoid? anyone has recomendations? I'm looking for fairly simple video capture option for experimenting sacrificing quality and

Re: [PD] syntax of Pd files

2007-10-16 Thread hard off
#X array $1-THREE 6485 float 0; as i just found out, you need a backslash in front of $ args. eg.. /$1-THREE no idea what the float 0 means though. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] gem/fullscreen/linux

2007-10-16 Thread Atte André Jensen
IOhannes m zmoelnig wrote: to clarify: older versions of Gem did crash when you had no delay between the windowevent and the destruction of the window (similar to triggering the destruction of a subpatch from itself). I have this crash and my gem i 0.90, is there anything newer available

Re: [PD] [PD-announce] DesireData 2007.08.04

2007-10-16 Thread Rich E
I've been waiting to try this for so long... glad to see all the work done on it. I just compiled without a hitch, but I can't get it to run yet: [EMAIL PROTECTED]:~/src/desiredata-2007.08.04/src$ ./pd bind: Address already in use (98) anyone know what this means? regards, rich On 8/3/07,

Re: [PD] gem/fullscreen/linux

2007-10-16 Thread IOhannes m zmoelnig
Atte André Jensen wrote: IOhannes m zmoelnig wrote: to clarify: older versions of Gem did crash when you had no delay between the windowevent and the destruction of the window (similar to triggering the destruction of a subpatch from itself). I have this crash and my gem i 0.90, is

Re: [PD] [PD-announce] DesireData 2007.08.04

2007-10-16 Thread Rich E
whoops, nevermind. I'm impatient and I forgot to finish reading the install file. wish desire.tk works like a charm. Testing it out now... thanks! rich On 10/16/07, Rich E [EMAIL PROTECTED] wrote: I've been waiting to try this for so long... glad to see all the work done on it. I just

[PD] level of abstraction in gem

2007-10-16 Thread Atte André Jensen
Hi So I played a bit with gem, and still have lots to learn. One thing I keep thinking is how low an abstraction level I'm working on. Is this simply the way it should be or are there any abstractions available that'll cut corners. I realize that to some extend there's a tradeoff between

Re: [PD] syntax of Pd files

2007-10-16 Thread Patrice Colet
Hi, Andy Farnell a écrit : #N canvas 0 22 450 300 graph1 0; #X restore 235 308 graph1; What is the real purpose of restore? What are these parameters? How does it relate to the canvas? What the hell is coords? Why? #X coords 0 1.02 6484 -1.02 200 130 1; This is the parameters in

Re: [PD] syntax of Pd files

2007-10-16 Thread Steffen Juul
On 16/10/2007, at 12.40, Patrice Colet wrote: I think this would be very helpful for everyone to have properly documented somewhere. A dynamic patching tutorial would be appreciated as well. There is something in CVSROOT/doc/additional/pd-msg/

Re: [PD] syntax of Pd files

2007-10-16 Thread Steffen Juul
On 16/10/2007, at 22.51, Andy Farnell wrote: Where is the complete file format and syntactic definitions of the Pd file documented (not by reading through the source of the parser)? Though it might not be up to date i think there has been made an attempt in

Re: [PD] a general discussion about which software to learn: pd, max, both... or else?

2007-10-16 Thread Frank Barknecht
Hallo, Chuckk Hubbard hat gesagt: // Chuckk Hubbard wrote: From the point of view of the compiler, perhaps, but I think most programmers are very concerned with vertical arrangement, in the sense of how they think, no? A .c file with line breaks removed looks like gibberish to a human,

Re: [PD] syntax of Pd files

2007-10-16 Thread Patrice Colet
Patrice Colet a écrit : Steffen Juul a écrit : On 16/10/2007, at 12.40, Patrice Colet wrote: I think this would be very helpful for everyone to have properly documented somewhere. A dynamic patching tutorial would be appreciated as well. There is something in

Re: [PD] level of abstraction in gem

2007-10-16 Thread Frank Barknecht
Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote: So I played a bit with gem, and still have lots to learn. One thing I keep thinking is how low an abstraction level I'm working on. Is this simply the way it should be or are there any abstractions available that'll cut

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-16 Thread David Merrill
so to hell if you're not concerned how girls are treated in the pd community ( actually just as meat and object of greasy jokes ), so again, yeh, sorry, they won't participate to nothing here! yves, I haven't noticed anything offensive on the list like you describe (maybe you're mixing life

Re: [PD] pyext~

2007-10-16 Thread Mathieu Bouchard
On Tue, 16 Oct 2007, Georg Holzmann wrote: Of course one has to use numpy, scipy and all that ... They use quite optimized BLAS/LAPACK algorithms, which should be faster than pure pd - but I never tried the pd-numpy DSP combination. No, the main reason for the speedup is not the use of

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-16 Thread pueblo
yves, I haven't noticed anything offensive on the list like you describe (maybe you're mixing life on the streets with life on the pd-list? :)) hi David and all, I don't know if you didn't follow some threads but here are some examples of greasy jokes: From: João Miguel Pais [EMAIL

Re: [PD] [OT] Re: about sexism is TERMINATE THREAD PLEASE

2007-10-16 Thread Charles Henry
there's no 'PLEASE STOP' there is 'YES PLEASE HURT ME!', that's all we can take here. That's funny... yes please hurt me is also my safe word (just a little joke to illustrate how some 'fringe' vernacular enters into common usage... we all know what that means) but it is really kind of

[PD] many paths, how

2007-10-16 Thread Atte André Jensen
Hi My paths section in my preferences is full, and I need to ad another. remember there was some discussion recently about how to add more, but I can't seem to find it. Could anyone refresh my memory? -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen

Re: [PD] many paths, how

2007-10-16 Thread Hans-Christoph Steiner
Edit the prefs file directly: GNU/Linux: ~/.pdsettings Mac OS X: ~/Library/Preferences/org.puredata.pd.plist Windows: LOCAL_MACHINE\Software\Pd (registry) .hc On Oct 16, 2007, at 2:51 PM, Atte André Jensen wrote: Hi My paths section in my preferences is full, and I need to ad another.

Re: [PD] many paths, how

2007-10-16 Thread Claude Heiland-Allen
Atte André Jensen wrote: Hi My paths section in my preferences is full, and I need to ad another. remember there was some discussion recently about how to add more, but I can't seem to find it. Could anyone refresh my memory? You can separate paths with :, eg: $ pd -stderr -verbose

Re: [PD] pd-extended 39-3 libraries load

2007-10-16 Thread Hans-Christoph Steiner
That could work. I don't use Windows, except to make sure these builds work, so I'm not the one to do it. The registry stuff works fine from what I've seen. Any volunteers? .hc On Oct 15, 2007, at 3:38 AM, pit klong wrote: the safest solution would be, a batch-file for windows loading

Re: [PD] Fwd: portuguese pdpedia template

2007-10-16 Thread Hans-Christoph Steiner
On Oct 15, 2007, at 7:00 AM, João Miguel Pais wrote: ok, I guess it wasn't in the original list. that's very easy to add, $status = Estado; I think it would be good to add in the infobox template to make sure the infoboxes are rendering correctly before doing the big import.

[PD] Pdpedia Español WAS: translations for pd pedia templates

2007-10-16 Thread Hans-Christoph Steiner
Hey, I haven't seen a complete template for this, I hope you haven't lost interest. Please post a complete version of this template that I can copy and paste, or attach it as a separate file. I don't speak much Spanish, so I can't tell what's wrong or right most of the time. #

Re: [PD] Turkish pdpedia templates

2007-10-16 Thread Hans-Christoph Steiner
Ok, I am running a test import now, check it out here: http://wiki.puredata.info/test/boids/boids2d It turns out that MediaWiki uses the word Template for Turkish rather than Taslak. You can make a #redirect page if you want, then use Taslak. To see the infobox, you'll need to copy this:

Re: [PD] Pd-extended final release candidate - please test!

2007-10-16 Thread Hans-Christoph Steiner
Thanks for the report, please submit these to the bugtracker, each separately unless you think they are related bugs. Add as much info about your setup as possible: http://puredata.org/dev/bugtracker .hc On Oct 16, 2007, at 4:44 AM, Si Mills wrote: Hi I've noted a couple of bugs: *

Re: [PD] Pd-extended final release candidate - please test!

2007-10-16 Thread Hans-Christoph Steiner
Can you file a bug report on the gutsy gibbon issue? It should be solvable. http://puredata.org/dev/bugtracker .hc On Oct 15, 2007, at 3:27 PM, olsen wolf wrote: Hi Hans as i'm surrounded by a kindof ubuntu farm atm i feeded it to ubuntu studio kubuntu feisty so far they've eaten it

Re: [PD] many paths, how

2007-10-16 Thread Steffen Juul
On 16/10/2007, at 21.04, Claude Heiland-Allen wrote: You can separate paths with : You may wanna check out Franks Tips'n'Tricks page which also explains the colon trick. http://puredata.info/docs/tutorials/TipsAndTricks#add-more-entries- to-the-path-and-library-dialogs Or see the FAQ

Re: [PD] Pdpedia Español WAS: translations for pdp edia templates

2007-10-16 Thread Vircy Parker
(correction: inlets, outlets, language) # wikipedia terms my $stub = esbozo; my $template = plantilla; my $category = categoría; my $infobox = infobox; my $topLevel = toplevel; # # pdpedia terms my $objectclass = Clase del objeto; # page headers my $inlets = entradas; my $outlets = salidas;

Re: [PD] many paths, how

2007-10-16 Thread Frank Barknecht
Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote: My paths section in my preferences is full, and I need to ad another. remember there was some discussion recently about how to add more, but I can't seem to find it. Could anyone refresh my memory? Hm, this gets asked (and

Re: [PD] Pd-extended final release candidate - please test!

2007-10-16 Thread olsen wolf
jep i can approve this - the linkage of this nice feature goes to: file:///http://pdpedia.org salutis olsen On 10/16/07, Alexandre Castonguay [EMAIL PROTECTED] wrote: Hi Hans, I get an error when trying the web links from help menu, it seems to add a slash before the address. Cool feature

Re: [PD] Pd-extended final release candidate - please test!

2007-10-16 Thread Hans-Christoph Steiner
Ok, fixed that. It should work tomorrow. :) .hc On Oct 15, 2007, at 10:56 PM, Alexandre Castonguay wrote: Hi Hans, I get an error when trying the web links from help menu, it seems to add a slash before the address. Cool feature however. I'm running Kubuntu (feisty). 'Firefox ne

Re: [PD] Pdpedia mailing list (French)

2007-10-16 Thread Hans-Christoph Steiner
If you translate the template, I can do an import like I did for English, Portuguese, and Turkish. Then you'll have template pages with categories for about 2000 objects already generated. .hc On Oct 16, 2007, at 4:27 AM, Jérôme Abel wrote: For Pdpedia project, maybe we need a different

[PD] russian pdpedia

2007-10-16 Thread danja vasiliev
hi there, taking on this ultimately nice initiative of pdpedia i'd like to talk for the russian part of pd users. so far i know only few of them but im sure they are out there being hit by the brownian motion of pd particles. i can translate the main/english tread of pdpedia in to russian and keep

Re: [PD] many paths, how

2007-10-16 Thread Hans-Christoph Steiner
On Oct 16, 2007, at 6:08 PM, Frank Barknecht wrote: Hallo, Atte André Jensen hat gesagt: // Atte André Jensen wrote: My paths section in my preferences is full, and I need to ad another. remember there was some discussion recently about how to add more, but I can't seem to find it.

Re: [PD] Pdpedia mailing list (French)

2007-10-16 Thread Olivier Heinry
Le mardi 16 octobre 2007 à 10:27 +0200, Jérôme Abel a écrit : For Pdpedia project, maybe we need a different mailing list for contributors. In french we have two : http://artsens.org/cgi-bin/mailman/listinfo/pdpedia Since this one is already setup and dedicated to pdpedia, we should keep

Re: [PD] translations for pdpedia templates (French)

2007-10-16 Thread Olivier Heinry
Hello les francophones one single typo correction since Jerome Abel' latest proposal: $abbreviation: Abréviation Should we go for this then? Any major objection? Olivier # wikipedia terms $stub = Ébauche; $template = Modèle; $category = Catégorie; $infobox = Infobox; # pdpedia

Re: [PD] Pdpedia mailing list (French)

2007-10-16 Thread Mathieu Bouchard
On Tue, 16 Oct 2007, Hans-Christoph Steiner wrote: If you translate the template, I can do an import like I did for English, Portuguese, and Turkish. Then you'll have template pages with categories for about 2000 objects already generated. For translations I would recommend using this

Re: [PD] Fwd: portuguese pdpedia template

2007-10-16 Thread João Miguel Pais
Ok, the import is running now, congrats you have a Portuguese pdpedia with about 2000 object templates! great, I'll put googleadds on it and start earning something... or maybe not. http://wiki.puredata.info/pt/boids2d The import should be done in a hour... seems to be working. I

Re: [PD] pddplink

2007-10-16 Thread Hans-Christoph Steiner
On Oct 7, 2007, at 12:20 PM, marius schebella wrote: hey, I just found some undocumented features of pddplink. It seems to be possible to open any filetype with its default application. pddplink file:///Users/marius/pd/image.jpg will use preview on mac to show the image. This mechanism

Re: [PD] syntax of Pd files

2007-10-16 Thread Hans-Christoph Steiner
A quick search of puredata.org turns up: http://puredata.info/docs/developer/fileformat There's lots of good stuff there! :D .hc On Oct 16, 2007, at 4:51 PM, Andy Farnell wrote: Through trial and error I've managed to reach what I thought was an understanding of Pd file format. However,

[PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread danja vasiliev
hello dear all, pardon me for cross posting this but the issue seems to be somewhat awkward - for the last several days i was trying to get [pdp_qt] take my mjpeg video files but was miserably failing: --- pdp_qt: video stream found (640x480 pixels, 6 fps, 897 frames, MJPG codec) pdp_qt: WARNING:

Re: [PD] Fwd: portuguese pdpedia template

2007-10-16 Thread Hans-Christoph Steiner
On Oct 16, 2007, at 7:45 PM, João Miguel Pais wrote: Ok, the import is running now, congrats you have a Portuguese pdpedia with about 2000 object templates! great, I'll put googleadds on it and start earning something... or maybe not. This is all free, no ads, just like wikipedia :D

Re: [PD] russian pdpedia

2007-10-16 Thread Hans-Christoph Steiner
Awesome, another Pdpedia language! I just created the Русский site. Create an account, then email me what it is, and I'll make you admin. There is some info here on setting things up: http://wiki.puredata.info/en/Wiki_administrator_how-to Then add/correct the translations in these boxes,

Re: [PD] translations for pdpedia templates (French)

2007-10-16 Thread Hans-Christoph Steiner
I think you've been infected by English! ;) My online translator says abbreviation = abréviation .hc On Oct 16, 2007, at 7:44 PM, Olivier Heinry wrote: Hello les francophones one single typo correction since Jerome Abel' latest proposal: $abbreviation: Abréviation Should we go

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread Hans-Christoph Steiner
Which version of GNU/Linux are you running? Your quicktime plugins might be in a different place than Pd-extended expects. You can set it using the LIBQUICKTIME_PLUGIN_DIR env var, so something like: export LIBQUICKTIME_PLUGIN_DIR=/path/to/your/libquicktime/plugins .hc On Oct 16, 2007,

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread danja vasiliev
im running ubuntu feisty 7.04, libquicktime plugins are in standard location: [EMAIL PROTECTED]:~$ cat /etc/debian_version 4.0 [EMAIL PROTECTED]:~$ ls /usr/local/lib/libquicktime/ lqt_audiocodec.la lqt_faac.la lqt_ffmpeg.la lqt_mjpeg.la lqt_png.la lqt_videocodec.la lqt_audiocodec.so

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread Hans-Christoph Steiner
I am curious why you are compiling libquicktime yourself? If you use the .deb package, it should install everything you need, including libquicktime: http://autobuild.puredata.info/auto-build/2007-10-16/Pd-0.39.3- extended-ubuntu-feisty-i386.deb Its working well for me on my Ubuntu Feisty

Re: [PD] advise on making mjpeg, pdp and libquicktime happy

2007-10-16 Thread danja vasiliev
well, as i said i create those mjpeg avis using mencoder and i can play them using mplayer too - so i'd assume the chain libavcodec-mencoder is doing fine... [EMAIL PROTECTED]:~$ find /usr/lib | grep libavcodec /usr/lib/pkgconfig/libavcodec.pc /usr/lib/libavcodec.a /usr/lib/libavcodec.so.0d

Re: [PD] syntax of Pd files

2007-10-16 Thread Roman Haefeli
On Tue, 2007-10-16 at 15:28 +0200, Patrice Colet wrote: Patrice Colet a écrit : Steffen Juul a écrit : On 16/10/2007, at 12.40, Patrice Colet wrote: I think this would be very helpful for everyone to have properly documented somewhere. A dynamic patching tutorial would be