Re: [PD] getting data from gem chain

2013-09-01 Thread Cyrille Henry
Le 01/09/2013 07:48, Ronni Montoya a écrit : Hi , i was wondering how can i get data from a gem chain. I ve made a patch that generate nested iterated structures and i would like to sonify the gem chain. Which should be the best approach for this? Do anybody have tried something similar?

[PD] repeating data in array or looping the data when reading?

2013-09-01 Thread Ronni Montoya
Hi again, I'm creating some structures iterating geos using the repeat object. I have tables with data(colors) and I'm applying a different color to each iterated geo. If my array has 20 values (20 colors) and then i iterate 20 times a geo, then each geo is gonna have a different color. But if

Re: [PD] repeating data in array or looping the data when reading?

2013-09-01 Thread Jack
Hello, Le 01/09/2013 10:30, Ronni Montoya a écrit : Hi again, I'm creating some structures iterating geos using the repeat object. [repeat] comes from zexy. You have two specifics object for this purpose (iteration) called [gemlist] from Gem and [until] from Pd. See gemlist-help.pd. I have

[PD] filtercoeff~ / filtergraph~ in Pd?

2013-09-01 Thread Alexandre Torres Porres
Hi there, now that someone gave me a Max license and I'm translating some patches to Pd, I guess I'm gonna start bugging you guys a lot asking for equivalent objects in Pd ;) And here I ask about [filtercoeff~] and [filtergraph~]... Based on filtergraph~, filtercoef~ calculates filter

Re: [PD] filtercoeff~ / filtergraph~ in Pd?

2013-09-01 Thread José Rafael Subía Valdez
there was this object.. http://puredata.info/downloads/filterview I don't know in what state it is, but it sure promised a great leep in PD gui objects. cheers On Sun, Sep 1, 2013 at 11:14 AM, Alexandre Torres Porres por...@gmail.comwrote: Hi there, now that someone gave me a Max license

Re: [PD] filtercoeff~ / filtergraph~ in Pd?

2013-09-01 Thread Alexandros Drymonitis
Mike Moser-Booth has a whole library with abstractions which include [filtercoeff~] and [filtergraph~]. You can get it if you go to Pd's forum ( puredata.hurleur.com) and check any post by Maelstrom (he's an administrator there). He's got a link to his library as a post signature. On Sun, Sep 1,

Re: [PD] filtercoeff~ / filtergraph~ in Pd?

2013-09-01 Thread András Murányi
On Sun, Sep 1, 2013 at 8:23 PM, Alexandros Drymonitis adr...@gmail.comwrote: Mike Moser-Booth has a whole library with abstractions which include [filtercoeff~] and [filtergraph~]. You can get it if you go to Pd's forum ( puredata.hurleur.com) and check any post by Maelstrom (he's an

[PD] Pd - Radium

2013-09-01 Thread Kjetil Matheussen
Slightly inspired by Max for Ableton live, I've added Pd for Radium (Radium homepage: http://www.notam02.no/~kjetism/radium/) Screenshot: http://folk.uio.no/ksvalast/radiumpd.png Video: http://folk.uio.no/ksvalast/radium_pd.ogv It's basically got the same features as Max for Ableton, but I

Re: [PD] filtercoeff~ / filtergraph~ in Pd?

2013-09-01 Thread Alexandre Torres Porres
Awesome work, and I see the filterview is based on mike's stuff. Cool. But I'm not sure how this GUI works, if it's buggy or not, but once I click in the filterview graph I can't stop controlling it... I was hoping that I could click to start controlling and then click agan to stop it, but it

Re: [PD] repeating data in array or looping the data when reading?

2013-09-01 Thread Ronni Montoya
Hey Jack, if i have a table with 20 index and i iterate 20 times and then i use [mod 20] i dont see how this is gonna work as you explained. If i iterate 20 times and i use [mod 10] then it that way it is gonna repeat 2 times. If i iterate 20 times and i use [mod 5] then its gonna gonna 4 times.

[PD] perlin noise object in pd?

2013-09-01 Thread topo bot
Hi , i was wondering if there is any perlin noise object or abstraction available for pd. cheers Adam ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] max/pd which is the right biquad~ ?

2013-09-01 Thread Alexandre Torres Porres
While in the biquad subject, max to pd translating, I learned that the order and values of coefficients in both don't match... I checked mmb's patches and I see they match pd's native biquad~, but both don't agree to max... Max does suggest a different order of the coefficients in its help file,