[PD] Notch filter

2008-01-23 Thread yvan volochine
Hello all ! I'd like to make a 2pole notch filter. I found a few topics about notch filters on this list but I didn't understand everything. I read that I could make one with biquad~ but this object is somehow obscure to me. I don't know how to deal with the 5 parameters. In maxmsp, you have the

Re: [PD] Notch filter

2008-01-23 Thread Claude Heiland-Allen
yvan volochine wrote: Could someone explain me how I can make a notch with biquad~ (or with any other native pd objects) please ? A notch filter is basically this in a z-plane plot: | |o cos(a),sin(a) | xr*cos(a), r*sin(a) |

Re: [PD] pdlua output

2008-01-23 Thread robcanning
also, the code works in lua but not in the pdlua object somewhere i am getting mixed up between floats lists strings atoms tables etc. but i cant see where here is the working lua code tbl = {} table.insert(tbl, '1, s22df, 1, score = 3') table.insert(tbl, '1, s22df, 1, score = 2')

Re: [PD] Notch filter

2008-01-23 Thread yvan volochine
Thanx for your prompt answer Claude. I've read this on Puckette's book and other stuffs on the web, but my problem is how to implement those equations in pd's world ? Sorry if this sounds stupid... Best. _y ___ PD-list@iem.at mailing list UNSUBSCRIBE

[PD] Basic question about Mac Os X

2008-01-23 Thread marco trevisani
After 13 years working with Linux i have now to deal with a Mac (for instance an iMac running 10.4.11 and pd 0.39-extended) and all seems new the basic question then... while i wait for a USB card (btw any recommendation is very welcome) i was trying making some test with PD patches but

Re: [PD] Basic question about Mac Os X

2008-01-23 Thread Jack
I think it's in : ApplicationsUtilitiesAudio and Midi config ++ Jack Le 23 janv. 08 à 16:21, marco trevisani a écrit : After 13 years working with Linux i have now to deal with a Mac (for instance an iMac running 10.4.11 and pd 0.39-extended) and all seems new the basic question

[PD] another [declare -lib] strangeness

2008-01-23 Thread IOhannes m zmoelnig
hi originally i wanted to write the following feature-request: using [declare] to load libraries (e.g. [declare -lib mylib]) works nicely. however, when i have several abstractions all depending on the same library (and thus all have an instance of [declare -lib mylib]), i get an error mylib:

Re: [PD] Basic question about Mac Os X

2008-01-23 Thread Miller Puckette
Hmm, are people having trouble finding the audio and midi settings hidden away in prefernces on Apples? Maybe I should move it back where it belongs under media, or else include it both places. (I doubt that's Marco's problem, but I always have trouble finding it myself :) M On Wed, Jan 23,

[PD] Gem: alpha blending without loss of brightness

2008-01-23 Thread Georg Holzmann
Hallo! I have again a basic alpha blending problem, where I don't find a solution: For example I have two images (A + B), which are overlapping at a small part (C): | image A | | | | |-- | | C | |

Re: [PD] Basic question about Mac Os X

2008-01-23 Thread Dafydd Hughes
Is this on an Intel iMac? If so, you may just need to set up an Aggregate device in Audio MIDI Setup. btw no such thing as downgrading the level of discussion:) cheers dafydd On Jan 23, 2008 11:35 AM, Miller Puckette [EMAIL PROTECTED] wrote: Hmm, are people having trouble finding the audio and

Re: [PD] ttf-vera (was: Re: pd-extended, version)

2008-01-23 Thread Hans-Christoph Steiner
On Jan 19, 2008, at 3:15 AM, [EMAIL PROTECTED] wrote: Quoting Ctrl Alt Back [EMAIL PROTECTED]: Are you on GNU/Linux? If so, you are either missing the Bitstream Vera Sans Mono or your font support is messed up. It's unfortunately not uncommon. ttf-bitstream-vera is already the newest

Re: [PD] Gem: alpha blending without loss of brightness

2008-01-23 Thread cyrille henry
hello, you can set alpha blend type to be the maxinmum of each images. cyrille Georg Holzmann a écrit : Hallo! I have again a basic alpha blending problem, where I don't find a solution: For example I have two images (A + B), which are overlapping at a small part (C):

Re: [PD] ttf-vera

2008-01-23 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: That font is one of the default GNOME fonts and part of the GNOME suite, why would they remove it? Do you have a link/reference about that? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461282 It seems there should be a global font path in Pd, so

Re: [PD] another [declare -lib] strangeness

2008-01-23 Thread Miller Puckette
No, I never tried, thinking, as I do, that it couldn't possibly work :) Anyway, I can't imagine changing it so close to a release, since anything that could be considered correct would take months of testing to get working correctly, so, like it or not, I think I have to try to figure out what it

[PD] Gem slow down in Ubuntu 7.10 amd64

