Re: [PD] SOURCEFORGE.NET Community Choice Awards

2007-06-28 Thread Roman Haefeli
On Wed, 2007-06-27 at 22:22 -0400, Mathieu Bouchard wrote: > http://sourceforge.net/awards/cca/nomination.php?group_id=55736 can you provide a bit more info on this? when i go to this url, i am prompted to login. roman __

Re: [PD] SOURCEFORGE.NET Community Choice Awards

2007-06-28 Thread Mathieu Bouchard
On Thu, 28 Jun 2007, Roman Haefeli wrote: On Wed, 2007-06-27 at 22:22 -0400, Mathieu Bouchard wrote: http://sourceforge.net/awards/cca/nomination.php?group_id=55736 can you provide a bit more info on this? when i go to this url, i am prompted to login. People who have a SourceForge account,

Re: [PD] SOURCEFORGE.NET Community Choice Awards

2007-06-28 Thread IOhannes m zmoelnig
Roman Haefeli wrote: > On Wed, 2007-06-27 at 22:22 -0400, Mathieu Bouchard wrote: >> http://sourceforge.net/awards/cca/nomination.php?group_id=55736 > > can you provide a bit more info on this? when i go to this url, i am > prompted to login. You are nominating: Pure Data Computer Music System T

Re: [PD] SOURCEFORGE.NET Community Choice Awards

2007-06-28 Thread Frank Barknecht
Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: > [ ] Best Project for Multimedia Yep, definitely. Ciao -- Frank Barknecht _ __footils.org_ __goto10.org__ ___ PD-list@iem.at mailing list UNSUBSCRIBE and accou

Re: [PD] SOURCEFORGE.NET Community Choice Awards

2007-06-28 Thread hard off
[ ] Best Project for Multimedia yes, i'd agree. also, it would seem logical if all pd voters went for the same category. ...more chance of a golden mousepad or whatever the prize is. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [PD-announce] DesireData 2007.06.27

2007-06-28 Thread Kevin McCoy
Yo dd, I am really excited to try desiredata, looks like everything compiled ok, did a make install and messed up my existing pd install I guess :) I should have read more carefully before make install. Anyway now I am getting a "can't connect.. wait a second" error in the console after desire st

Re: [PD] repeated geo with shader

2007-06-28 Thread Alexandre Quessy
Hi punchik, You can use a counter and do maths, or store the coordinates of every shape in something like a list or a coll. You can even "dump" the coll on every gem frame instead of using repeat !! a 2007/6/26, punchik punchik <[EMAIL PROTECTED]>: > hi pd list, im using the repeat object to repe

Re: [PD] repeated geo with shader

2007-06-28 Thread Max Neupert
you mean like this? gemhead-doppelt.pd Description: Binary data Am 26.06.2007 um 14:45 schrieb punchik punchik: hi pd list, im using the repeat object to repeat a sphere with a shader program. I would like to know if its possible to have access to the variables of the shader of the iter

Re: [PD] [GEM]: GL Shader Language

2007-06-28 Thread Alexandre Quessy
Hi Vade ! (I met you at NIME2007 right ? ) You could write a little script that take the *.vert and *.frag files, plus the XML header that would be separate, and merge them in order to make a *.jxs file in order to use it in Jitter. The *.vert and *.frag could be used directly into Gem. Do the sha

[PD] Integer part

2007-06-28 Thread Carlos Pita
Hi all, how do I get the integer and decimal part of a pd float? I see that there is an [int] object but it works as a memory too, a bit more of what I need. Maybe I could use [expr~]. Is there any standard or common way of doing this? Thank you in advance. Cheers, Carlos ___

Re: [PD] Integer part

2007-06-28 Thread paris
i don't have pd on this machine, so i can't test for you...but if i recall correctly, there are both mod and div objects. best, p > Original Message > Subject: [PD] Integer part > From: "Carlos Pita" <[EMAIL PROTECTED]> > Date: Thu, June 28, 2007 11:47 pm > To: pd-list@iem.at >

Re: [PD] Integer part

2007-06-28 Thread Carlos Pita
Yes, there are, just that they are not documented in the reference patches. Help on their menu context opens otherbinops-help.pd, which doesn't mention them. [div 1] will give the integer part. [mod 1] won't return decimal part because it's integer mod, but I still can substract integer part from

[PD] External with inline code snippet

2007-06-28 Thread Carlos Pita
Hi all, I want to write an external that will evaluate a bit of scheme code, something along the venue of expr~ but adding the possibility of evaluate simple control structures too (but inline, not in external scripts as is the case of pyext). What kind of parameter should I declare for my externa

Re: [PD] Integer part

2007-06-28 Thread Enrique Erne
good morning Carlos [wrap] gets you the decimal part ... wow the help file says it wraps around whatever range you want. . wrap around wrap wrap around... help file of [<] is nice as well. ciao eni On Jun 29, 2007, at 5:47 AM, Carlos Pita wrote: > Hi all, > > how do I get the integer and de

[PD] Four proposals to add order into pd

2007-06-28 Thread Alexandre Quessy
Hi all, I proposed something like this as a Google summer code project. Please read this : http://wiki.dataflow.ws/PdUtilitiesProposal I suggest four tools to make the package managing easier. 1. stdpd : The standard pd library 2. pd-doc : the pd auto documentation tool 3. pdm : the pd pa