[PD] looking for a way to use wav files embeded metadata.

2007-09-20 Thread David Schaffer
Hi there, I'm using several readsf~ objects to play sound but I also need to build some kind of counter to know where I am in the file. In order to do this, I need pd to be able to read the length of the file in the metadata (other wise, I would need to reopen the file in a table to exctr

Re: [PD] looking for a way to use wav files embeded metadata.

2007-09-20 Thread IOhannes m zmoelnig
David Schaffer wrote: > Hi there, > > the other readsf~ objects running in the same time...) does anyone know > how to do this? Thank you all. there is a [sndfileinfo] (or similar) object in iemlib. fmgasdr IOhannes ___ PD-list@iem.at mailing list

Re: [PD] [; pd init(

2007-09-20 Thread Jamie Bullock
On Tue, 2007-09-18 at 10:51 -0700, Miller Puckette wrote: > "init" is one of many messages that Pd and its gui send back and forth, which > aren't intended to have any user-level functionality... of course, some > of those messages like "connect" have proved useful at the user level; but > none of

[PD] pix_record problems

2007-09-20 Thread Tim Boykett
Hello Gemmers, I have been using pix_record for a small development and it seems that there are two problems, one for each development environment :-) Problem 1: Linux: debian. I can happily record a movie (but only using the uncompressed raw format) but once I close it and try to record a seco

Re: [PD] pix_record problems

2007-09-20 Thread chris clepper
On 9/20/07, Tim Boykett <[EMAIL PROTECTED]> wrote: > > Problem 2: on OSX there are no codecs - I have had this working but > now the > codeclist message gives me a series of null codecs. so I cannot > record anything! Your version was probably compiled incorrrectly. Not having any codecs would m

Re: [PD] pix_record problems

2007-09-20 Thread Tim Boykett
On 20/09/2007, at 4:17 PM, chris clepper wrote: > On 9/20/07, Tim Boykett <[EMAIL PROTECTED]> wrote: > Problem 2: on OSX there are no codecs - I have had this working but > now the > codeclist message gives me a series of null codecs. so I cannot > record anything! > > Your version was probably c

[PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-20 Thread annonces
Title: Studio XX OFFRE D'EMPLOI @ STUDIO XX EMPLOYMENT OPPORTUNITIES @ STUDIO XX [english follows] OFFRE D'EMPLOI @ STUDIO XX DIRECTRICE GÉNÉRALE Studio XX, centre d'artiste féministe engagé dans l'exploration, la créa

Re: [PD] [PD-announce] [Studio XX] OFFRE D 'EMPLOI : DIRECTRICE GÉNÉRALE :: JOB : GEN ERAL DIRECTOR

2007-09-20 Thread Jerome Tuncer
This email makes me realize that pd/pd-list is mostly used by male users/subscribers... damn. I'm mostly interested in showing girls how pd works and how cool it is. Interested ladys ? (: "Pders are predominatly male. The interviewed group was in fact 100% male." from the 'Bang Pure Data' book,

Re: [PD] [; pd init(

2007-09-20 Thread Steffen
On 18/09/2007, at 19.34, Frank Barknecht wrote: > [; pd init( crashes Pd here (Linux), Thanks for testing. > so it's clearly a bug somewhere. > Or rather here, according to gdb: > > #38 0xb7d0b161 in vsnprintf () from /lib/tls/libc.so.6 Woo. That's all double dutch to me - or rather an argot i

[PD] info about image recognition and about ip-cam

2007-09-20 Thread palmieri, ricardo
hi guys. im looking for information about how to create pattern recognition using pd (or how to change the patterns of libfiducialtrack).anothe question is if have some experience with pd object or abstraction ready to capture images from an IP CAM in a local network, and receive a good framerate i

Re: [PD] pix_record problems

2007-09-20 Thread IOhannes m zmoelnig
Tim Boykett wrote: > On 20/09/2007, at 4:17 PM, chris clepper wrote: > >> On 9/20/07, Tim Boykett <[EMAIL PROTECTED]> wrote: >> Problem 2: on OSX there are no codecs - I have had this working but >> now the >> codeclist message gives me a series of null codecs. so I cannot >> record anything! >> >

Re: [PD] [; pd init(

2007-09-20 Thread Miller Puckette
It's possible to crash Pd using "dynamic editing" (deleting objects reentrantly) and I don't know how to get around the problem without sacrificing run-time efficiency. If I can ever figure out how to do this safely I'll document it and make it "official" -- but since so many users are already us

Re: [PD] [; pd init(

2007-09-20 Thread martin.peach
> Steffen wrote: > On 18/09/2007, at 19.34, Frank Barknecht wrote: > > > [; pd init( crashes Pd here (Linux), > > Thanks for testing. > > > so it's clearly a bug somewhere. > > Or rather here, according to gdb: > > > > #38 0xb7d0b161 in vsnprintf () from /lib/tls/libc.so.6 > > Woo. That's all d

Re: [PD] [; pd init(

2007-09-20 Thread Mathieu Bouchard
On Thu, 20 Sep 2007, Miller Puckette wrote: It's possible to crash Pd using "dynamic editing" (deleting objects reentrantly) That might be why I want to use reference counting everywhere. and I don't know how to get around the problem without sacrificing run-time efficiency. Actually, even

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-20 Thread pueblo
hi > This email makes me realize that pd/pd-list is mostly used by male > users/subscribers... damn. I'm mostly interested in showing girls how pd > works and how cool it is. Interested ladys ? (: I think many women in this list would just ignore your comment ;) Please, do have in mind that the

[PD] commandline flag '-path': supposed to search standard pathes?

2007-09-20 Thread Roman Haefeli
hi all when using the '-path' flag on the commandline (NOT IN [declare]!!!), is it supposed to search standard directories as well? actually, it does it only 'half', which is kind of an odd behaviour. example: testpatch.pd contains an object [netclient], which is part of maxlib no .pdrc or any

Re: [PD] inconsistencies with lib names (was: representning classes and selectors in the wiki)

2007-09-20 Thread Mathieu Bouchard
On Tue, 18 Sep 2007, Hans-Christoph Steiner wrote: They key difference would be that each stdlib would have a standardized interface, and each objectclass would conform to that interface. For example, there could be an 'io' standard lib. Everything in that lib would respond to [open(, [close(

Re: [PD] [; pd init(

2007-09-20 Thread Tim Blechmann
On Thu, 2007-09-20 at 15:17 -0400, Mathieu Bouchard wrote: > On Thu, 20 Sep 2007, Miller Puckette wrote: > > > It's possible to crash Pd using "dynamic editing" (deleting objects > > reentrantly) > > That might be why I want to use reference counting everywhere. i can say from my own experience,

[PD] PiDiP 0.12.21

2007-09-20 Thread ydegoyon
hola, a very small change there : 0.12.21 ( codename Sa'ha Pidip ) fixed synchronisation in pdp_theonice~ http://ydegoyon.free.fr/pidip-0.12.21.tar.gz this is the version included in Sahabuntu live cd. enjoy! sevy ___ PD-list@iem.at mailing list U

Re: [PD] Teaching Pd - student's log their research

2007-09-20 Thread Andy Farnell
Thanks for postng these, they are very interesting to anyone doing Pd teaching. On Sun, 16 Sep 2007 05:50:40 -0500 "Greg Pond" <[EMAIL PROTECTED]> wrote: > Ed, > > Thanks for directing me to the site for your course. I have been > working to develop an integrated program involving the depart