Re: [PD] GLSL (Gem) examples

2008-02-24 Thread Vadim Smahtin
From: Vadim Smahtin [EMAIL PROTECTED] Date: 24.02.2008 7:39 Subject: Re: [PD] GLSL (Gem) examples To: marius schebella [EMAIL PROTECTED] Sorry, but i use winXP os. Can i try anything else? Best regards, Vadim. 2008/2/24, marius schebella [EMAIL PROTECTED]: get one of the latest

Re: [PD] Fwd: using PD to access URL based images and video

2008-02-24 Thread zmoelnig
Quoting marius schebella [EMAIL PROTECTED]: youtube videos are more tricky, because you would have to convert them from flash to some readable file format. i have written a pdp object to play-back flv files; i posted the link to the sources a while ago. i still haven't done a real port to Gem

[PD] load abbreviated objects

2008-02-24 Thread marius schebella
hi, what is the problem that (in pd-extended) abbreviated object classes like mtx_+ cannot be instantiated, I have to create mtx_add before. I think this is a known problem, but is there a solution to fix this? also, some of the objects can't be created, but I am not sure why for example mtx_add

Re: [PD] Pd-0.40.3-extended-20080221-macosx104-i386.dmg

2008-02-24 Thread Hans-Christoph Steiner
Hey, I think this is of general interest and useful to have in the archives, so I am cc'ing the list. The unstable stuff can be a little dodgy, but if the only thing that's missing is libsndfile1, I think everything should build ok. AFAIK, [sndfiler] and/or [readanysf~] are not

Re: [PD] GLSL (Gem) examples

2008-02-24 Thread Steffen Juul
On 24/02/2008, at 5.43, Vadim Smahtin wrote: Can i try anything else? http://pd-gem.cvs.sourceforge.net/pd-gem/Gem/examples/10.glsl/ ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd-extended autobuilds on pd gutsy (WAS: Re: pd-extended install gutsy ubuntu libquicktime0 libflac7)

2008-02-24 Thread Georg Holzmann
Hans-Christoph Steiner schrieb: The files are in packages/linux_make. The problem is that there is just one package description file which needs to build the .debs for all of the different Debian-based distributions. In order to support multiple distros, we'll need a way to manage

Re: [PD] load abbreviated objects

2008-02-24 Thread Georg Holzmann
Hallo! First: do you use the autobuilds or the stable pd-extended ? what is the problem that (in pd-extended) abbreviated object classes like mtx_+ cannot be instantiated, I have to create mtx_add before. Because the hexloader was broken - I don't know if this is already fixed in the

Re: [PD] load abbreviated objects

2008-02-24 Thread Jack
I have the same problem with [s2l] and [l2s] objects, you must create first [symbol2list] and [list2symbol] objects. Here, [shell] can't create even with [import flatspace] (it is the right library ?). ++ Jack Le 24 févr. 08 à 05:17, marius schebella a écrit : hi, what is the problem

[PD] Hide GEM window with a subpatch window

2008-02-24 Thread Jack
When i open a subpatch hiding completely the GEM window, pd freeze. When this subpatch window hide 99,9 % of the GEM window there is no problem. Any idea about this bug ? Powerbook G4 MacOSX.4.11 pd 0.39.3-extended GEM 0.91-cvs ++ Jack ___

Re: [PD] [PD-dev] building pd with cygwin

2008-02-24 Thread Patrice Colet
Here I've attached the patches. Patrice Colet a écrit : Hello, i've been working on other things during last monthes and did'nt really go further, for the moment the cygwin build work without pdtcl.dll neither pd.com, it means that we have to load pd from cygwin shell, otherwise pd.exe is

Re: [PD] [PD-dev] building pd with cygwin

2008-02-24 Thread Patrice Colet
oops, the external/Makefile patch is here. Patrice Colet a écrit : Here I've attached the patches. Patrice Colet a écrit : Hello, i've been working on other things during last monthes and did'nt really go further, for the moment the cygwin build work without pdtcl.dll neither pd.com, it

Re: [PD] Hide GEM window with a subpatch window

2008-02-24 Thread Jack
A small precision : It happen often when there is a lot of geos and an animation. ++ Jack Le 24 févr. 08 à 17:32, Jack a écrit : When i open a subpatch hiding completely the GEM window, pd freeze. When this subpatch window hide 99,9 % of the GEM window there is no problem. Any idea about

