[PD-dev] anyone understand the t_symbol** type punning in expr?

2012-12-12 Thread Hans-Christoph Steiner
In extra/expr~/vexp.c and extra/expr~/vexp_if.c there is this construct: char *tmp; tmp = eptr->ex_ptr; if (ex_getsym(tmp, (t_symbol **)&(eptr->ex_ptr))) { The function there looks like a wrapper to gensym() more or less: typedef t_symbol *fts_symbol_t; int ex_getsym(char *p, fts_symbo

[PD-dev] [ pure-data-Patches-3595365 ] Win32: make double-clicking open in same instance

2012-12-12 Thread SourceForge . net
Patches item #3595365, was opened at 2012-12-12 14:32 Message generated for change (Tracker Item Submitted) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3595365&group_id=55736 Please note that this message will contain a full copy of

[PD-dev] [ pure-data-Bugs-3595309 ] Win32: command line args don't accept unicode

2012-12-12 Thread SourceForge . net
Bugs item #3595309, was opened at 2012-12-12 12:57 Message generated for change (Tracker Item Submitted) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3595309&group_id=55736 Please note that this message will contain a full copy of the

Re: [PD-dev] [GEM-dev] pix_opencv

2012-12-12 Thread Miller Puckette
I looked around and was at least able to find out what I did for linux - it's on http://crca.ucsd.edu/~msp/syllabi/267.07f/11.13/ as part of a seminar I taught - http://crca.ucsd.edu/~msp/syllabi/267.07f/ (but the 11.13 stuff ws never lenked to so was probably invisible, oops). Anyhow, it's all qu

Re: [PD-dev] [GEM-dev] pix_opencv

2012-12-12 Thread Antoine Villeret
i've already tried to make a C++ external from the template but i never reach something which works so if you have a working template please let me know and what about including it in Gem ? as it depends on it (and it may depends on very new feature such as ROI soon) i think it's a better choice

Re: [PD-dev] [GEM-dev] pix_opencv

2012-12-12 Thread Miller Puckette
I tried and was able to make Gem externals that worked on linux and Mac OS, but on Windows I wasn't able to link eternals that needed Gem symbols. This was years ago though, and anyway I might have been missing something :) m On Wed, Dec 12, 2012 at 01:19:04PM -0500, Hans-Christoph Steiner wrote:

Re: [PD-dev] [GEM-dev] pix_opencv

2012-12-12 Thread Hans-Christoph Steiner
I think the best way to make it easy to find, download and install is to make binaries structured as libdirs and post them on puredata.info/downloads. I think with a little work that we can make a Gem external template based on the Library Template. I've done it before quick and dirty, that's