Re: [PD] reverse kickstarter update: omgponies

2013-08-22 Thread Jack
Le 22/08/2013 07:13, Jonathan Wilkes a écrit : Hi list, I've got some updates to [canvasinfo], [pdinfo], and [classinfo] that I'll put in a demo build either tomorrow or the next day. I also added a new data structure class with two creators: [drawimage] - draw an image on a canvas

Re: [PD] csoundapi~ external question

2013-08-22 Thread Jamie Bullock
On 18 Aug 2013, at 09:09, peiman khosravi peimankhosr...@gmail.com wrote: Dear all, When trying to load the csoundapi~ object I get this error: Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/PD/csoundapi~.pd_darwin:

Re: [PD] csoundapi~ external question

2013-08-22 Thread peiman khosravi
Thanks Jamie, I saw the 64-bit test build but it's for OS X 10.8 or higher, I'm on 10.7. Is there a homebrew formula for PD? That would be really nice. Best, Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News

Re: [PD] reverse kickstarter update: omgponies

2013-08-22 Thread João Pais
that is impressive. is the new version already somewhere to be tested?Hi list,I've got some updates to [canvasinfo], [pdinfo], and [classinfo] that I'll put in a demo build either tomorrow or the next day.I also added a new data structure class with two creators:[drawimage] - draw an image on a

Re: [PD] csoundapi~ external question

2013-08-22 Thread Jamie Bullock
On 22 Aug 2013, at 10:13, peiman khosravi peimankhosr...@gmail.com wrote: Thanks Jamie, I saw the 64-bit test build but it's for OS X 10.8 or higher, I'm on 10.7. Is there a homebrew formula for PD? That would be really nice. I don't think so. I was considering putting one together

[PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
Hello, I would like to get the stream from a XIMEA camera using gstreamer. There is an example (in the XIMEA Linux Software Package) that use gstreamer to get the stream. This example works fine on Ubuntu 12.04 (with kernel 3.8) and Ubuntu 13.04. But i would like to get the stream with

Re: [PD] reverse kickstarter update: omgponies

2013-08-22 Thread Jonathan Wilkes
On 08/22/2013 09:06 AM, João Pais wrote: that is impressive. is the new version already somewhere to be tested? I'll try to post a build later today, or tomorrow. -Jonathan Hi list, I've got some updates to [canvasinfo], [pdinfo], and [classinfo] that I'll put in a demo build

Re: [PD] reverse kickstarter update: omgponies

2013-08-22 Thread Jonathan Wilkes
On 08/22/2013 03:53 AM, Jack wrote: Le 22/08/2013 07:13, Jonathan Wilkes a écrit : Hi list, I've got some updates to [canvasinfo], [pdinfo], and [classinfo] that I'll put in a demo build either tomorrow or the next day. I also added a new data structure class with two creators: [drawimage]

Re: [PD] reverse kickstarter update: omgponies

2013-08-22 Thread Jack
Le 22/08/2013 16:36, Jonathan Wilkes a écrit : On 08/22/2013 03:53 AM, Jack wrote: Le 22/08/2013 07:13, Jonathan Wilkes a écrit : Hi list, I've got some updates to [canvasinfo], [pdinfo], and [classinfo] that I'll put in a demo build either tomorrow or the next day. I also added a new data

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread IOhannes m zmölnig
On 08/22/13 16:13, Jack wrote: Hello, I would like to get the stream from a XIMEA camera using gstreamer. There is an example (in the XIMEA Linux Software Package) that use gstreamer to get the stream. This example works fine on Ubuntu 12.04 (with kernel 3.8) and Ubuntu 13.04. But i would

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread IOhannes m zmölnig
On 08/22/13 16:51, IOhannes m zmölnig wrote: hmm, i'm sure this is really a problem which should be solved by XIMEA: they ought to provide proper v4l2 drivers, rather than creating their own framework just to make sure that this got through: you *really* should write to XIMEA asking them to

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/08/2013 16:51, IOhannes m zmölnig a écrit : On 08/22/13 16:13, Jack wrote: Hello, I would like to get the stream from a XIMEA camera using gstreamer. There is an example (in the XIMEA Linux Software Package) that use gstreamer to get the

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/08/2013 16:56, IOhannes m zmölnig a écrit : On 08/22/13 16:51, IOhannes m zmölnig wrote: hmm, i'm sure this is really a problem which should be solved by XIMEA: they ought to provide proper v4l2 drivers, rather than creating their own

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread IOhannes m zmölnig
On 08/22/13 17:08, Jack wrote: a rather quick hack would be to change the gstreamer output from autovideosink to v4l2sink device=/dev/video42 and recompile the streamViewer. this should allow [pix_video] to access the video-stream via v4l2. It is exactly what i do but it doesn't work. maybe

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
Le 22/08/2013 17:10, Jack a écrit : Le 22/08/2013 16:56, IOhannes m zmölnig a écrit : On 08/22/13 16:51, IOhannes m zmölnig wrote: hmm, i'm sure this is really a problem which should be solved by XIMEA: they ought to provide proper v4l2 drivers, rather than creating their own framework

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/08/2013 17:23, IOhannes m zmölnig a écrit : On 08/22/13 17:08, Jack wrote: a rather quick hack would be to change the gstreamer output from autovideosink to v4l2sink device=/dev/video42 and recompile the streamViewer. this should allow

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread IOhannes m zmölnig
On 08/22/13 17:31, Jack wrote: It is exactly what i do but it doesn't work. maybe you should clean the engines. What does it mean clean the engines. Thanx for your help. it means that i have absolutely no idea what you mean by it doesn't work. if you want help, you need to be more specific

[PD] taxinomy, website or more

2013-08-22 Thread Olivier Baudry
Dear all I would like to make a few comments that I think are important to the community puredata, this concerns the puredata website _ Mailing list is very nice to read some topics. However it seems to me that a forum with a search engine is especially useful to make queries for topics. _ It

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/08/2013 17:47, IOhannes m zmölnig a écrit : On 08/22/13 17:31, Jack wrote: It is exactly what i do but it doesn't work. maybe you should clean the engines. What does it mean clean the engines. Thanx for your help. it means that i have

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread IOhannes m zmölnig
On 08/22/13 18:05, Jack wrote: When I compile streamViewer.cpp which contains the gstreamer pipe finishing by : v4l2sink device=/dev/video2, i get no error. And after : $ ./streamViewer the application runs as expected. you might try to create a slightly more complex pipeline, that outputs

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/08/2013 18:23, IOhannes m zmölnig a écrit : On 08/22/13 18:05, Jack wrote: When I compile streamViewer.cpp which contains the gstreamer pipe finishing by : v4l2sink device=/dev/video2, i get no error. And after : $ ./streamViewer the

Re: [PD] taxinomy, website or more

2013-08-22 Thread Alexandros Drymonitis
The forum puredata.hurleur.com has a section for tutorials, a section for artistic projects, a section for externals, a section for abstractions, and other sections (technical issues, visuals, microcontrollers etc.). It's not as active as the list, but it's there and it's being used by quite

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread IOhannes m zmölnig
On 08/22/13 18:40, Jack wrote: Le 22/08/2013 18:23, IOhannes m zmölnig a écrit : On 08/22/13 18:05, Jack wrote: When I compile streamViewer.cpp which contains the gstreamer pipe finishing by : v4l2sink device=/dev/video2, i get no error. [...] $ v4l2-ctl --all -d /dev/video2 Failed to

Re: [PD] reverse kickstarter update: omgponies

2013-08-22 Thread João Pais
Is it possible to add an argument to [drawsprite] to load the first X frame of the video ? Then, it will limit the memory used for large videos. ++or just a portion of the video, in that case.___ Pd-list@iem.at mailing list

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 22/08/2013 19:39, IOhannes m zmölnig a écrit : On 08/22/13 18:40, Jack wrote: Le 22/08/2013 18:23, IOhannes m zmölnig a écrit : On 08/22/13 18:05, Jack wrote: When I compile streamViewer.cpp which contains the gstreamer pipe finishing by :

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread Jack
Le 22/08/2013 20:23, Jack a écrit : Le 22/08/2013 19:39, IOhannes m zmölnig a écrit : On 08/22/13 18:40, Jack wrote: Le 22/08/2013 18:23, IOhannes m zmölnig a écrit : On 08/22/13 18:05, Jack wrote: When I compile streamViewer.cpp which contains the gstreamer pipe finishing by :

Re: [PD] midirealtimein error message, is it still needed?

2013-08-22 Thread Max
i can confirm it seems to work fine in 0.45-0 test3 on OS X midirealtimein: works under MSW only Am 14.12.2008 um 15:01 schrieb hard off hard@gmail.com: was just messing round with [midirealtimein] on linux. no problem it seems. my friend in berlin got it going fine on os x. so,

Re: [PD] [OT] get video stream with pdgst from XIMEA camera

2013-08-22 Thread IOhannes zmölnig
On 08/22/2013 08:40 PM, Jack wrote: $ cat /sys/devices/virtual/video4linux/video1/format GREY?30:1280x1024@30 I expect 60 fps. If i set : $ v4l2-ctl -d /dev/video1 -p 60 or $ v4l2-ctl -d /dev/video1 -p 1 It doesn't change anything. Do you know if there is a possibility to get this

Re: [PD] midirealtimein error message, is it still needed?

2013-08-22 Thread Miller Puckette
Cool... I can take the message out :) M On Thu, Aug 22, 2013 at 08:52:28PM +0200, Max wrote: i can confirm it seems to work fine in 0.45-0 test3 on OS X midirealtimein: works under MSW only Am 14.12.2008 um 15:01 schrieb hard off hard@gmail.com: was just messing round with

Re: [PD] reverse kickstarter update: omgponies

2013-08-22 Thread Jonathan Wilkes
On 08/22/2013 10:46 AM, Jack wrote: Le 22/08/2013 16:36, Jonathan Wilkes a écrit : On 08/22/2013 03:53 AM, Jack wrote: Le 22/08/2013 07:13, Jonathan Wilkes a écrit : Hi list, I've got some updates to [canvasinfo], [pdinfo], and [classinfo] that I'll put in a demo build either tomorrow or