Re: [PD] Processing Video Data

2007-03-14 Thread IOhannes m zmoelnig
Raul Diaz wrote: Which external or library (GEM, PixelTango, ...) do you recommend me to process video? PixelTango builds on top of Gem, so there is no realy difference here. (i don't think that PixelTango comes with an abstraction for Gem that does right out-of-the-box what you need) chris

Re: [PD] adding external-direcetories to paths

2007-03-14 Thread Luigi Rensinghoff
Am 14.03.2007 um 05:14 schrieb Thomas Jeppesen: After a few weeks of wondering how this works, I've more or less figured out how to add externals to my PD installation, at least I think I have, because I still run into patches that doesn't load the externals used in it, even though the

[PD] Help - filters band limited oscillators!

2007-03-14 Thread David Powers
Hello everyone, I tried google and it was no help, and the server for the list archive seems to be down temporarily. Anyway, I'm giving a free (as in free beer) workshop in Chicago in about 16 hours, on the basics of digital synthesis. I have decided to use Pure Data to give my presentation, and

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread Peter Plessas
Hi David, See in the audio help patches: J07.oversampling.pd for bandlimited sawtooth oscillation. lg,PP David Powers wrote: Hello everyone, I tried google and it was no help, and the server for the list archive seems to be down temporarily. Anyway, I'm giving a free (as in free beer)

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread Roman Haefeli
hello david everything i know about this topic i know from the list. i think the archives can be really helpfull in that specific case. however, i think the list archive is up again. try this link: http://www.google.ch/search?hl=deq=bandlimited+site% 3Alists.puredata.infobtnG=Google-Suchemeta=

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread IOhannes m zmoelnig
David Powers wrote: Hello everyone, I tried google and it was no help, and the server for the list archive seems to be down temporarily. hmmm, i cannot confirm this here. http://lists.puredata.info/pipermail/pd-list/ works just fine. can you reach http://puredata.info? mfg.asdr IOhannes

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread Claude Heiland-Allen
David Powers wrote: 2. Band-limited square and sawtooth waveforms. The creb library includes: blosc~ - some bandlimited oscillators based on minimal phase impulse and step functions. (inspired by Eli Brandt's paper Hard Sync Without Aliasing.) Note, nobody in the workshop has ever tried

Re: [PD] Processing Video Data

2007-03-14 Thread Luigi Rensinghoff
Am 13.03.2007 um 21:06 schrieb chris clepper: You need one value for each pixel row in an image? That will probably require writing a custom external to do that. On 3/13/07, raul diaz [EMAIL PROTECTED] wrote: Hi List! I would like to process a live recording video with pure data. I

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread David Powers
Okay thanks, I was getting some other link through google that I thought was the list archives (elists.resynthesize something or other) ... I guess I should bookmark stuff and not depend on google. Anyway, so far it's no help, because now the problem is, I have way too many hits for band-limited,

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread Frank Barknecht
Hallo, David Powers hat gesagt: // David Powers wrote: Anyway, I'm giving a free (as in free beer) workshop in Chicago in about 16 hours, on the basics of digital synthesis. I have decided to use Pure Data to give my presentation, and use mostly non-commercial software. Pd is commercial

[PD] Fw: adding external-direcetories to paths

2007-03-14 Thread Thomas Jeppesen
Hi Luigi, I'm on Windows for now. Steffen has been kind enough to to guide me in the right direction, but I'm not quite there yet, so any additional input you might have on the matter would be a much appreciated. Cheers! Thomas - Original Message - From: Luigi Rensinghoff To:

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread Roman Haefeli
hello again i improved guenter's bandlimited square a bit. i noticed that it is hardcoded to 48kHz and accidently i was running pd at 48kHz, that's why it sounded quite good here. however, how far i can see it, the part, that selects the appropriate table, is not working as it should. i couldn't

[PD] forcing focus to and minimizing the GEM window

2007-03-14 Thread Matteo Sisti Sette
part -- An HTML attachment was scrubbed... URL: http://lists.puredata.info/pipermail/pd-list/attachments/20070314/965966f5/attachment-0001.htm -- Message: 6 Date: Wed, 14 Mar 2007 03:05:28 -0600 From: David Powers [EMAIL PROTECTED] Subject: [PD] Help - filters

Re: [PD] oldschool rave synths

2007-03-14 Thread padawan12
[pow~] is from cyclone, I think in the case I used it (pow 2) you can replace it with an equivilent [expr~] expression or [*~]. I thought [lowpass] and [highpass] were vanilla. They are needed to set the coeffs for biquad~ On Wed, 14 Mar 2007 16:49:29 -0800 Josh Steiner [EMAIL PROTECTED]

[PD] pidip/mpeg4ipffmpeg

2007-03-14 Thread Patrick Pagano
hi i am on ubuntu as well and i am trying to build mpeg4ip and ffmpeg portions of pidip and getting an error. any tips? pp ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] external viewers for additional file types ?

2007-03-14 Thread Pete Redest
Yes, adding some minimal sanity checking of the files to be opened will make the browser more solid, and for all we know, checking the magic prefixes of files is a snap. BTW, for kicks I tried to open a .wav file (there are a couple in the examles somewhere) knowning the problem guess what

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread David Powers
Hi Roman, I get the following error from your patch, for many of the tables: error: 1002-square33: number of points (512) not a power of 2 plus three Along with this error, it seems to stop playing somewhere above 360 Hz... Thanks for your help, I'm sorry to sound grumpy, it's just that in

Re: [PD] Help - filters band limited oscillators!

2007-03-14 Thread Martin Peach
Did anyone try sqosc~ yet? I'm interested to get feedback on that one. http://pure-data.cvs.sourceforge.net/pure-data/externals/mrpeach/sqosc~/ Martin David Powers wrote: Hi Roman, I get the following error from your patch, for many of the tables: error: 1002-square33: number of points (512)