[PD] hi

2010-09-22 Thread punchik punchik
hi ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Random parameters of an abtraction affect the parameters of the others

2010-09-22 Thread punchik punchik
hello, what would be the best approach for this in pd? I have i patch that generates dynamically abstraccions, when each abstraction is created it begin to make sound in a random way : its parameters moves randomly. I was wondering what would be the best approach if i want that the random

[PD] gemlist_info in pure opengl?

2010-05-16 Thread punchik punchik
Hello Can anybody tell me if there is a command in pure opengl that performs the same as gemlist_info? Im trying to convert pd/gem patches into c++ and opengl and would like to know how can i make the same as gemlist_info in pure opengl thanks A.

[PD] source code of PDa

2010-03-19 Thread punchik punchik
Hi , any idea where can i find the source code of PDa? i want to try to compile it directly on maemo 5 because i had no luck runing the compiled version neither with pd vanilla, any idea? Arturo Thanks ___ Pd-list@iem.at mailing list

[PD] geometry instancing in Gem

2009-06-07 Thread punchik punchik
Hello , is it possible to use in gem instancing techniques such as geometry instancingor glsl pseudo instancing for running multiples copies of an object that run fast? Do anybody have tried this in gem? thanks pun. ___

[PD] Using others shaders with pd

2009-06-04 Thread punchik punchik
Good morning, i been trying to use glsl shaders on pd , when i load the examples from gem they work fine, but when i try to use other shaders they dont work . Do i need to change code or something for running then in pd? i need to run use the stripes shader but it doesnt work in pd, any any

[PD] using 2 web cams with GEM for multiblob

2009-05-17 Thread punchik punchik
Hello, im working on a interactive installation, im using a web cam in the roof to track the movements of people in a space. The thing is that the roof is not so tall, so i just can track a little space. So i was wondering if a i oould use 2 web cams in gem and render both videos as textures

[PD] why do i get artifacts in gem?

2009-04-14 Thread punchik punchik
Hello, in my gem patches when i have 2 or more geos that overlap i always get artifacts or glitches between them, why does these artifacts appear? is there any way of avoiding them? ive tried the same patch in 2 different computers and i get the same results, any idea? please check pics:

[PD] more interpolation of arrays

2009-04-13 Thread punchik punchik
Hello list , i have a question, ive made this patch for interpolating arrays, the patch uses 3 arrays, one array to interpolate the contents of the 2 other arrays. I need to use this for a gem patch that has dsp turned off so i dont need to use ~ objects. I made it using a gemhead and a repeat

Re: [PD] interpolation of arrays

2009-04-05 Thread punchik punchik
Cool thanks, i modified your patch for using with gem and without dps objects check attached bye --- On Sun, 4/5/09, Martin Schied crini...@gmx.net wrote: From: Martin Schied crini...@gmx.net Subject: Re: [PD] interpolation of arrays To: punchik punchik punch...@yahoo.com Cc: pd-list

[PD] interpolation of arrays

2009-04-04 Thread punchik punchik
Hello, which is the best way for interpolating all the elements in a big array at the same time? im using each number of a big array to control the color of each geo in a iterated structure, so its not posible to use the smooth abstraction. Any idea? thanks

[PD] exporting gem structures to cad

2009-02-10 Thread punchik punchik
Hello, i was experimenting with gem combining diferent generatives techniques to create 3d iterative complex shapes. I would like to use these structures for architecture and I was wondering if its possible to export the generated structures to other 3d modelling software or maybe to autocad,

[PD] one gui for diferent subpatches

2009-02-10 Thread punchik punchik
Hi , i would like to use one gui to control diferent gem subpatches, one per time, for example i have 5 gem subpatches each one with a different gemhead but 4 of them are turned off, each one of these subpatches has a set of recievers from the gui, so with the gui i just control the values of

Re: [PD] limit in number of sssad abstraction

2009-02-08 Thread punchik punchik
this? I can manage many abstractions without crashes. Ciao -- Frnak punchik punchik hat gesagt: // punchik punchik wrote: Hi Frank, i discovered that the problem is not something specific in my patch , it also happenes in your sssad-example's patch: if you first load a preset

[PD] limit in number of sssad abstraction

2009-02-07 Thread punchik punchik
hello list, is there is a limit in the number of sssad abstractions that can be used in a patch, im using 50 sssad abstractions in a patch and when i save to a text file my pd crashes(but it still save fine the file), and then when i try to load the textfile- preset it loads fine but i get

[PD] turn off gem subpatches

2009-02-07 Thread punchik punchik
Hello! i have a patch that has 3 gem subpatches, each one has complex iterative structures , since each one should be visualized at a time, is it possible to turn off the 2 subpatches that are not viewed at any time? im asking this because having this 3 subpatches consumes all of my cpu because