2008-01-23 Thread Vadim Smahtin
Hi. I have trouble, using gem in Ubuntu Gutsy 64. When i create Gem window and start render i always get somthing, such a- can't create single buffer window, serious error. Then i have big slow down for all video in gemwin. If i disable desktop effects, i also get slow down in all my videoplayers

Re: [PD] colors ( exthread : pd-extended, version )

2008-01-23 Thread Ctrl Alt Back
hi, i compiled one pd-extended on gentoo as well, following http://puredata.info/docs/developer/Members/nanodust/pd-extended-gentoo and found # color scheme section, was able to change canvas_fill, text_color .. etc, but there was no set canvas_fill white line. I tried to add that line but did

Re: [PD] [GEM] Initialization arguments

2008-01-23 Thread beau
Is it possible to send PD a variable at startup. I.E. I want to create a patch that loads a simple model. The catch is I want to send the model to load at start of pd. for example: pd -modelpath [load $model] | | | [Model] ___ PD-list@iem.at mailing

Re: [PD] need help for pd + arduino (ubuntu)

2008-01-23 Thread Tim
Hi, I had the exact same problems about a week ago, and ended up building my own Pd-extended. If you want to use the package, you should install it from a terminal using something like dpkg -i --force-depends Pd-whatever.deb which tells dpkg to ignore the libflac7 and libquicktime0 dependencies.

[PD] Fwd: another [declare -lib] strangeness

2008-01-23 Thread Mike McGonagle
-- Forwarded message -- From: Mike McGonagle [EMAIL PROTECTED] Date: Jan 23, 2008 1:24 PM Subject: Re: [PD] another [declare -lib] strangeness To: IOhannes m zmoelnig [EMAIL PROTECTED] Hum, I have noticed something similar when declaring struct objects, too. Is this a related

[PD] Fwd: another [declare -lib] strangeness

2008-01-23 Thread Mike McGonagle
-- Forwarded message -- From: Mike McGonagle [EMAIL PROTECTED] Date: Jan 23, 2008 1:49 PM Subject: Re: [PD] another [declare -lib] strangeness To: IOhannes m zmoelnig [EMAIL PROTECTED] I can't seem to recreate this with structs. I will have to look back through some of my older

Re: [PD] [GEM] Initialization arguments

2008-01-23 Thread zmoelnig
Quoting beau [EMAIL PROTECTED]: Is it possible to send PD a variable at startup. I.E. I want to create a patch that loads a simple model. The catch is I want to send the model to load at start of pd. you can send a message that can be [receive]d e.g. pd -send modelpath /tmp patch.pd and

Re: [PD] colors ( exthread : pd-extended, version )

2008-01-23 Thread Martin Peach
Ctrl Alt Back wrote: hi, i compiled one pd-extended on gentoo as well, following http://puredata.info/docs/developer/Members/nanodust/pd-extended-gentoo and found # color scheme section, was able to change canvas_fill, text_color .. etc, but there was no set canvas_fill white line. I tried to add

Re: [PD] need help for pd + arduino (ubuntu)

2008-01-23 Thread Martin Peach
Tim wrote: Hi, I had the exact same problems about a week ago, and ended up building my own Pd-extended. If you want to use the package, you should install it from a terminal using something like dpkg -i --force-depends Pd-whatever.deb which tells dpkg to ignore the libflac7 and libquicktime0

Re: [PD] Basic question about Mac Os X

2008-01-23 Thread Hans-Christoph Steiner
Any regular Mac user will look in the Pd-Prefernces for the preferences, so you'll have people complaining about that. I knew it always drove me nuts, first I'd go to the normal prefs location, then remember, oh yeah, it's in the media menu. You can't please all the people all the time...

Re: [PD] Interesting behaviour in Vanilla PD using 'expr'

2008-01-23 Thread Hans-Christoph Steiner
Wow, that's a weird one. Sounds like it's definitely worth filing a bug report if you can make an example patch. .hc On Jan 17, 2008, at 2:37 PM, Mike McGonagle wrote: Hello all, Last night I was trying to learn a bit about the 'expr' external, and I found something that would

Re: [PD] Interesting behaviour in Vanilla PD using 'expr'

2008-01-23 Thread Mike McGonagle
On Jan 23, 2008 3:27 PM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Wow, that's a weird one. Sounds like it's definitely worth filing a bug report if you can make an example patch. I'm not sure if there needs to be an example patch, as this was done by opening the 'help' file, and

Re: [PD] convert reson filter bandwidth to decay time

2008-01-23 Thread Libero Mureddu
Hi Charles, thanks, this is exactly the solution I was looking for. Thanks a lot for the detailed math explanation too. ciao Libero On Jan 22, 2008 9:12 PM, Charles Henry [EMAIL PROTECTED] wrote: It depends upon the order of the filter... by resonant filter, I assume you mean a two-pole

Re: [PD] Interesting behaviour in Vanilla PD using 'expr'

