[PD] pdmtl abstractions questions and comments

2007-07-01 Thread Mathieu Bouchard
On Sun, 1 Jul 2007, Thomas O Fredericks wrote: T: In the http://wiki.dataflow.ws/PdMtlAbstractions/Usage Ok, thanks for the link, I don't know why I didn't see that. a) abstractions that finish with "_~" are graphical signal objects Ok, but I don't think that the "_" character is so distin

Re: [PD] GEM: multitexturing in GEM

2007-07-01 Thread Kyle Klipowicz
This thread is getting nice and infotacious. ~Kyle On 7/1/07, vade <[EMAIL PROTECTED]> wrote: > now my secret identity is known. my vigilante days are numbered! > > :) > > Here is a sample fragment shader that implements one of the blend modes > (overlay) for A/B mixing. If you can show me how t

Re: [PD] starting with pdp and pidip: any manual o list of objects?

2007-07-01 Thread Kyle Klipowicz
Wow, thanks Darek. ~Kyle On 7/1/07, Derek Holzer <[EMAIL PROTECTED]> wrote: > Hi Javier, > > Javier García wrote: > > Hi, > > > > I would like to start with pdp and pidip. Is there any manual or list > > objects? > > Documentation is scarce, almost non-existent in fact besides the > sometimes-hel

Re: [PD] [writesf~] sample rate problem?

2007-07-01 Thread Roman Haefeli
On Sun, 2007-07-01 at 17:42 -0400, Tim Flood wrote: > #X obj 26 147 makefilename %u; you may want to use [makefilename %02d] instead in order to create 2 digit numbers ('03' instead odf '3'). roman ___ Telefonate ohne w

Re: [PD] [writesf~] sample rate problem?

2007-07-01 Thread Roman Haefeli
hello tim there is no '-rate' flag for [writesf~], since it doesn't do any sampling rate conversion. it just uses the sampling rate of pd. it wouldn't make much sense to upsample for recording (e.g. 44100 -> 96000Hz) anyway. in other words: you need to run pd at the desired samplerate. if you wan

Re: [PD] starting with pdp and pidip: any manual o list of objects?

2007-07-01 Thread Derek Holzer
Hi Javier, Javier García wrote: > Hi, > > I would like to start with pdp and pidip. Is there any manual or list > objects? Documentation is scarce, almost non-existent in fact besides the sometimes-helpful helpfiles that come with the objects. Here's a list, which I've included in the FLOSS Man

Re: [PD] GEM: multitexturing in GEM

2007-07-01 Thread vade
now my secret identity is known. my vigilante days are numbered! :) Here is a sample fragment shader that implements one of the blend modes (overlay) for A/B mixing. If you can show me how to get this working in a patch that has two texture inputs for one rect object at the end of a gemhea

[PD] [writesf~] sample rate problem?

