Re: [PD] Help with pdj

2009-08-15 Thread Frank Barknecht
Hallo, sisil mehta hat gesagt: // sisil mehta wrote: i saw a tutorial on using mxj. This is what i want to do: get data from PD and send it to another java application which is waiting in the background. Is this possible using mxj/pdj ? It's possible even without pdj: Just use a network

Re: [PD] [PD-dev] denormals: svf, freeverb (was Re: bug in freeverb???)

2009-08-15 Thread Ed Kelly
Hi Damon, I have tried to implement this technique, to fix the svf~ and I am still getting denormal errors pegging the CPU. Is there anything I have missed do you think? After reading a little bit about unions and uint32_t I think I've used them correctly... If this bug can be zapped for good

Re: [PD] Help with pdj

2009-08-15 Thread Mathieu Bouchard
On Sat, 15 Aug 2009, Frank Barknecht wrote: i saw a tutorial on using mxj. This is what i want to do: get data from PD and send it to another java application which is waiting in the background. Is this possible using mxj/pdj ? It's possible even without pdj: Just use a network connection to

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread sisil mehta
Hey, i'mm using ATI Radeon mobility 4570. I checked in the harddware drivers section and this is what i found: No proprietary are in use on this system. ATI/AMD proprietary FGLRX graphics driver (description) this driver is not activated.

Re: [PD] Help with pdj

2009-08-15 Thread sisil mehta
Hi, On Sat, Aug 15, 2009 at 8:46 PM, Mathieu Bouchard ma...@artengine.cawrote: On Sat, 15 Aug 2009, Frank Barknecht wrote: i saw a tutorial on using mxj. This is what i want to do: get data from PD and send it to another java application which is waiting in the background. Is this

Re: [PD] Help with pdj

2009-08-15 Thread Mathieu Bouchard
On Sat, 15 Aug 2009, sisil mehta wrote: The big difference is whether you want your java app to insert itself in the message stack or not: if you use pdj, your java app can send messages before the message to pdj is considered done with. This is depth-first execution. But if you have a

Re: [PD] Help with pdj

2009-08-15 Thread Frank Barknecht
Hallo, sisil mehta hat gesagt: // sisil mehta wrote: i think you guys will be best to judge if i explain my application: I have to run pd+gridflow and then run the program multiblob-for-gridflow. then take the data(centres of the crosses obtained, extent of blob and other data) to a java

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Mathieu Bouchard
On Sat, 15 Aug 2009, sisil mehta wrote: i'mm using ATI Radeon mobility 4570. I checked in the harddware drivers section and this is what i found: No proprietary are in use on this system. ATI/AMD proprietary FGLRX graphics driver (description) this driver is not activated. What does it

Re: [PD] Help with pdj

2009-08-15 Thread Hans-Christoph Steiner
On Aug 15, 2009, at 12:05 PM, Frank Barknecht wrote: Hallo, sisil mehta hat gesagt: // sisil mehta wrote: i think you guys will be best to judge if i explain my application: I have to run pd+gridflow and then run the program multiblob-for-gridflow. then take the data(centres of the

Re: [PD] gridflow: logitech e2500 working in ekiga but not with gridflow?!!!(i used libv4l)

2009-08-15 Thread Mathieu Bouchard
On Fri, 7 Aug 2009, sisil mehta wrote: [ 6389.806394] pd[31100]: segfault at 4 ip b74d95dc sp bf987c90 error 6 in libstdc++.so.6.0.10[b742+e4000] [ 6545.228881] pd[31220]: segfault at 461 ip b70d22eb sp bfa37830 error 4 in gridflow.pd_linux[b7058000+30b000] This is probably related to the

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Mathieu Bouchard
On Fri, 7 Aug 2009, zmoel...@iem.at wrote: please not that GridFlow is not PD, nor is it the only way to access a camera in Pd. does the camera work with Gem or pdp? if it works with Gem, you could use the Gem2GF bridge (which you have turned off in your configuration process, btw) What's

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Mathieu Bouchard
On Fri, 7 Aug 2009, zmoel...@iem.at wrote: Could there be an issue with the OS (ubuntu 9.04) or while configuring ?? I'm totally lost. i don't think so. just a wild guess: make sure that you don't use pwc-specific options when using libv4l (read: have you turned off the pwc configuration when

Re: [PD] Help with pdj

2009-08-15 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: On Aug 15, 2009, at 12:05 PM, Frank Barknecht wrote: Maybe on the Java side, OSC is a bit easier if you use some OSC libraries. The pd message format is just text ending with a ;\n. In Java, if you set the buffers

Re: [PD] gridflow: logitech e2500 working in ekiga but not with gridflow?!!!(i used libv4l)

2009-08-15 Thread sisil mehta
umm i'm using pd-extended 0.41.4 . So in this case apart from gem which lib uses opengl ?? Sisil On Sat, Aug 15, 2009 at 9:59 PM, Mathieu Bouchard ma...@artengine.cawrote: On Fri, 7 Aug 2009, sisil mehta wrote: [ 6389.806394] pd[31100]: segfault at 4 ip b74d95dc sp bf987c90 error 6 in

Re: [PD] gridflow: logitech e2500 working in ekiga but not with gridflow?!!!(i used libv4l)

