Re: [PD] USING PICTURES FROM THE INTERNET

2006-12-07 Thread Jozef Henzl
I use following script to retrieve images from google on my webpage. Take a look, maybe it'll need some hacking. It chooses a random word from a dict (unix dict format, each word on new line), retrieves a google images result for this word, greps the urls and saves the images (filename is the

Re: [PD] pix_video alphachannel

2006-12-07 Thread cdriko
hello I've seen your message on the pd list about alpha mix of live input I'had got the same problem as you with the pix_mix box (vertical flip) It seems that gem prefers working in 3D than with pix_ objects ... so I've made this box to mix two sources (the mix is in 3D however, it's not

Re: [PD] nightly builds on intel mac

2006-12-07 Thread Miguel Cardoso
/Applications/Pd-0.39.2-extended-2006-12-07.app/Contents/Resources/ bin/pd -stderr sh: line 1: /Applications/Wish.app/Contents/MacOS/Wish: No such file or directory stuck in works for me mode? : ) still with the problems described by sciss best miguel On Dec 7, 2006, at 12:51 AM,

Re: [PD] pix_video alphachannel

2006-12-07 Thread IOhannes m zmoelnig
[EMAIL PROTECTED] wrote: hello I've seen your message on the pd list about alpha mix of live input I'had got the same problem as you with the pix_mix box (vertical flip) well, this is basically a problem of how the images are presented to Gem by whichever source. some systems prefer to

Re: [PD] nightly builds on intel mac

