Re: [PD] bandlimited oscillators: set of abstractions

2007-03-21 Thread Roman Haefeli
i'm not sure, if my previous mail was sent correctly. anyway, here the updated (no zexy required anymore) and easier-to-use (no additional table generating abs is needed anymore) version of the bandlimited oscillators: http://romanhaefeli.net/software/pd/bandlimited_oscillators.tar.gz thx to f.

Re: [PD] [SPAM?] [LOW] Re: visualization information?

2007-03-21 Thread Tim Boykett
Hello, I have found PD a great bit of glue for doing visualisations. But I have not played with VTK or the other tools. A friend is looking at using as a visualiser with data generation in some other package, with data sent over OSC. I have done similar things using data production in C and

[PD] pd 'instrument' ?

2007-03-21 Thread john saylor
hi i came across this video on a theremin list: http://www.youtube.com/watch?v=g_hiz-Kx0kM can anyone tell me if this is pd running the show? looks like linux too. if not, then what? and too bad that there couldn't have been any fluctuation in the dynamics ... -- \js [ http://or8.net/~johns/

Re: [PD] bandlimited oscillators: set of abstractions

2007-03-21 Thread Derek Holzer
Is this still PD-0.4 only? I think a lot of folks will be waiting for Extended versions before moving to 0.4. best, d. Roman Haefeli wrote: i'm not sure, if my previous mail was sent correctly. anyway, here the updated (no zexy required anymore) and easier-to-use (no additional table

Re: [PD] pd 'instrument' ?

2007-03-21 Thread hard off
click on more next to where it says: a software-sequencer controls 8 solen... in the youtube window. nice video ! thanks for the link. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd 'instrument' ?

2007-03-21 Thread Steffen
On 21/03/2007, at 11.17, hard off wrote: nice video ! thanks for the link i second that. it's great. i looks like it Romans job? /home/roman/netpd/patches it say in the video. That combined with http://lists.puredata.info/pipermail/pd- list/2007-01/045938.html makes me quite sure. Roman?

Re: [PD] bandlimited oscillators: set of abstractions

2007-03-21 Thread Frank Barknecht
Hallo, Derek Holzer hat gesagt: // Derek Holzer wrote: Is this still PD-0.4 only? I think a lot of folks will be waiting for Extended versions before moving to 0.4. If someone's desperatly avoiding to upgrade, you could use attached old idiom for doing dynamic sends. Make anb abstraction from

[PD] anti-aliasing table read (tabread4a~)

2007-03-21 Thread Charles Henry
Hi, list, I've finished programming and (preliminarily) testing an external, which is based on tabread4~. For normal speeds the operation is identically tabread4~ , and for higher speeds, the interpolation polynomial is modified to eliminate aliased frequencies. The transition is smooth and

Re: [PD] [SPAM?] [LOW] Re: visualization information?

2007-03-21 Thread Kevin McCoy
I'll just say that Processing is great at this sort of thing... at least from my experience. http://processing.org Easy to learn as well Kevin On 3/21/07, Tim Boykett [EMAIL PROTECTED] wrote: Hello, I have found PD a great bit of glue for doing visualisations. But I have not played with VTK

[PD] problem with dates on lists.puredata.info

2007-03-21 Thread Kevin McCoy
Why do so many of the dates on the pd-list archives at lists.puredata.info show up as Mon, Aug 14 2006 in searches? Clicking on them to go to the actual message displays the correct date. Is this an indexing problem? This just started happening a few months ago; is there a fix possible? It's

Re: [PD] anti-aliasing table read (tabread4a~)

2007-03-21 Thread Charles Henry
forgot to mention... march_of_the_sinusoids uses an abstraction cnorm~.pd (attached) Chuck cnorm~.pd Description: Binary data ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] pix_draw flipped

2007-03-21 Thread marius schebella
Hi, I am using pix_draw, but my images are flipped upside down. how can I change that? (pd-0.39.2-extended-test7 on OSX) marius ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pix_draw flipped

2007-03-21 Thread Alexandre Quessy
Hi, Well,why don't you use [pix_texture] and then [rectangle 5.3 4] ? It is more efficient and easier to control. aalex 2007/3/21, marius schebella [EMAIL PROTECTED]: Hi, I am using pix_draw, but my images are flipped upside down. how can I change that? (pd-0.39.2-extended-test7 on OSX)

Re: [PD] pix_draw flipped

2007-03-21 Thread marius schebella
I don't know the aspect ratios of the images I want to load... I really just need to display the images. but when I think longer about the problem, I will have to find a solution to get the aspect ratios anyway. still, for the moment a working pix_draw would help me. thnx! marius. Alexandre

Re: [PD] looking for pd course

2007-03-21 Thread padawan12
Chun-Lee and Evan mentioned a possible Prague workshop this summer. There's a possibility I may do one in Bristol in the next couple of months, but it would be audio only not GEM and graphics. On Tue, 20 Mar 2007 13:18:46 +0100 Derek Holzer [EMAIL PROTECTED] wrote: Hi George, I've been

Re: [PD] pix_draw flipped

2007-03-21 Thread marius schebella
you did not understand my problem. some images have a 4:3 aspect ratio, but not all of them. some have 3:4, some have 1:2, some are squares. I cannot tell that. with the texture method all pictures, which are not 4:3 get distorted/stretched. or am I missing something? marius. chris clepper