Re: [PD] Hide GEM window with a subpatch window

2008-02-24 Thread chris clepper
Make sure Pd is running with the -nrt flag or 'disable real time scheduling' checked. Otherwise don't cover the GEM window with a patcher window. On Sun, Feb 24, 2008 at 10:32 AM, Jack [EMAIL PROTECTED] wrote: When i open a subpatch hiding completely the GEM window, pd freeze. When this

Re: [PD] [PD-dev] building pd with cygwin

2008-02-24 Thread Hans-Christoph Steiner
Could you post them again as a .tar.gz or a .zip? Then the files won't get broken into shorter lines by email servers and clients. .hc On Feb 24, 2008, at 12:12 PM, Patrice Colet wrote: oops, the external/Makefile patch is here. Patrice Colet a écrit : Here I've attached the patches.

Re: [PD] Fwd: using PD to access URL based images and video

2008-02-24 Thread Hans-Christoph Steiner
On Feb 24, 2008, at 5:56 AM, [EMAIL PROTECTED] wrote: Quoting marius schebella [EMAIL PROTECTED]: youtube videos are more tricky, because you would have to convert them from flash to some readable file format. i have written a pdp object to play-back flv files; i posted the link to the

Re: [PD] Pd-0.40.3-extended-20080221-macosx104-i386.dmg

2008-02-24 Thread Dafydd Hughes
aha. It's JackOSX (v. .74). Running without Jack in .pdrc is fine. Also, starting without Jack and connecting in Preferences... is good. I'm going to try this with Jack 0.76 tomorrow. Fingers crossed. I have made no progress with my previous jack 0.76/pd bug. For the hell of it, here's the crash

Re: [PD] Pd-0.40.3-extended-20080221-macosx104-i386.dmg

2008-02-24 Thread Brandon Zeeb
Cool, that's good to know. I'll try again this week, and attempt to score all packages but libsndfile1. (I may have this Fink configuration backed up). As for Tcl/tk on 10.5, should I upgrade to 8.4.18, 8.5.1, or stick with what I have standard? By the way, thanks a bunch for building

Re: [PD] can't see objects Pd-0.40.3-extended-20071230-windowsxp-i386.exe

2008-02-24 Thread Hans-Christoph Steiner
Martin Peach martin.peach at sympatico.ca writes: Martin Peach wrote: can't read box_outline: no such variable can't read msg_nlet: no such variable can't read msg_nlet: no such variable can't read msg_nlet: no such variable can't read text_color: no such

Re: [PD] Pd-0.40.3-extended-20080221-macosx104-i386.dmg

2008-02-24 Thread Hans-Christoph Steiner
To make your life easier, start with Tcl/Tk 8.4.18. Then once you get things building, try 8.5. It includes a lot of improvements on Mac OS X, so it would be good to switch to it soon. .hc On Feb 24, 2008, at 10:41 PM, Brandon Zeeb wrote: Cool, that's good to know. I'll try again this

[PD] pdcon brasil

2008-02-24 Thread PORRES
hi folks, we will attempt to organize a very nice encounter here in Brazil by the time Castonguay comes to Sao Paulo in a few months. In the event, discussions about organizing an international event here will take place. I am receiving a rather shy feedback from people down here, mostly, I

Re: [PD] can't see objects Pd-0.40.3-extended-20071230-windowsxp-i386.exe

2008-02-24 Thread Martin Peach
Hans-Christoph Steiner wrote: Ok, got a bit closer on this one, finally. It seems that all of the code is the same up thru tcl_mess() in t_tkcmd.c. Once the tcl data from sys_vgui() is sent to the tcl process and chopped up into distinct commands, tcl_mess() is used to send the command

Re: [PD] can't see objects Pd-0.40.3-extended-20071230-windowsxp-i386.exe

2008-02-24 Thread Hans-Christoph Steiner
On Feb 24, 2008, at 11:36 PM, Martin Peach wrote: Hans-Christoph Steiner wrote: Ok, got a bit closer on this one, finally. It seems that all of the code is the same up thru tcl_mess() in t_tkcmd.c. Once the tcl data from sys_vgui() is sent to the tcl process and chopped up into