2006-12-07 Thread Steffen
On Wed, December 6, 2006 9:03 pm, Hans-Christoph Steiner wrote: Try opening up the /Applications/Utilities/Terminal.app and running this in the Terminal window. Then copy and paste the text from that Window and respond to this thread with it I will do when i come home (from this Mac-less

[PD] average Signal block by block

2006-12-07 Thread Andreas
Hi list, a bit hard to explain in a few words what i want to do, so i try to describe it a bit I got an array which gets its information via tabsend~ from a signal (size of array and blocksize of signal are equal but changeable, like a 64-array and a 64-signal or a 1024-array and a

RE: [PD] Pre Loading a Delay Line

2006-12-07 Thread Michael Garrett
Thanks or the feedback!! I have a good KS synthesizer patched up That gives me good results, with the block size for the waveguide set At blocksize one as you suggested. The table is a good idea, instead of time dialating the excitation waveform or changing the delay time to get different

Re: [PD] Pre Loading a Delay Line

2006-12-07 Thread derek holzer
Hi Michael, technically, reading from a table and changing the playback speed isn't really KS. That's more like wavetable synthesis with en envelope. I always thought KS was dependent on attenuated feedback. But if it works do it! I don't have a handy example of tabread/tabwrite as a delay,

Re: [PD] wavetable distortion after save

2006-12-07 Thread Miller Puckette
Oops, I had mislabeled it 0.40. Can't count this high. Should be fixed now (with additional bug fixes) both on http://crca.ucsd.edu/~msp/software.html and in CVS ('main'). cheers Miller On Thu, Dec 07, 2006 at 04:32:10PM +0100, metafor wrote: hi hc i tried yesterday. but the domain was

Re: [PD] pix_record mixed pixes

2006-12-07 Thread Mathieu Bouchard
On Wed, 6 Dec 2006, IOhannes m zmoelnig wrote: due to the signal-flow nature of pix-processing you have to add [pix_record] after all pix-processing objects you want to have an effect on the recorded video. that's not very surprising: the same thing would happen to messages and DSP. (well,

[PD] error compiling PD.

2006-12-07 Thread nward04
Hi, I followed the instructions for compiling pd extended from here http://puredata.org/docs/developer/Debian. Unfortunately i get this error right at the start pretty much /usr/bin/m4: unrecognised option '--debugfile=autom4te.cache/traces.0t' Try '/usr/bin/m4 --help' for more information

Re: [PD] pix_record mixed pixes

2006-12-07 Thread chris clepper
On 12/7/06, Mathieu Bouchard [EMAIL PROTECTED] wrote: what's a lot more surprising is that [pix_video] | [pix_gain] | [t a a] | | | [pix_invert] | [pix_record] actually applies [pix_invert], because gem messages handle pix (and all the other state) by pointer, so that the pix

RE: [PD] pix_record mixed pixes

2006-12-07 Thread Danks, Mark
Keep in mind that GEM builds a graph based on the pointers when you turn on rendering. Pix_invert and pix_record are both using that same pointer, and the [t] object is simply controlling the order of the graph that is constructed. In fact, when rendering, the [t] object doesn't get any

Re: [PD] pix_record mixed pixes

2006-12-07 Thread chris clepper
On 12/7/06, Danks, Mark [EMAIL PROTECTED] wrote: Reversing the order pix_invert and pix_record will still apply the invert…it will just happen after the pix_record happens. That is a much clearer way to say what I was try to say. The inversion will not be applied to the image input to

RE: [PD] Pre Loading a Delay Line

2006-12-07 Thread Michael Garrett
Attached is the base KS synth that I am using. It sounds like a PVC pipe Being hit which was my goal. The delay is excited with a cosine enveloped bandlimited noise pulse. If you add some spikes to the table, you can change the excitation sound. Preloading the table, gets more low frequency

RE: [PD] Pre Loading a Delay Line

2006-12-07 Thread Michael Garrett
Here is a link to the simple synth I am starting with. It simulates the sound of a PVC type xylophone. It adjusts the delay length based on the requested note. It is this synth that got me thinking about pre-exiting the delay line in order to get low frequency sounds.

[PD] how to submit typo corrections

2006-12-07 Thread pierre spring
hi there, i'm all new to pd and very exited to having discovered this software... and eager to learn... now, as i started to read the documentation from scratch, i was wondering if my first contribution to the project couldn't be by helping getting rid of typos in the documentation... not that

Re: [PD] Pre Loading a Delay Line

2006-12-07 Thread Frank Barknecht
Hallo, Michael Garrett hat gesagt: // Michael Garrett wrote: Here is a link to the simple synth I am starting with. It simulates the sound of a PVC type xylophone. It adjusts the delay length based on the requested note. It is this synth that got me thinking about pre-exiting the delay line

Re: [PD] how to submit typo corrections

2006-12-07 Thread Frank Barknecht
Hallo, pierre spring hat gesagt: // pierre spring wrote: i'm all new to pd and very exited to having discovered this software... and eager to learn... now, as i started to read the documentation from scratch, i was wondering if my first contribution to the project couldn't be by helping

[PD] pdp color seperation

2006-12-07 Thread metafor
hi list i am wondering if someone already did a patch to separate color channels in order to track some specific objects more easily. for example only display objects with have a certain red value (bigger 200 in RGB) and so on. i did some patches on my own, but i am not really satisfied and

Re: [PD] pdp color seperation

2006-12-07 Thread Mathieu Bouchard
On Thu, 7 Dec 2006, metafor wrote: i am wondering if someone already did a patch to separate color channels in order to track some specific objects more easily. for example only display objects with have a certain red value (bigger 200 in RGB) and so on. Don't do that, because then it can't

[PD] DesireData 0.39.A.pre4

2006-12-07 Thread Mathieu Bouchard
http://artengine.ca/desiredata/download/desiredata-0.39.A.pre4.tar.gz Desire 0.39.A.pre4 (2006.12.07) (-r desiredata; ./configure make) : * major speedup of the GUI (sometimes 3-4 times faster) * lots of bugfixes * logging of the socket into the terminal is now disabled by default *

[PD] fmbox patch for d/l, improv

2006-12-07 Thread Kevin McCoy
Hello, I've made my first pd instrument. It's a 16 (I think...) op FM patch with selectable wave types run through a voltage controlled filter, with delay and reverb. I created a GUI for it, but I usually control it with a Behringer BCF-2000 midi controller. I find it somewhat useful for

Re: [PD] Gem: can't load library

2006-12-07 Thread Hans-Christoph Steiner
On Dec 6, 2006, at 4:34 PM, chris clepper wrote: On 12/6/06, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Now, I send a [mode 1( message, and it still works. From here on out, both [mode 0( and [mode 1( work. Or are you saying that you cannot switch back to [mode 1( once you switch

[PD] Re: [offlist] Pre Loading a Delay Line

2006-12-07 Thread derek holzer
Hi Michael, thanks for the verbose answers! When I get a free moment I will check all this stuff out at length. I'm not one for classic textbook stuff either, so I figured there was a method to your madness ;-) One way I've been dealing with this low frequency issue is by taking some

[PD] matrix~ os x problems

2006-12-07 Thread Kevin McCoy
Hello all, I am interested in using matrix~ in OS X - but I can't get it to work. It won't create the object. I'm using pd-extended 38.4, but it won't work in 39.2 test4 either. error (miXed): bad creation arguments for class 'matrix~' missing number of inlets matrix~ ...

Re: [PD] pix_record mixed pixes

2006-12-07 Thread Chris McCormick
On Thu, Dec 07, 2006 at 01:00:04PM -0600, chris clepper wrote: On 12/7/06, Danks, Mark [EMAIL PROTECTED] wrote: Reversing the order pix_invert and pix_record will still apply the invert?it will just happen after the pix_record happens. That is a much clearer way to say what I was try to

RE: [PD] pix_record mixed pixes

2006-12-07 Thread Danks, Mark
Actually, this one is more complicated, because it involves the underlying pix buffer. That has nothing to do with OpenGL... Mark -Original Message- From: Chris McCormick [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 7:49 PM To: chris clepper Cc: Danks, Mark; Mathieu

Re: [PD] pix_record mixed pixes

2006-12-07 Thread chris clepper
On 12/7/06, Chris McCormick [EMAIL PROTECTED] wrote: I guess one way to 'fix' that (and break backwards compatability) would be perform a GLPushMatrix every time there is a fork in the graph, and a GLPopMatrix every time you get to a leaf node. That's just doing the same thing as the

Re: [PD] glpushmatrix glpopmatrix

2006-12-07 Thread chris clepper
Start with the separator.pd help file. On 12/7/06, yukio kuroiwa [EMAIL PROTECTED] wrote: hi do anybody have some examples of how glpushmatrix and glpopmatrix works in gem? thanks yu -- yukio kuroiwa [EMAIL PROTECTED] -- http://www.fastmail.fm - Access all of your messages and folders

Re: [PD] glpushmatrix glpopmatrix

2006-12-07 Thread marius schebella
hi, I know of patches that use the push/pop matrix: have a look at http://lists.puredata.info/pipermail/pd-list/2004-09/022550.html there are examples of lindenmayer systems. all pasted into one mail, so please copy and save as seperate files with extension *.pd marius. yukio kuroiwa wrote:

Re: [PD] how to submit typo corrections

2006-12-07 Thread Hans-Christoph Steiner
Yes, this would be helpful. If you are working on Pd patches, don't bother with the diff -uw stuff, just add the whole patch to the tracker. It always helps to write a little description of what you changed in the patcher tracker, when you submit it. .hc On Dec 7, 2006, at 5:04 PM,

Re: [PD] wavetable distortion after save

2006-12-07 Thread Hans-Christoph Steiner
The builds labeled with only a date are fresh from CVS, for example: pd-2006-12-05-linux-ubuntu-dapper-i386-i686.tar.bz2 .hc On Dec 7, 2006, at 10:32 AM, metafor wrote: hi hc i tried yesterday. but the domain was not reachable. so gave it a try today, but i can not find 0.41 version. i see

Re: [PD] matrix~ os x problems

2006-12-07 Thread Frank Barknecht
Hallo, Kevin McCoy hat gesagt: // Kevin McCoy wrote: I am interested in using matrix~ in OS X Which matrix~? There are at least three available. I guess you want the one from Iemmatrix, previously know as zexy's matrix~. You can create this as [mtx_*~] without fear of a nameclash, after you

Re: [PD] glpushmatrix glpopmatrix

2006-12-07 Thread Chris McCormick
On Fri, Dec 08, 2006 at 12:34:53AM -0500, marius schebella wrote: I know of patches that use the push/pop matrix: have a look at http://lists.puredata.info/pipermail/pd-list/2004-09/022550.html there are examples of lindenmayer systems. all pasted into one mail, so please copy and save as

Re: [PD] fmbox patch for d/l, improv

2006-12-07 Thread padawan12
That's wicked fun. It's got loads of sweet spots, I've just been messing with for it for half an hour and had some hilarious and some beautiful sounds from it. You've got a 4 op FM algorithm with fully connected feedback so the range is huge, and I love the extra filtermaina where you're using