Re: [PD] data structures and library abstraction question

2007-01-31 Thread Roman Haefeli
On Tue, 2007-01-30 at 15:07 -0800, Rich E wrote: Hi all, I just had a look at Frank's data structure tutorial, in which he suggests making a library abstraction for all structure templates. This seems like something I have to do for some patches I'm working on, but it would also be nice to

Re: [PD] data structures and library abstraction question

2007-01-31 Thread Frank Barknecht
Hallo, Rich E hat gesagt: // Rich E wrote: I just had a look at Frank's data structure tutorial, in which he suggests making a library abstraction for all structure templates. This seems like something I have to do for some patches I'm working on, but it would also be nice to just be able to

Re: [PD] mapping library examples

2007-01-31 Thread Steffen
On 31/01/2007, at 6.38, Hans-Christoph Steiner wrote: http://nime.org/2006/proc/nime2006_106.pdf Nice. That would be cool to have in the articles section ;-) On Mon, 29 Jan 2007 18:17:49 -0500 Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Cyrille and I started work on the mapping

Re: [PD] gem - feedback perspective

2007-01-31 Thread Erich Berger
hi thorolf, now, no matter what i do, the positions of the moving objects and their representations in the snapshots are always slightly off. i know the problem and it was also mentioned/discussed in an exchange on the gem-dev list in august or september, search under motion blur. fact is

Re: [PD] Re: DSP loops

2007-01-31 Thread Frank Barknecht
Hallo, Kim Taylor hat gesagt: // Kim Taylor wrote: The structure I am implementing is basically a modified model of the structure shown on this page - http://ccrma.stanford.edu/~jos/swgt/Rigidly_Terminated_Ideal_String.html I have this model working (by using a delay with length 0 and

Re: [PD] Re: DSP loops

2007-01-31 Thread Kim Taylor
Yeah, you're going to need to need to go with the small blocksize to realise this in vanilla Pd. But a blocksize of one isn't absolutely necessary, you'll probably get away with 8 or 16 for the frequency ranges of typical plucked/hammered strings. Very true... blocksize 2 will give me a range

Re: [PD] Re: DSP loops

2007-01-31 Thread Steffen
On 31/01/2007, at 13.53, Kim Taylor wrote: Ok, here's an improvement http://www-users.york.ac.uk/~kt503/PD/kt_PluckedString_23Jan.zip Thanks for sharing this, it's much fun to play with - and potentially learn from, i might add. ___

[PD] Gemwin as Capture Driver to use in other software

2007-01-31 Thread Peter Forde
Hello List, Is it possible to export the gemwin to other software in real-time. It seems to there are other softwares that can screen record and send this on such as Softcam, this uses up too much CPU and is highhly unstable. I just need another programme on the same machine to accept gem's

[PD] Live Apectrum Analyzer

2007-01-31 Thread Thomas Mayer
Hello, as I'm diving deeper and deeper into Pd and externals, I'm willing to do some video works. One of my aims is to create a spectrum analyzer, preferably with pdp and pidip, as I have just compiled those without any problems. Now, that I'm reading about the different objects, I don't have a

[PD] Dataflow Dictionary for Max and PD users...

2007-01-31 Thread Nick Fox-Gieg
Hi, I'm a student at Sonology in The Hague, and I've started a Dataflow Dictionary wiki for Max and PD users--so you can look up an object in one program and find its equivalent in the other: www.fox-gieg.com/dictionary I was wondering if any list members would like to contribute to it? Thanks,

[PD] GL: invalid enumerant Gem, Ubuntu Edgy Eft

2007-01-31 Thread Fanouris Moraitis
Hi all, I have the following error when I try to use pix_texture GL: invalid enumerant and also the texture is not loading. (For anyone that is interested in order to build pd under Ubuntu Edgy Eft with and Ati Mobility radeon X300 graphic card I had first to follow the directions in the

Re: [PD] GL: invalid enumerant Gem, Ubuntu Edgy Eft

2007-01-31 Thread chris clepper
Send a 'mode 0' to pix_texture. I find it hard to believe that ATI's current Linux driver would not support rectangle textures though. cgc On 1/31/07, Fanouris Moraitis [EMAIL PROTECTED] wrote: Hi all, I have the following error when I try to use pix_texture GL: invalid enumerant and also

Re: [PD] Live Apectrum Analyzer

2007-01-31 Thread Chris McCormick
Hi, I think that Tapestrea does something like this (and lots more). http://taps.cs.princeton.edu/ Best, Chris. On Wed, Jan 31, 2007 at 08:36:29PM +0100, Thomas Mayer wrote: Hello, as I'm diving deeper and deeper into Pd and externals, I'm willing to do some video works. One of my aims is

[PD] Re: PD-list Digest, Vol 22, Issue 109

2007-01-31 Thread robbert van hulzen
thanks very much for all the replies! and frank, thanks for the patch--i'm enjoying your help a lot. it's working now with steffen hc's [r pd-patchname.pd] | [route editmode] | [nbx] there's something i don't get though. i mapped capslock to [;pd-patch.pd editmode $1( (good idea there). now,

Re: [PD] Live Apectrum Analyzer

2007-01-31 Thread carmen
On Thu Feb 01, 2007 at 07:46:39AM +0800, Chris McCormick wrote: Hi, I think that Tapestrea does something like this (and lots more). http://taps.cs.princeton.edu/ ..if you want to do a ton of concurrent analysis, and have openGL acceleration working, Tapestrea might be cool (ATI hates me