Re: [PD] pdp_opencv & pix_opencv new development

2008-04-26 Thread husk
Thank you lluis! this is very usefull, you know! It was a littlebit hard compile it but ok (path's problems). I'll test it next weeks and try to help you but, what about pdp_v4l2 object that you can find in some of the pdp_opencv help files? with this object i could use finally my (integrated) is

Re: [PD] contextual pdpedia menu link

2008-04-26 Thread Luke Iannini (pd)
On Fri, Apr 25, 2008 at 12:30 PM, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: > > That sounds very useful, I have always missed that, but I don't see > the patch attached. I think the patch tracker would be a good place > for it. I just got Cmd-M working to minimize, but it is a hack. I

Re: [PD] pd-msg

2008-04-26 Thread Frank Barknecht
Hallo, Luigi Rensinghoff hat gesagt: // Luigi Rensinghoff wrote: > lets say you have an abstraction: > > transfer.pd > > inside of that there is the core-math object like > > exponential_curve or exponential_sigmoid > > so it would be cool to just send the argument "expoential_curve" to > th

Re: [PD] alpha and gemframebuffer

2008-04-26 Thread cyrille henry
hello, you want to set the background color of the frambuffer to be transparent. you can send a message color 0 0 0 0 to the gemframbuffer object in order to change it's background color. setting the frambuffer to RGBA (and not RGB)is made with : format RGBA look at the attachement cyrille m

Re: [PD] contextual pdpedia menu link

2008-04-26 Thread Max Neupert
Am 26.04.2008 um 19:16 schrieb Luke Iannini (pd): > Great that you got minimize working! I've tried to find the Cmd-` > blocker before as well, but I couldn't find any references to it on Tk > mailing lists etc. just keep in mind that it's a keyboard layout specific shortcut (switching between

Re: [PD] pdp_opencv & pix_opencv new development

2008-04-26 Thread puredata
hi, is it possible to use the built-in isight in gem? it's only v4l2. pat > but, what about pdp_v4l2 object that you can find in some of the > pdp_opencv help files? > with this object i could use finally my (integrated) isight, it should > be great! > salu2 > Husk __

Re: [PD] problems compiling pix_opencv in OSX (Was Re: pdp_opencv & pix_opencv new development)

2008-04-26 Thread lluisgomez
marius schebella <[EMAIL PROTECTED]> ha escrito: > got it working! ;) > > [EMAIL PROTECTED] wrote: >> >> However, when I try to load any of them PD gives me this error:: >> >> /Users/lluisgomezbigorda/pix_opencv/pix_opencv_edge.pd_darwin: >> dlopen(/Users/lluisgomezbigorda/pix_opencv/pix_open

Re: [PD] Retrieving Text form a URL | Webpage

2008-04-26 Thread errordeveloper
cuould do the same with curl, +curl supports other protocols, not just http ..and it has libcurl, which could proly be ported as an external so we'd have "pd<->web" communication going on ..that'd be great for particular types of purposes! On Fri, Apr 25, 2008 at 04:15:14PM +0200, IOhannes m zmöln

Re: [PD] alpha and gemframebuffer

2008-04-26 Thread marius schebella
thank you, cyrille, what would I do without your help! marius. cyrille henry wrote: > hello, > > you want to set the background color of the frambuffer to be transparent. > you can send a message color 0 0 0 0 to the gemframbuffer object in > order to change it's background color. > > setting t

Re: [PD] problems compiling pix_opencv in OSX (Was Re: pdp_opencv & pix_opencv new development)

2008-04-26 Thread marius schebella
[EMAIL PROTECTED] wrote: > please, can post what versions of (gem and pd) are you using? I am using cvs version from 04/16. do you want me to put it online? these dynamic lib errors seem to be new to gem? at least I did not notice them before. maybe some libraries are not statically linked? don

[PD] pdp_v4l2 (Was: Re: pdp_opencv & pix_opencv new development)

2008-04-26 Thread lluisgomez
here: http://hangar.org/wikis/lab/doku.php?id=start:puredata_pdvjtools you have a patch for the pdp-0.12.5-test-7 sources. adding support to some v4l2 devices. Actually only tested with a built-in iSight camera on Ubuntu GNU/Linux. S'està citant husk <[EMAIL PROTECTED]>: > Thank you ll

Re: [PD] tutorial on struct/template usage?

2008-04-26 Thread Nicola Bernardini
Dear all, thanks for all your replies - and sorry for not having thank you before: for some reason I am not receiving mail from this list, so I had to go in the archives and find out that Miller and Frank had actually replied to me (thanks!). Miller, the 4.data.structures page is not in my dis

Re: [PD] I'm stuck in a corner, please help! RE: [delta~] object was: Re: Cyclone in vanilla?

2008-04-26 Thread Steffen Juul
On 25/04/2008, at 19.25, Steffen Juul wrote: > > On 25/04/2008, at 18.34, Frank Barknecht wrote: >> Hallo, >> Andy Farnell hat gesagt: // Andy Farnell wrote: >> >>> Fundamentally, [z~] is a *very* useful primitive to have >> >> I think, fundamentally z~ is just delread~/delwrite~ with a different

Re: [PD] pd on multi touch

2008-04-26 Thread Ben Carney
Hans,pdlisters, I would be willing to contribute to a paypal account setup for this specific reason. I wouldthink that many other pd list-ers out here would do the same. anyone want to chime in here? think about connecting patch chords on the train. with your fingertips On Thu, Apr 24, 2008

Re: [PD] pdp_colorgrid bug

2008-04-26 Thread Hans-Christoph Steiner
On Apr 25, 2008, at 10:26 PM, [EMAIL PROTECTED] wrote: > Hans-Christoph Steiner <[EMAIL PROTECTED]> ha escrito: > >> >> On Apr 24, 2008, at 6:33 PM, [EMAIL PROTECTED] wrote: >> >>> S'està citant Hans-Christoph Steiner <[EMAIL PROTECTED]>: >>> On Apr 1, 2008, at 8:13 AM, [EMAIL PROTECTED

Re: [PD] contextual pdpedia menu link

2008-04-26 Thread Hans-Christoph Steiner
On Apr 26, 2008, at 5:16 AM, Luke Iannini (pd) wrote: > On Fri, Apr 25, 2008 at 12:30 PM, Hans-Christoph Steiner > <[EMAIL PROTECTED]> wrote: >> >> That sounds very useful, I have always missed that, but I don't see >> the patch attached. I think the patch tracker would be a good place >> f

[PD] compiling pd in fedora

2008-04-26 Thread Jaime Oliver
hello all, I am compiling pd in fedora and it all seems to go well until I run pd as following and get the error. Pd seems to be running, but there is no gui, am i missing something?: [EMAIL PROTECTED] bin]# ./pd priority 98 scheduling enabled. ../bin/pd-gui: error while loading shared libraries: