[PD-dev] Fink package: pd-extended-dev for simplified setup

2011-11-01 Thread Hans-Christoph Steiner
I recently made a new 'bundle' package for Fink that sets up all of the dependencies needed for building Pd-extended on Mac OS X. I'd love to see if this works for anyone else, you can test it by doing: fink selfupdate fink install pd-extended-dev .hc ---

Re: [PD-dev] help compiling pd 0.43 on Windows 7

2011-11-01 Thread Hans-Christoph Steiner
There are two build systems still in vanilla, the old one in pd/src/configure.in and the new one in pd/configure.ac. Use the new one. And it probably also needs a patch to work on MinGW. That makes me think, I don't know the status of Pd-vanilla building on MinGW, but Pd-extended is built on

Re: [PD-dev] gem, pdp, gridflow, pidip

2011-11-01 Thread Hans-Christoph Steiner
Wow, that effects.zip patch is simple yet quite nice. I had some fun with that. One possibility for using combinations of Gem, PDP, and Gridflow together is to use Syphon. It unfortunately only Mac OS X because only that OS currently let's you easily access the graphics card like that. But

[PD-dev] help compiling pd 0.43 on Windows 7

2011-11-01 Thread Menno van der Woude
Hello, trying to compile pd vanilla 0.43 on Windows 7 "ultimate" 64 bits I am running into some trouble. I followed the developer>mingw guide from puredata.org. Then trying ./configure using MSYS. It gives: no tcl header found, and a few lines later: no tcl library found, then quits. I did however

Re: [PD-dev] gem, pdp, gridflow, pidip

2011-11-01 Thread ALAN BROOKER
Hi Ricardo, I hop around from these libraries and have used all in performances at various times ...they’re all great, enthusiastic about all of them, below are just some of my opinions. PDP/PiDiP is mainly geared towards video and has some really interesting effects worth checking out- I think p

[PD-dev] [ pure-data-Bugs-3432059 ] pdp_v4l not working

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

[PD-dev] [ pure-data-Bugs-3432052 ] pdp path problem in pd-extended

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

Re: [PD-dev] gem, pdp, gridflow, pidip

2011-11-01 Thread Hans-Christoph Steiner
Gem has both OpenGL and pixel/video operations and is well maintained. PDP is a different, perhaps complementary, approach to video than Gem's pix. Its not really currently maintained beyond little fixes, but its up for grabs really, if you wanted to take it on. There is 3dp as well, which i

[PD-dev] gem, pdp, gridflow, pidip

2011-11-01 Thread Ricardo Fabbri
Hi, would you have seasoned advice to give on these packages? one vs the other? quirks from each? gem, pdp, gridflow, pidip Gem's big win (for me) is having a very active development community which I am currently taking part of. There are tons of cool stuff on the other ones as well, of course

Re: [PD-dev] [ pure-data-Patches-3432009 ] fix pdp link error regarding gsl

2011-11-01 Thread Ricardo Fabbri
Dear Lorenzo Sutton, I would like to have your consent to apply patch #3432009. I am a committer for the pd-extended community repo (svn) working directly with video processing. I would also like to freely commit inside the 'pdp' directory, but not without coordinating with you first. Best, Ricar

[PD-dev] [ pure-data-Patches-3432009 ] fix pdp link error regarding gsl

2011-11-01 Thread SourceForge . net
Patches item #3432009, was opened at 2011-11-01 14:57 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3432009&group_id=55736 Please note that this message will contain a full copy of the comme

[PD-dev] [ pure-data-Patches-3432009 ] fix pdp link error regarding gsl

2011-11-01 Thread SourceForge . net
Patches item #3432009, was opened at 2011-11-01 16:57 Message generated for change (Tracker Item Submitted) made by ricardofabbri You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3432009&group_id=55736 Please note that this message will contain a full copy

Re: [PD-dev] svn commit access request, related to double precision pd

2011-11-01 Thread Hans-Christoph Steiner
Hey Katja, Nice introduction, I am looking forward to your commits. I'll just let this sit a little bit for our lazy consensus then add you. .hc On Oct 31, 2011, at 9:44 PM, katja wrote: > Hello dev list, > > In recent months I changed some lines in Pd core code to make it > double-precisio

Re: [PD-dev] adding an inlet and outlet to [table]

2011-11-01 Thread Frank Barknecht
On Sat, Oct 29, 2011 at 03:43:48PM -0400, Hans-Christoph Steiner wrote: > > I just saw that Max's [table] object has an inlet and outlet on it. You can > send the position to the [table] object and it'll output the value. Then it > also has a second inlet for setting the value at that position