Hola,
Do anybody know a way to mininimize the GEM window, and then restore it and bring it to front? I mean, obviously, controlled by PD message, not by mouse.
Either in full screen or not: both would be useful to me (assuming I can have a borderless screen-size zero-positioned gem window)
Oh, sorry: in Windows XP.
THE LONG VERSION:
It's because I need to run two applications: GEM and a Flash projector, and I need to be able to switch between them remotely via (for example) MIDI events. At any moment, one of the two would be visible and doing things, and the other invisible and waiting. So, I thought I may have one of the two on front and the other on bottom, if only I could just minimize and restore one of the two.
As far as I know, there's no way to minimize and restore the flash projector window (only switch between fullscreen and window mode) via programming; so I just hoped there was a way of doing it in GEM.
Or, any tool that could tell Windows to switch to a certain task would do the job (as long as I can send a midi or TCP/IP message to this tool). Or a command-line tool would do, since I could execute it from flash. However, all this goes far O.T. I just thought it would be nice to let you know why the heck I'm asking that :)
Thank you in advance M.
----- Original Message ----- From: pd-list-request@iem.at To: pd-list@iem.at Sent: Wednesday, March 14, 2007 10:43 AM Subject: PD-list Digest, Vol 24, Issue 66
Send PD-list mailing list submissions to pd-list@iem.at
To subscribe or unsubscribe via the World Wide Web, visit http://lists.puredata.info/listinfo/pd-list or, via email, send a message with subject or body 'help' to pd-list-request@iem.at
You can reach the person managing the list at pd-list-owner@iem.at
When replying, please edit your Subject line so it is more specific than "Re: Contents of PD-list digest..."
Today's Topics:
Message: 1 Date: Tue, 13 Mar 2007 15:06:49 -0500 From: "chris clepper" cgclepper@gmail.com Subject: Re: [PD] Processing Video Data To: "raul diaz" raul.lete@gmail.com Cc: pd-list@iem.at Message-ID: a8e0bc960703131306s2608295br7e46160d11e72c36@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
You need one value for each pixel row in an image? That will probably require writing a custom external to do that.
On 3/13/07, raul diaz raul.lete@gmail.com wrote:
Hi List!
I would like to process a live recording video with pure data. I need to extract bright information of each horizontal video line but I don't know if there is any external which do that. Which external or library (GEM, PixelTango, ...) do you recommend me to process video?
Thanks!
-- Raul Diaz Poblete
raul.lete@gmail.com Ciudad Real [Spain] _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Message: 2 Date: Wed, 14 Mar 2007 15:48:33 +0900 From: "hard off" hard.off@gmail.com Subject: Re: [PD] oldschool rave synths To: padawan12 padawan12@obiwannabe.co.uk Cc: pd-list@iem.at Message-ID: 161320dd0703132348g4b6c7b93wb52b04a1123830c4@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Juno is a pwm + saw + square mix, with the
ooh la la! perfect. cheers.
Message: 3 Date: Wed, 14 Mar 2007 09:07:06 +0100 From: IOhannes m zmoelnig zmoelnig@iem.at Subject: Re: [PD] Processing Video Data Cc: pd-list@iem.at Message-ID: 45F7AD2A.6080809@iem.at Content-Type: text/plain; charset=ISO-8859-15
Raul Diaz wrote:
Which external or library (GEM, PixelTango, ...) do you recommend me to process video?
PixelTango builds on top of Gem, so there is no realy difference here. (i don't think that PixelTango comes with an abstraction for Gem that does right out-of-the-box what you need)
chris clepper wrote:
You need one value for each pixel row in an image? That will probably require writing a custom external to do that.
not necessarily. if you have plenty of cpu left, you could go for Gem's [pix_dump], which dumps the entire image as a list into "pd-space". then you can do whatever you want with it (e.g. use iemmatrix to calculate what you need).
another solution with Gem might be to use [pix_resize] with a width of 1 and then [pix_dump] the image "column".
other libs: i am sure there are some simple resizing mechanisms in GridFlow. if you need to do more complicated stuff on the data, GridFlow might be a good choice anyhow, since you could stay in grid-space rather long and only do the conversion into pd-space at the very end.
pdp/pidip: i don't know, but i am sure there are solutions here too.
so it really depends on what else you want to acchieve. if it has to run on w32, then the solutions are limited. (but i don't know)
mfa.sdr IOhannes
Message: 4 Date: Tue, 13 Mar 2007 11:36:02 +0100 (CET) From: "DISIT" disitmail@wedel.dsi.unifi.it Subject: [PD] [PD-announce] AXMEDIS2007 Call for Papers: content production protection distribution DRM To: pd-announce@iem.kug.ac.at Message-ID: 20070313103602.20E0D1A2A10@musicnetwork.dsi.unifi.it Content-Type: text/plain; charset="us-ascii"
PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Message: 5 Date: Wed, 14 Mar 2007 10:09:41 +0100 From: Luigi Rensinghoff luigi.rensinghoff@freenet.de Subject: Re: [PD] adding external-direcetories to paths To: Thomas Jeppesen Jeppesen@skydebanen.net, pd-list@iem.at Message-ID: 74911607-B121-412C-A680-10D01984D2B1@freenet.de Content-Type: text/plain; charset="iso-8859-1"
Am 14.03.2007 um 05:14 schrieb Thomas Jeppesen:
After a few weeks of wondering how this works, I've more or less figured out how to add externals to my PD installation, at least I think I have, because I still run into patches that doesn't load the externals used in it, even though the externals are in the "extra"-directory. OK then, I think to myself, I have to add each subdirectory of externals to the path in PD's fererences. This seemed to have the desired effect. And now to the problem, only 10 lines of paths are possible in PD. Or does it work like this, that I can only ?see? 10 line's of added paths? Or have I completely missed how this aspect of PD works?
Anyways, what I want is for all subdirectories in the extra- directory in my PD 39.2-extended to be accessable from PD, as if they were an integrated part of the installation. I've tried to use (add) the pd-settings.reg that comes with the pd-extended installation, but it has not had the desired effect.
Could someone please shed some light on this problem for me?
Cheers! Thomas _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Yes, i was fighting with that a while too...
which platform are you using ?
Luigi