2009-08-15 Thread Mathieu Bouchard
On Sat, 15 Aug 2009, sisil mehta wrote: umm i'm using pd-extended 0.41.4 . So in this case apart from gem which lib uses opengl ?? uh... that would be 3DP (from PDP) and the OpenSceneGraph plugins... and any GEM plugins that aren't part of GEM... I don't know what else. You could use the

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread IOhannes m zmölnig
sisil mehta wrote: Hey, i'mm using ATI Radeon mobility 4570. I checked in the harddware drivers section and this is what i found: No proprietary are in use on this system. ATI/AMD proprietary FGLRX graphics driver (description) this driver is not activated.

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Mathieu Bouchard
On Sat, 15 Aug 2009, Jack wrote: Personally, i use the bridge between GEM and Gridflow for camera because [#camera] crash Pd when i select device #0. (Ubuntu 9.04 with GF 0.9.5 compiled on Aug 3 2009). And it works fine ! However (and i don't know why) the examples 'frequency_mask',

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Mathieu Bouchard
On Sat, 15 Aug 2009, Jack wrote: However (and i don't know why) the examples 'frequency_mask', 'nervous_video' and 'videodev_effects' in GF example crash Pd too when i open them. Do you know why ? For information, here the error in the terminal : error: ioctl VIDIOCSPICT: Invalid argument this

[PD] PD/SC?

2009-08-15 Thread Jerome Covington
Hi All, To what extent is it possible to use PD in conjunction with SuperCollider? I am trying to hit upon an ideal development flow. I like the coding aspects of SuperCollider and having spent a good amount of time with AudioMulch, the patching workflow of PureData is appealing. -- Regards,

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread sisil mehta
On Sat, Aug 15, 2009 at 11:34 PM, Mathieu Bouchard ma...@artengine.cawrote: On Sat, 15 Aug 2009, Jack wrote: However (and i don't know why) the examples 'frequency_mask', 'nervous_video' and 'videodev_effects' in GF example crash Pd too when i open them. Do you know why ? i got the same

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread sisil mehta
Hey, @Mathieu :which linux flavour do u use?? Maybe if that os doesnt give these problems, i could switch over to it. Sisil. On Sat, Aug 15, 2009 at 11:29 PM, Mathieu Bouchard ma...@artengine.cawrote: On Sat, 15 Aug 2009, Jack wrote: Personally, i use the bridge between GEM and Gridflow for

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread sisil mehta
Hey, running with gdb, the terminal showed: Waiting for connection request... ... connected OSS: requested audio buffer size 8820 limited to 8192 OSS: issuing first ADC 'read' ... ...done. [New Thread 0xb7e5c8d0 (LWP 9989)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Mathieu Bouchard
On Sun, 16 Aug 2009, sisil mehta wrote: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7e5c8d0 (LWP 9989)] 0xb7bbd2eb in handle_braces (ac=1, av=0xbfea9b98) at gridflow.c.fcs:766 766const char *s = av[i].a_symbol-s_name; Current language: auto;

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread sisil mehta
hi, ok, so i used the where command and also the backtrace full command. I've attached 2 files , one for each command. Sisil. On Sun, Aug 16, 2009 at 12:30 AM, Mathieu Bouchard ma...@artengine.cawrote: On Sun, 16 Aug 2009, sisil mehta wrote: Program received signal SIGSEGV, Segmentation

[PD] my ISCL pictures

2009-08-15 Thread Hans-Christoph Steiner
Ok, I finally got my act together and put up some pics from Salvador: edited: http://www.facebook.com/home.php?ref=home#/album.php? aid=143967id=588205139ref=nf http://www.flickr.com/photos/purecanesugar/ raw: http://pics.at.or.at/pics/2009-07-29-iscl_salvador/

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Mathieu Bouchard
On Sun, 16 Aug 2009, sisil mehta wrote: ok, so i used the where command and also the backtrace full command. I've attached 2 files , one for each command. It has to be that the attribute name or the attribute colorspace gets replaced by garbage that isn't a valid symbol, and when trying to

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Mathieu Bouchard
On Sat, 15 Aug 2009, sisil mehta wrote: @Mathieu :which linux flavour do u use?? Maybe if that os doesnt give these problems, i could switch over to it. I'm also on Ubuntu 9.04, but I don't think anyone should change distros for that, unless there is a known technical reason to do so. _ _

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread Jack
Le samedi 15 août 2009 à 13:59 -0400, Mathieu Bouchard a écrit : On Sat, 15 Aug 2009, Jack wrote: Personally, i use the bridge between GEM and Gridflow for camera because [#camera] crash Pd when i select device #0. (Ubuntu 9.04 with GF 0.9.5 compiled on Aug 3 2009). And it works fine !

Re: [PD] [PD-dev] puredata/gridflow/webcam driver=which are supported?

2009-08-15 Thread sisil mehta
hey, so i updated gridflow using svn, and the #camera still causes pd to crash, I've attached the new where and backtrace full results. (this time also i compiled GF using ./configure --no-gem09 --no-gem08 , cause before i had problems running gem also) Sisil. On Sun, Aug 16, 2009 at 6:07 AM,