Re: [PD] pd and IFS

2008-08-22 Thread Claude Heiland-Allen
Claude Heiland-Allen wrote: chi ball wrote: Hi, is there a patch using Iterated Function Systems (IFS) ? You want to implement an IFS in Pd? I think that's a bad idea (unless you want it to be very slow, passing messages between different objects is not something you want to do 10

Re: [PD] pd and IFS

2008-08-22 Thread Claude Heiland-Allen
Claude Heiland-Allen wrote: Attached oops is a working IFS (for Gem and zexy), should give you some hints on how to play the chaos game. Starts to look fun at 1 vertices per frame... #N canvas 0 0 525 537 10; #X obj 9 53 gemwin; #X msg 29 8 create; #X obj 9 9 tgl 15 0 empty empty empty

Re: [PD] pd and IFS

2008-08-22 Thread chi ball
It's wonderful... Thanks! t. Date: Sat, 23 Aug 2008 00:06:39 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: pd-list@iem.at Subject: Re: [PD] pd and IFS Claude Heiland-Allen wrote: Attached oops is a working IFS (for Gem and zexy), should give you some hints on how to play

[PD] pd and IFS

2008-08-14 Thread chi ball
Hi, is there a patch using Iterated Function Systems (IFS) ? Thank's, t. _ Messenger vuole te! Sei pronto? http://www.messenger.it___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] pd and IFS

2008-08-14 Thread Claude Heiland-Allen
chi ball wrote: Hi, is there a patch using Iterated Function Systems (IFS) ? You want to implement an IFS in Pd? I think that's a bad idea (unless you want it to be very slow, passing messages between different objects is not something you want to do 10+ times per frame). Having said

Re: [PD] pd and IFS

2008-08-14 Thread chi ball
Thank's, I have interest mainly in a fractal music, more than in graphic, so would be sufficient a numerical output. t. _ Date: Thu, 14 Aug 2008 23:43:16 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: pd-list@iem.at Subject: Re: [PD] pd and IFS chi ball

Re: [PD] pd and IFS

2008-08-14 Thread Jack
There is a good example from Cyrille using IFS to draw fractal very fast with GLSL under GEM but i can't find it. You need a good GPU because with my GeForce FX Go5200 on PB G4 it doesn't work (but no problem on MacPro). I tried to draw fractals with 'common ways' (using Pd and GEM - 50

Re: [PD] pd and IFS

2008-08-14 Thread marius schebella
. _ Date: Thu, 14 Aug 2008 23:43:16 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: pd-list@iem.at Subject: Re: [PD] pd and IFS chi ball wrote: Hi, is there a patch using Iterated Function Systems (IFS) ? You want to implement an IFS

Re: [PD] pd and IFS

2008-08-14 Thread marius schebella
read back the positions, so for fractal music, maybe this method is more helpful. marius. _ Date: Thu, 14 Aug 2008 23:43:16 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: pd-list@iem.at Subject: Re: [PD] pd and IFS chi ball wrote: Hi