Re: [PD] pix_draw flipped

2007-03-21 Thread marius schebella
chris clepper wrote: On 3/21/07, marius schebella [EMAIL PROTECTED] wrote: you did not understand my problem. some images have a 4:3 aspect ratio, but not all of them. some have 3:4, some have 1:2, some are squares. I cannot tell that. with the texture method all pictures, which are not 4:3

Re: [PD] looking for pd course

2007-03-21 Thread Steffen
Are you teaching folks willing to travel if stuff like the flight and (vegan)food and a couch/bed is sought for? Or if thats too punk, how do you go by that? I thought about pumping the local council to support some open source soft-/artware...

Re: [PD] pix_draw flipped

2007-03-21 Thread chris clepper
On 3/21/07, marius schebella [EMAIL PROTECTED] wrote: you did not understand my problem. some images have a 4:3 aspect ratio, but not all of them. some have 3:4, some have 1:2, some are squares. I cannot tell that. with the texture method all pictures, which are not 4:3 get

Re: [PD] pix_draw flipped

2007-03-21 Thread chris clepper
On 3/21/07, marius schebella [EMAIL PROTECTED] wrote: I don't know the aspect ratios of the images I want to load... I really just need to display the images. but when I think longer about the problem, I will have to find a solution to get the aspect ratios anyway. still, for the moment a

Re: [PD] pix_draw flipped

2007-03-21 Thread marius schebella
I am using python, but I am not an expert. I think GEM is faster for image operations, since it is hardwarebased or at least c code. and also I don't want to change my images at all, just display them correctly. the pix_info works great at the moment. I still will have a look at the

Re: [PD] bandlimited oscillators: set of abstractions

2007-03-21 Thread David Powers
On 3/21/07, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Derek Holzer hat gesagt: // Derek Holzer wrote: Is this still PD-0.4 only? I think a lot of folks will be waiting for Extended versions before moving to 0.4. If someone's desperatly avoiding to upgrade, you could use attached

Re: [PD] pix_draw flipped

2007-03-21 Thread David Powers
On 3/21/07, marius schebella [EMAIL PROTECTED] wrote: you did not understand my problem. some images have a 4:3 aspect ratio, but not all of them. some have 3:4, some have 1:2, some are squares. I cannot tell that. with the texture method all pictures, which are not 4:3 get

Re: [PD] pix_draw flipped

2007-03-21 Thread David Powers
On 3/21/07, marius schebella [EMAIL PROTECTED] wrote: I am using python, but I am not an expert. I think GEM is faster for image operations, since it is hardwarebased or at least c code. and also I don't want to change my images at all, just display them correctly. the pix_info works great at

[PD] OpenGL not found?

2007-03-21 Thread Patrick Pagano
Hi I am having trouble building GEM from CVS, configure: error: GL not found! you need openGL!!! is the error i get. I know i installed and re-installed libMesa and libMesa-dev on Ubuntu 6.10 anyone have this difficulty? I am using secondlife and had problem with the ati driver on the

[PD] pix_draw flipped

2007-03-21 Thread nanodust
Sgi / pc / mac / linux Sometimes stuff is flipped, sometimes it's fine, seems random to me. I never really care because [pix_flip] takes care of it ['vertical', 'horizontal', 'both', or 'none'( | [pix_flip] Date: Wed, 21 Mar 2007 13:45:12 -0400 From: marius schebella [EMAIL PROTECTED]

[PD] prependaddr

2007-03-21 Thread Stephen Sinclair
Hello, Here's a little abstraction that I've personally found very useful when creating patches that output OSC messages. It is sort of like an opposite to OSCroute. http://www.music.mcgill.ca/~sinclair/content/puredata_patches cheers, Steve ___

[PD] pix_draw flipped

2007-03-21 Thread nanodust
Sgi / pc / mac / linux Sometimes stuff is flipped, sometimes it's fine, seems random to me. I never really care because [pix_flip] takes care of it ['vertical', 'horizontal', 'both', or 'none'( | [pix_flip] Date: Wed, 21 Mar 2007 13:45:12 -0400 From: marius schebella [EMAIL PROTECTED]

Re: [PD] OpenGL not found?

2007-03-21 Thread Claude Heiland-Allen
Patrick Pagano wrote: synaptic wierdness built but now i get ./Gem.pd_linux: ./Gem.pd_linux: undefined symbol: glUniform2i Gem: can't load library See: http://lists.puredata.info/pipermail/gem-dev/2007-02/002568.html Background:

[PD] x11key, how can i simulate a space or a control s, etc

2007-03-21 Thread moritz
ola im playing around with x11key. how can i simulate some special keys/ commands like space, tab, delete, control a, control c/v, control s, etc... with x11key? i want to make my X very organic :) thanx mORitz ___ PD-list@iem.at mailing list

Re: [PD] x11key, how can i simulate a space or a control s, etc

2007-03-21 Thread Alexandre Quessy
Hi Moritz, Eh ! Nice. Someone playing with my little X11 externals. :) Yes, you can simulate any key press... even control keys and such. You can see the list of the keys you can generate in the file /usr/include/X11/keysymdef.h You need to send it only the part after the XK_. Here I paste some