2007-07-01 Thread Tim Flood
Hello Everyone- I have written a simple patch (see below) designed for hard disk recording at 24-bit/96kHz. The -bytes flag sets the bit depth correctly, but no matter what value I use to set the -rate flag, the file is always created with a sampling rate of 44.1kHz. (My soundcard is set up t

[PD] starting with pdp and pidip: any manual o list of objects?

2007-07-01 Thread Javier García
Hi, I would like to start with pdp and pidip. Is there any manual or list objects? br. Javi _ Descarga gratis la Barra de Herramientas de MSN http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&

[PD] pyext object not recognized

2007-07-01 Thread Bosko Milakovic
Hi all! I'm using pd 0.40-1. I tried to install pyext but with no luck. I've put a dll to extra dir. On pd startup I get this message: py/pyext 0.2.0 - python script objects (C)2002-2005 Thomas Grill - http://g.org/ext using Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel

[PD] Turn off -verbose?

2007-07-01 Thread Bosko Milakovic
Hi! Few days ago I put a -verbose flag in startup flags and now I don't know how to turn it off. Everything I do I always get many lines with tried-tried Thanks. Bosko _ FREE pop-up blocking with the new MSN Toolbar - get it no

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Patco
Hans-Christoph Steiner a écrit : > Hey all, > > I am here in Zaragoza, Spain at the gohan workshop. I am impressed > by how many people here are running Debian/Ubuntu. It was the most > popular OS at the workshop! This also made me realize what a mess > that Pd-extended installer was. So

[PD] TrackIR and pd?

2007-07-01 Thread Anders Friberg
Hi list I wonder if anybody tried to interface the TrackIR* head-tracking device to pd? It is a quite nice head controller sensing the position and rotation in 6D. Best Anders *http://www.naturalpoint.com/trackir/ ___ PD-list@iem.at mailing list UNSU

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Kevin McCoy
Does this include any updates to the code since rc3, or is it only rc4 by virtue of being a deb package? Thanks! k On 7/1/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: > > Hey all, > > I am here in Zaragoza, Spain at the gohan workshop. I am impressed > by how many people here are runnin

Re: [PD] [GEM]: GL Shader Language

2007-07-01 Thread cyrille henry
chris clepper a écrit : > On 6/30/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: >> >> >> Do you know of any example patches for varying geometries using >> shaders in >> Gem? I'd like to see that kind of stuff. >> > > The shaders Cyrille posted includes one that deforms geometry. I thi

Re: [PD] GEM: multitexturing in GEM

2007-07-01 Thread chris clepper
Anton You want to set the texture unit that pix_texture uses correct? pix_texture should take a 'texunit $1' (or texUnit) message to do this. Multitexturing was one of Jamie's projects which remains unfinished... Send me a shader to work with if you can't get it working. On 6/29/07, vade <[E

Re: [PD] [GEM]: GL Shader Language

2007-07-01 Thread chris clepper
On 6/30/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: Do you know of any example patches for varying geometries using shaders in Gem? I'd like to see that kind of stuff. The shaders Cyrille posted includes one that deforms geometry. I think I have one that does the same as the [newW

Re: [PD] mime type for Pd in GNOME

2007-07-01 Thread Alexandre Quessy
application: puredata ? http://www.iana.org/assignments/media-types/application/ a 2007/6/30, Hans-Christoph Steiner <[EMAIL PROTECTED]>: > > Hey all, > > I am working on getting Pd-extended integrated into GNOME. I need a > MIME type to stick in the pd-extended.desktop file. Anyone know what

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Yves Degoyon
hep, good news, it was really lacking... we might need it for the workshops to come also in spain : http://www.laboralcentrodearte.org/portal.do?IDM=147&NM=2 saludos, sevy Hans-Christoph Steiner wrote: >Hey all, > >I am here in Zaragoza, Spain at the gohan workshop. I am impressed >by how m

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Roman Haefeli
On Sun, 2007-07-01 at 14:06 +0200, Frank Barknecht wrote: > You can find them in CVSROOT/scripts/bash_completion coool! i didn't know, that this exists. creates a whole new 'experience' and 'look and feel'. ;-) roman ___

[PD] PD-Con07

2007-07-01 Thread PORRES
any news on the papers accepted? thanks and cheers folks. alex - Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] unposting text from the console.

2007-07-01 Thread Mathieu Bouchard
On Sat, 30 Jun 2007, Chris McCormick wrote: On Sat, Jun 30, 2007 at 01:29:40PM -0400, Mathieu Bouchard wrote: Anyway, seriously, if you wanted [unpost] as an external for Miller's pd, you can't, because Miller rejected the sys_printhook patch in 2004. Maybe it would go in now that there is thi

Re: [PD] il 1 of 73 Older › question regarding pkg -config and aubio installation to work with PD

2007-07-01 Thread tania habib
I tried it but it does not seem to do the job! Anyways I am running out of ideas, do not know how to fix this permission denied bug. On 7/1/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: Since you are on Mac OS X, try: sudo make check .hc On Jun 30, 2007, at 7:05 PM, tania habib wro

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread ivan Chabanaud
For the extended package it"s better to have space piece and also pd_Sources(those use) in this way we can compile some extend Thank's > Hallo, > Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: > >> Anyone know how to handle file associations with GNOME? I would like >> to add

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: > Anyone know how to handle file associations with GNOME? I would like > to add that. Quick addition: Unless you already did, what would be even more useful (to people like me ;) would be to add the bash-completion file

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: > I am here in Zaragoza, Spain at the gohan workshop. I am impressed > by how many people here are running Debian/Ubuntu. It was the most > popular OS at the workshop! This also made me realize what a mess > that P

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Tim Blechmann
> - it installs into /usr/local so you can have it installed at the > same time as the "puredata" Debian package i'm not complelety fluent in the content of the fhs, but isn't /usr/ the place to install packages, that are managed by the package manager of the distribution? i can't remember, tha

Re: [PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Georg Holzmann
Hallo Hans! > that Pd-extended installer was. So here is my first attempt to > rectify the situation, I made a .deb. Please test it out: > > http://idmi.poly.edu/pdlab/Pd-0.39.2-extended-rc4/Pd-0.39.2-extended- > rc4.deb good news - it was also on my todo list to make debs for pd-extended .

[PD] debian/ubuntu package for Pd-extended

2007-07-01 Thread Hans-Christoph Steiner
Hey all, I am here in Zaragoza, Spain at the gohan workshop. I am impressed by how many people here are running Debian/Ubuntu. It was the most popular OS at the workshop! This also made me realize what a mess that Pd-extended installer was. So here is my first attempt to rectify the s

Re: [PD] il 1 of 73 Older › question regarding pkg -config and aubio installation to work with PD

2007-07-01 Thread Hans-Christoph Steiner
Since you are on Mac OS X, try: sudo make check .hc On Jun 30, 2007, at 7:05 PM, tania habib wrote: >>I don't think many people here have used pkgconfig, since this is the Pd list. I can say that I never have. Perhaps try a forum or mailing list for pkgconfig. I have already tried w

Re: [PD] External with custom gui

2007-07-01 Thread Frank Barknecht
Hallo, Carlos Pita hat gesagt: // Carlos Pita wrote: > please anyone experienced with pd internals could give a quick look to the > attached external to help me get it working? Quick remark: For questions like this the pd-dev mailing list probably is more appropriate. Ciao -- Frank Barknecht