[PD-dev] getting the classname in an class

2007-10-26 Thread Hans-Christoph Steiner
Ok, I've seen a number of different ideas for how to get the complete classname an object was instantiated with from within that class, but I haven't been able to get one working. Krzysztof did this in externals/miXed/cyclone/hammer/universal.c: t_gobj *g; for (g = glist-gl_list;

Re: [PD-dev] getting the classname in an class

2007-10-26 Thread Hans-Christoph Steiner
On Oct 26, 2007, at 2:13 PM, Martin Peach wrote: Hans-Christoph Steiner wrote: Ok, I've seen a number of different ideas for how to get the complete classname an object was instantiated with from within that class, but I haven't been able to get one working. Krzysztof did this in

[PD-dev] [ pure-data-Bugs-1820165 ] InnoSetup: include Asio4all as option

2007-10-26 Thread SourceForge.net
Bugs item #1820165, was opened at 2007-10-25 13:57 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=1820165group_id=55736 Please note that this message will contain a full copy of the comment

Re: [PD-dev] getting the classname in an class

2007-10-26 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: On Oct 26, 2007, at 2:13 PM, Martin Peach wrote: Any specific suggestions? You mean casting as (entry_class) or something like that? you have to copy the struct definitions from whereever to your file. look at iem/iemguts/src/saveargs.c fmasdr IOhannes

[PD-dev] stuff missing from pd-extended (flext please)

2007-10-26 Thread B. Bogart
Hey all, I'm slowly switching all my custom PD installed to pd-extended!!! I thought it would be useful to know what I had to add manually: ann_* contents of abstractions/ptz-camera (depends on py) py I could not get my elmo pyx stuff to work, it seems one has to create a py object and then

[PD-dev] more frequent auto-builds?

2007-10-26 Thread Hans-Christoph Steiner
I just had a thought, it would be easy to have some auto-builds run more frequently, like every 2 hours. Would people find this useful? .hc News is what people want to keep hidden and everything else is

Re: [PD-dev] stuff missing from pd-extended (flext please)

2007-10-26 Thread Thomas Grill
B. Bogart schrieb: Thomas, Any progress on flext in pd-extended? Hey Ben, i'm really sorry about that, but again i have so many urgent things to do that i can't even think about that in the next time. I'm afraid someone else has to do it - is there still a chance to get some grants for it?

[PD-dev] [ pure-data-Bugs-1821006 ] edit mode checkbox sometime is out of sync

2007-10-26 Thread SourceForge.net
Bugs item #1821006, was opened at 2007-10-26 16:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=1821006group_id=55736 Please note that this message will contain a full copy of

Re: [PD-dev] getting the classname in an class

2007-10-26 Thread Mathieu Bouchard
On Fri, 26 Oct 2007, Hans-Christoph Steiner wrote: Ok, I've seen a number of different ideas for how to get the complete classname an object was instantiated with from within that class, but I haven't been able to get one working. why don't you use what I posted (anonymously) on sourceforge