Re: [PD] limit in number of sssad abstraction

2009-02-07 Thread punchik punchik
: Saturday, February 7, 2009, 8:40 AM Hallo, punchik punchik hat gesagt: // punchik punchik wrote: hello list, is there is a limit in the number of sssad abstractions that can be used in a patch, im using 50 sssad abstractions in a patch and when i save to a text file my pd crashes(but it still

[PD] smooth without dsp objects

2009-02-07 Thread punchik punchik
Hi , is there any version of the smooth abstraction but without dsp objects? i want to use for smoothing change of parameters on gem visuals and i would like to have the pd dsp turned off. Any idea of an abstraction that does the same without ~ objects or an object? if not, which is the best

[PD] preset system for complex gem patches

2009-02-05 Thread punchik punchik
Hi, ive been working on a complex gem patch for creating 3d structures, the patch has a lot of parameters for changing translation , rotation, scale, color, etc. I want to make a preset system for saving the states of interesting shapes and then load them, Do anybody have tried something like

Re: [PD] preset system for complex gem patches

2009-02-05 Thread punchik punchik
many thanks for the explanation ! --- On Thu, 2/5/09, Frank Barknecht f...@footils.org wrote: From: Frank Barknecht f...@footils.org Subject: Re: [PD] preset system for complex gem patches To: pd-list@iem.at Date: Thursday, February 5, 2009, 2:32 PM Hallo, punchik punchik hat gesagt

[PD] creating patterns with iteration in gem

2009-02-02 Thread punchik punchik
hello, can anybody please tell me how can i make this little script in Gem? this script is made in Mel , the maya embedded language, the idea to use the remainder operation or module % to create repetition at variable distances, we can use this to create rhythm or patterns thanks in advance

Re: [PD] creating patterns with iteration in gem

2009-02-02 Thread punchik punchik
. --- On Mon, 2/2/09, cyrille henry cyrille.he...@la-kitchen.fr wrote: From: cyrille henry cyrille.he...@la-kitchen.fr Subject: Re: [PD] creating patterns with iteration in gem To: punch...@yahoo.com Cc: pd-list@iem.at Date: Monday, February 2, 2009, 3:28 PM punchik punchik a écrit : hi, i just

Re: [PD] creating patterns with iteration in gem

2009-02-02 Thread punchik punchik
, February 2, 2009, 5:04 PM punchik punchik a écrit : cool thanks, it works fine, but i get 40 times this message: error: [gemlist]: you should not bang the gemlist now why is that? gemhead deos not send only gemlist, but alos a 0/1 when start/stop rendering. this patch should solve

Re: [PD] creating patterns with iteration in gem

2009-02-02 Thread punchik punchik
with iteration in gem To: punch...@yahoo.com Cc: pd-list@iem.at Date: Monday, February 2, 2009, 11:59 AM hello, Something like this ? ++ Jack Le 2 févr. 09 à 17:40, punchik punchik a écrit : hello, can anybody please tell me how can i make this little script in Gem? this script is made

Re: [PD] creating patterns with iteration in gem

2009-02-02 Thread punchik punchik
hi, i just uploaded a pic of what the code is supposed to do. http://www.hypermilk.net/imagenes/cubespattern.jpg --- On Mon, 2/2/09, punchik punchik punch...@yahoo.com wrote: From: punchik punchik punch...@yahoo.com Subject: Re: [PD] creating patterns with iteration in gem To: pd-list

Re: [PD] creating patterns with iteration in gem

2009-02-02 Thread punchik punchik
thanks ! --- On Mon, 2/2/09, cyrille henry cyrille.he...@la-kitchen.fr wrote: From: cyrille henry cyrille.he...@la-kitchen.fr Subject: Re: [PD] creating patterns with iteration in gem To: punch...@yahoo.com Cc: pd-list@iem.at Date: Monday, February 2, 2009, 5:18 PM punchik punchik a écrit

[PD] array size, is this a bug?

2009-01-31 Thread punchik punchik
hello, i need to use big arrays to store a lot of values, when i change the size of the array from 100 (default ) to 900 and also the x range from 0 to 99 to 0 to 899 and i save my patch when i reopen it the size of the table comes back to 100 and the x range to 0 to 99, why is this? is this a

Re: [PD] reading colors from txt file with repeat

2009-01-21 Thread punchik punchik
Barknecht f...@footils.org Subject: Re: [PD] reading colors from txt file with repeat To: pd-list@iem.at Date: Wednesday, January 21, 2009, 3:59 AM Hallo, punchik punchik hat gesagt: // punchik punchik wrote: yes, something like that thanks, but why should i use arrays instead text files

[PD] reading colors from txt file with repeat

2009-01-20 Thread punchik punchik
Hello pd happy people, one question , i have a txt file with rgb colors . The txt file i have is something like this: 142 250 0 0 100 50 14 123 0 123 222 111 and so on. each line represents the rgb color where the first item in each line is red ,