2008-01-23 Thread Mike McGonagle
Hum, just tried this again on another machine, and it doesn't do the same thing as on my laptop. I have an old titanium laptop, running Mac OS X 10.4.11. I will have to try this again to confirm that this really is a problem. The other machine that I tested this will is a Dual 1.8 PowerPC G5,

[PD] pdradio

2008-01-23 Thread Martin Eckart
I sent this original email with the wrong address so its likely sitting in the moderators queue... Sorry for reposting if that happens. First of all: hello I'm Martin, a lurker of this list happily doing my own thing in Guelph Ontario and keeping an eye on the pd scene. Second: Has

Re: [PD] Basic question about Mac Os X

2008-01-23 Thread Miller Puckette
Yeah. Both places, then. I use that menu item more often than any other (not including accelerators) so I don't think it would be too much of a bloater. cheers M On Wed, Jan 23, 2008 at 04:16:14PM -0500, Hans-Christoph Steiner wrote: Any regular Mac user will look in the Pd-Prefernces for

[PD] [PD-announce] Formation PureData au CRAS à Mains d'Oeuvres (Saint-Ouen)

2008-01-23 Thread Jack
Initiation à Pure Data, niveau 2. Dimanche 27 janvier 2008 de 11h à 18h. Salle Star Trek (deuxième étage). La formation permet de progresser dans la compréhension et l'utilisation du logiciel. Les exemples utilisés pour l'apprentissage permettent de gérer textes, sons, videos, objets 3D.

Re: [PD] another [declare -lib] strangeness

2008-01-23 Thread Roman Haefeli
On Wed, 2008-01-23 at 10:54 -0800, Miller Puckette wrote: No, I never tried, thinking, as I do, that it couldn't possibly work :) Anyway, I can't imagine changing it so close to a release, since anything that could be considered correct would take months of testing to get working correctly,

Re: [PD] another [declare -lib] strangeness

2008-01-23 Thread Miller Puckette
good news! if i can help you in anyway (e.g. documenting as accurately as possible how [declare] behaves), i'd be glad to do so. i am very much convinced, that [declare] is a useful class and worth a lot of effort to make it work. roman Yeah, I find it very useful too. (even

Re: [PD] [PD-announce] Formation PureData au CRAS à Mains d'Oeuvres (Saint-Ouen)

2008-01-23 Thread Jack
Pour info également : Mains d'oeuvres 1, rue Charles Garnier 93 400 Saint-Ouen Par le métro : ligne 4, terminus Porte de Clignancourt ligne 13, Garibaldi Par le bus : Bus 85, arrêt Paul Bert, jusqu’à 00h (Mairie de St-Ouen Luxembourg) Noctilien 14 à partir de 00h (Mairie de St-Ouen

Re: [PD] Notch filter

2008-01-23 Thread Chris McCormick
On Wed, Jan 23, 2008 at 07:10:44AM -0800, yvan volochine wrote: Thanx for your prompt answer Claude. I've read this on Puckette's book and other stuffs on the web, but my problem is how to implement those equations in pd's world ? Sorry if this sounds stupid... I would also love to see a

[PD] [PD-announce] Pd 0.41-0 released

2008-01-23 Thread Miller Puckette
Pd 0.41-0 is available on CVS and on http://crca.ucsd.edu/~msp/software.html cheers M ___ PD-announce mailing list [EMAIL PROTECTED] http://lists.puredata.info/listinfo/pd-announce ___ PD-list@iem.at

Re: [PD] ttf-vera

2008-01-23 Thread Hans-Christoph Steiner
On Jan 23, 2008, at 12:55 PM, IOhannes m zmoelnig wrote: Hans-Christoph Steiner wrote: That font is one of the default GNOME fonts and part of the GNOME suite, why would they remove it? Do you have a link/reference about that? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461282

Re: [PD] another [declare -lib] strangeness

2008-01-23 Thread Hans-Christoph Steiner
I think very few people are using [declare]. I think Pd would be much better off with a well functioning [declare] than just freezing the current functionality. .hc On Jan 23, 2008, at 1:54 PM, Miller Puckette wrote: No, I never tried, thinking, as I do, that it couldn't possibly work

Re: [PD] Pd 0.39.3-extended on Intel Mac OSX 10.5.1

2008-01-23 Thread Hans-Christoph Steiner
Try one of the nightly builds, they work on Leopard: http://autobuild.puredata.info/auto-build/2007-12-31/Pd-0.40.3- extended-20071231-macosx104-i386.dmg .hc On Jan 18, 2008, at 12:38 PM, nils wrote: Hello, I cannot get Pd 0.39.3-extended to work on my Intel Mac running OSX 10.5.1. It

Re: [PD] status of Jack OSX bug

2008-01-23 Thread Hans-Christoph Steiner
It would be nice to have Pd/Jack working well on Mac, but no one is really working on it at the moment. Want to try your hand at it? Patches welcome! :D Good, detailed bug reports are always helpful, especially with example patches that illustrate the bug. .hc On Jan 15, 2008, at 11:08