Re: [PD] pdpedia - when can we start doing stuff?

2007-09-21 Thread hard off
it seems that the media pool (database) still hasn't been set up. once that works, i can start doing some pages. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] pdpedia - creation of png images of patches

2007-09-21 Thread Andy Farnell
Nice. I did this a little while ago too with the help of Frank and Miller in order to print out entire directories of patches. You might want to add this awk script into the chain (assuming it's still needed), it corrects the pointsize and position of object text in the postscript file. On Fr

Re: [PD] pdpedia - creation of png images of patches

2007-09-21 Thread Andy Farnell
btw, Pd does recognise "print", Frank also helped me get this going But: It uses old style netreceive which is suicide to run on a server. The attached patch was used to print out live snapshots of graphs in running Pd patches. Send two commands on the socket, first one open the patch you want

Re: [PD] logitech webcam and GEM

2007-09-21 Thread Roman Haefeli
hi altern according to this: http://www.qbik.ch/usb/devices/showdev.php?id=3503 you need a driver called 'dkms-gspca'. roman On Fri, 2007-09-21 at 16:40 +0200, altern wrote: > hi > > i am trying to use a USB webcam with GEM on my IBM laptop with Ubuntu > Studio but pd gives me an error >

Re: [PD] [ANN] new external: tracker

2007-09-21 Thread Thomas O Fredericks
I got the error with pd 0.39, not pd 0.4 Tom On 9/21/07, patrick <[EMAIL PROTECTED]> wrote: > > hi federico, > > after compiling your external (with tk2c.bash copied in /usr/bin > beforehand). i have this error: > > /usr/local/lib/pd/extra/tracker.pd_linux: > /usr/local/lib/pd/extra/tracker.pd_li

Re: [PD] logitech webcam and GEM

2007-09-21 Thread bigswift
i had alot of trouble with the Logitech Pro 5000 that had a mic w/GEM & Ubuntu the Pro 4000 works like a charm pp Jack <[EMAIL PROTECTED]> wrote: > Sorry, i was on the wrong way :) > > Jack > > > Le 21 sept. 07 à 17:17, IOhannes m zmoelnig a écrit : > > > altern wrote: > >> hi > >> > >

[PD] pdpedia - creation of png images of patches

2007-09-21 Thread ild0012
i just got an idea how to easealy create antialiased images of patches, as someone had proposed this as a pdpedia feature erlier on this list. in order to do it automaticly i first thougt of adding [loadbang]-[;pd print patch.pd( to each patch (by just echoing a few lines to it) but apparently pd

Re: [PD] [ANN] new external: tracker

2007-09-21 Thread patrick
hi federico, after compiling your external (with tk2c.bash copied in /usr/bin beforehand). i have this error: /usr/local/lib/pd/extra/tracker.pd_linux: /usr/local/lib/pd/extra/tracker.pd_linux: undefined symbol: binbuf_read_via_canvas any idea? pat ___

Re: [PD] [PD-dev] [ANN] new external: tracker

2007-09-21 Thread Thomas O Fredericks
Excellent, it compiled on windows (properties window still does not thought). Also, I think you should specify that your external requires PD 0.4 Attached the compiled windows version and a modified makefile. Tom On 9/21/07, Thomas O Fredericks <[EMAIL PROTECTED]> wrote: > > Wow, very nice. Very

Re: [PD] [PD-dev] [ANN] new external: tracker

2007-09-21 Thread Thomas O Fredericks
Wow, very nice. Very much improved! Does it compile easy on other systems than Linux? Comments: I had to edit your makefile to point to my pd sources. Maybe you should note that somewhere. Also, I had to add a space between ">" and "$*.tk2c" in the line #12 of your makefile (sh tk2c.bash < $*.tk >

[PD] [ANN] new external: tracker

2007-09-21 Thread federico
hi dataflowers, today I release a new external: tracker if I have to describe it, I would say it is a 2D grid editor, with file load/save support, keyboard entry support, dynamic resizing, tracking of the row being read (see help patch attached) you can get it there, or in CVS under the external

[PD] [GEM] Woodstockhausen

2007-09-21 Thread Cypod
Woodstockhausen: A tiny, esoteric outdoor festival of experimental music and visual spectacles. September 22, 2007 7 PM Glen Alba Gardens 12250 Alba Road Ben Lomond, California 95005 Gates open at 6 PM Tickets: $20 (plus $2 service charge) per vehicle in advance, $25 at the door A 21st-century mul

Re: [PD] pdpedia - when can we start doing stuff?

2007-09-21 Thread Hans-Christoph Steiner
In case this wasn't clear before, please go ahead and hack away at the pdpedia.at.or.at/test site. that will remain there for a while while we set this stuff up. Then, once we get the scripted data dump working, that will dump into another new site (currently wiki.puredata.info, but now

Re: [PD] problem with diecimila and pd extended

2007-09-21 Thread Hans-Christoph Steiner
On Sep 14, 2007, at 4:46 PM, Frank Barknecht wrote: > Hallo, > Steffen hat gesagt: // Steffen wrote: > >> On 14/09/2007, at 19.09, Roman Haefeli wrote: >> >>> i am not quite sure, which one the ardiuno diecimila is (couldn't >>> find >>> any info about it) >> >> Basicly it's the latest. There a

[PD] call for testing: Pd-extended fonts on GNU/Linux

2007-09-21 Thread Hans-Christoph Steiner
So it turns out that there is at least one person who has problems with the current Pd-extended font setup on GNU/Linux. The only place that I have seen a problem is _only_ 12 point fonts and _only_ on some GNU/Linux machines. Everywhere else that I have tested (which is 25+ machines at th

Re: [PD] logitech webcam and GEM

2007-09-21 Thread Jack
Sorry, i was on the wrong way :) Jack Le 21 sept. 07 à 17:17, IOhannes m zmoelnig a écrit : > altern wrote: >> hi >> >> i am trying to use a USB webcam with GEM on my IBM laptop with Ubuntu >> Studio but pd gives me an error >> >> error: failed opening device '/dev/video0' >> >> the same camera

Re: [PD] logitech webcam and GEM

2007-09-21 Thread Jack
With GEM and [pix_video] you can send the message [driver 0( or [driver 1( to switch between drivers (e.g: v4l and ieee1394). I can't test here. Jack Le 21 sept. 07 à 17:08, Jack a écrit : > I don't really know Linux, but have you test your configuration (usb > webcam) with pdp object ([pdp_v

Re: [PD] logitech webcam and GEM

2007-09-21 Thread IOhannes m zmoelnig
altern wrote: > hi > > i am trying to use a USB webcam with GEM on my IBM laptop with Ubuntu > Studio but pd gives me an error > > error: failed opening device '/dev/video0' > > the same camera runs perfectly on the same laptop under XP and also on > my desktop machine with Ubuntu Studio. All

Re: [PD] logitech webcam and GEM

2007-09-21 Thread Jack
I don't really know Linux, but have you test your configuration (usb webcam) with pdp object ([pdp_v4l]) ? I know it's not a good answer, but it could help to know if your webcam work with your system. Sorry ! Jack Le 21 sept. 07 à 16:40, altern a écrit : > hi > > i am trying to use a USB w

[PD] logitech webcam and GEM

2007-09-21 Thread altern
hi i am trying to use a USB webcam with GEM on my IBM laptop with Ubuntu Studio but pd gives me an error error: failed opening device '/dev/video0' the same camera runs perfectly on the same laptop under XP and also on my desktop machine with Ubuntu Studio. All using the same patch and same v