Re: [PD] reading colors from txt file with repeat

2009-01-20 Thread punchik punchik
Cc: pd-list@iem.at Date: Tuesday, January 20, 2009, 1:46 PM punchik punchik wrote: Hello pd happy people, one question , i have a txt file with rgb colors . The txt file i have is something like this: 142 250 0 0 100 50 14 123 0 123 222 111

[PD] distortion of gem visuals

2008-12-15 Thread punchik punchik
hello list, i want to project some gem visuals to a concave surface, and i was wondering if there is a way to distort the gem window in a way that it can fix the distortion generated by the surface, for example if i distort the gem windows as fisheye and i project to the concave surface the

[PD] separaton in opengl

2008-11-13 Thread punchik punchik
hello is there any function in opengl library that makes the same as the separator object in gem library? Is separator the same as pop and push matrix objects? thanks pun ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] tracking rotation of fiducials

2008-10-15 Thread punchik punchik
hello list, i was wondering if its possible to track the rotation angle of fiducials with pix_fiducialtrack... is there any special trick for this? Is it possible to use pix_fiducialtrack for augmented reality? thanks p. ___ Pd-list@iem.at

[PD] accessing i variable in repeat object?

2008-08-07 Thread punchik punchik
is it possible to access to the increment variable in repeat? when i repeat a geo in gem having access to the i variable allows me creating diferent 3d patterns how can i do something like this with repeat? for (i = 0; i = 10 ; i ++) { if (i%5 ==0 continue; cube translate (i * 2) 0 0;

[PD] wiimote for macosx

2008-08-06 Thread punchik punchik
hello , do anybody have compiled the wiimote object for macosx? if not where can i get a working wiiremote object from hans steiner compiled for macosx? thanks in advance ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] adapting wiimote_navigation_example patch with osculator

2008-08-06 Thread punchik punchik
hello im trying to use the wiimote_navigation_example patch but since im on macosx, im trying to use osculator instead of the wiimote object for linux. I can receive my wiimote data in pd with osculator without any problems. But it seems the second outlet of the wiimote object outputs the

[PD] controlling gem camera with wiimote

2008-05-09 Thread punchik punchik
hello list, Do anybody have tried to make a patch for controlling the camera point of view in a Gem patch using a wiimote, i would like to know if somebody have tried this before . any hint? p. - Be a better friend, newshound, and know-it-all with

[PD] clear sounding patches

2008-04-13 Thread punchik punchik
hello, i been working on supercollider and csound some years ago, and i can really notice pd sounds quality is not as good as them. i was thinking to rewrite my old pd patches... because i dont like the sound quality. i read before at this list that pd quality depends of a lot of

[PD] csoundapi for macosx

2008-03-21 Thread punchik punchik
hello, do anybody know where can i get csoundapi compiled for macosx - intel? thanks p - Never miss a thing. Make Yahoo your homepage.___ PD-list@iem.at mailing list UNSUBSCRIBE and

[PD] pso for macosx universal?

2008-02-20 Thread punchik punchik
hello, do anybody know where can i find the pso object compiled for intel mac? thanks Looking for last minute shopping deals? Find them fast with Yahoo! Search.

[PD] changing polyrhythms with delaylines

2008-02-18 Thread punchik punchik
hi, is it possible to read a delay line without using delwrite? i need to trigger a lot of delaylines at differents speeds for creating some polyrythms. for example, my first delayline is triggered each 100 miliseconds , my second delayline is triggered each 200 ms and so on i can do this

[PD] measurement of spectral richness

2008-02-12 Thread punchik punchik
ive heard a lot of times that natural sounds has more spectral richness that digital generated sounds... is it possible to measure the spectral richness of a sound? thanks Be a better friend, newshound,

[PD] pitchshifter object?

2008-02-10 Thread punchik punchik
hello, which pitchshifter object or abstractions does exist for pd? i was trying pitchshift.pd from pds audio examples. but it doesnt sound good at hight frequencies... is it normal behaivor? i also was trying pvoc~ from fftease but it consumes a lot and i need to have 10 instances of the

[PD] cpu consumption

2008-02-10 Thread punchik punchik
having a lot of freeverb objects in my patch eat all my cpu. even when all the freeverbs are not used, why is that? is this normal behaivor? is there a way of turn off the dps processin in a subpatch? thanks

[PD] fftease for macosx universal?

2008-02-02 Thread punchik punchik
hello...do anybody have compiled fftease for macosx? i have the old fftease for ppc but it doesnt work here. where can i found it? thanks p. Be a better friend, newshound, and know-it-all with Yahoo!

Re: [PD] reverb for each grain

2008-01-29 Thread punchik punchik
thanks, but the idea is that each grain can have diferent reverb paramaters. using one reverb doent make to much sense to me... --- hard off [EMAIL PROTECTED] wrote: 64 seperate reverbs is gonna be hard for any cpu, regardless of which reverb algorithm is used. may i suggest that an

[PD] urgent! syncgrain for mac osx

2008-01-17 Thread punchik punchik
hi, where can i find the object syncgrain compiled for mac osx. i was looking for it but no luck, i need to play a patch tomorrow at a concert. can anybody send me please? pun Never miss a thing. Make

[PD] high pass filter for images

2007-11-05 Thread punchik punchik
hi i making a multituouch surface with pd, i want be able to filter the low and middle bands in the video from my web cam. im interesting in just letting the high images pass... is there something like a high pass filter for imagens? thanks __

[PD] wiimote with ir sensor bar

2007-10-28 Thread punchik punchik
Hi , is there any way of using the ir sensor bar with the wimote in pure data? Is it posible to track the movements of people carrying wimotes in real space with puredata? thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

[PD] distributer processing of gem chains

2007-10-14 Thread punchik punchik
hello, is it possible to process 3 different parts of the same patch in 3 different computers and then render all in one gem window? thanks pun Yahoo! oneSearch: Finally, mobile search that gives

[PD] wiimote for macosx

2007-09-30 Thread punchik punchik
hi , do anybody have compiled the wiimote object for macosx? if not, can anybody point me how to do it for mactel? thanks p - Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on

[PD] outline detection and collision in Gem

2007-09-19 Thread punchik punchik
Hello pd list i have 2 questions : how can i do outline detection in Gem? i exeperimenting with some computer vision and i want to be able to track the outline of a hand, a body or a shape... my second question is how can i detect collision of this outlined shape with other geos?

[PD] fullscreen on second screen (macosx)

2007-09-12 Thread punchik punchik
hi, when i try to do fullscreen on the extended desktop screen(second screen) ... the window appears at fullscreen but in the first screen. how can i do fullscreen on the second screen on macosx? thanks p p - Need a vacation? Get great

[PD] compiling iemmatrix for mactel

2007-09-11 Thread punchik punchik
hi, i got the iemmatrix sources from cvs im following iohanes advice for compiling using cd iemmatrix/src/ autoconf ./configure make when i do autoconf i get this: chikuns-computer:~/externals/iem/iemmatrix/src root# autoconf configure.ac:40: error: possibly undefined macro: AC_CHECK_CFLAGS

[PD] pix_multiblob on mactel

2007-09-11 Thread punchik punchik
hi, today i was experimenting with pix_multiblob on osx .. im using a patch that track multiple lights dots and i was using it before on linux. pix_multiblob runs slower on mac that linux ... this is wierd because the mac computer im testing now the patch is faster than the linux machine. if i

[PD] puredata for smartphones

2007-09-10 Thread punchik punchik
hello pd people, i would like to buy a smart phone... but i want to get one that supports puredata. Can i use puredate from a blackberry 8800? or 8300? if not , which mobil phones does support puredata? many thanks punchikkus

[PD] wii-mote and puredata

2007-09-06 Thread punchik punchik
hi, i would like to use my new wimote with puredata , for controlling the point of view of the camera in a gem patch. Do anybody have tried this before? is there any patch that somebody can share? if not... which external do i need in order to use wimote and pd? i have a last

[PD] fps of pix_record

2007-06-14 Thread punchik punchik
hi, how many frames per second does pix_record uses to record videos? im creating a .mov file of some gem visuals im recording 10 minutes of the gem visuals but when i see my mov file i have 7 minutes? is there any way of fixing this? many thanx

[PD] problems with pix_record?

2007-05-24 Thread punchik punchik
hi, im trying to use pix_record to record some gem video to mov files, but it seems the object is not working fine.. it doesnt record anything, and when i send the codelist message i cant see any codec available , just null... is there any way to fix this? or is there any special trick? im using

[PD] pix_fiducialtrack

2007-05-17 Thread punchik punchik
hi which is the benefit of using this object instead of the reactivision standalone application? my last question is: ive read at the pix_fiducialtack help file that this tracking system is copyrighted ... is there any problem is i use this for comercial purposes? thanks o.

[PD] fixing distortion on surface

2007-05-16 Thread punchik punchik
hi is there any way of fixing the distorion i get when i project gem visuals in curved or irregular surfaces? is there any trick? thanks pun Be a better Heartthrob. Get better relationship answers

[PD] sonification of large set of data

2007-05-04 Thread punchik punchik
hi , i want to sonificate txt file with big data sets... each txt file is made of 4 columns with numbers in this way : -0.0115967 0.00396729 0.02136230.440674 -0.0115967 0.0115967 0.0234985 0.462646 -0.01068120.0119019 0.0265503 0.325623