Re: [PD] Gem / glsl_fragment

2011-07-26 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-07-25 18:07, u...@xdv.org wrote: i did give the --with-pd option as ../pd/src so ./configure did not complain in the first place. weirdly now trying to reproduce it, libtool says, it can't determine the absolute directory name. i swear,

[PD] pd-con 2011: CARILLON

2011-07-26 Thread Moritz Schell
Dear carillon crew, It took some time that you got the last live sign from us... sorry for that! We wanted to remind you that the deadline for your submissions for the carillon is at the end of july. As we promised we contacted the manufacturer of the carillon to ask him about the

Re: [PD] Redis sync, async and subscriber client: Puredis

2011-07-26 Thread Louis-Philippe
Thanks for the cue about the Library template, I will look into it and will probably integrate it. About Puredis intended usage... for my part I have in mind to integrate pd in a larger system using Redis as my data's rosetta stone. For Queue systems, Data Persistence, Pub/Sub IPC... I got

Re: [PD] Redis sync, async and subscriber client: Puredis

2011-07-26 Thread Louis-Philippe
I would probably do the asset loading from outside pd, most programming languages have a redis client library. For this kind of job Ruby, Python, Perl, Lua or even V8 could do it. I think this kind of script would be trivial to implement. Something could also be achieved from within Redis with

Re: [PD] Redis sync, async and subscriber client: Puredis

2011-07-26 Thread Hans-Christoph Steiner
I like the idea of a puredis-loader object. It could either be blocking, and that's just a known thing to workaround, i.e. load the file at patch startup. That's a good place to start at least, then things like threading, background loading, etc. could be explored later. .hc On Jul

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-26 Thread Hans-Christoph Steiner
On Jul 17, 2011, at 9:30 PM, athos bacchiocchi wrote: 2011/7/5 Hans-Christoph Steiner h...@at.or.at http://autobuild.puredata.info/auto-build/latest/ I recently did a push to fix key bugs to get the Pd-extended 0.43 nightly builds in a useable state. I tried to install it in ubuntu

Re: [PD] Redis sync, async and subscriber client: Puredis

2011-07-26 Thread Louis-Philippe
before jumping on the puredis-loader implementation, here is how I see the specs, please tell me if I get what you think: ___ Strings: string.csv: KEY, VALUE key1, value1 key2, value2 [lpuredis string string.csv] - creates a String for each line

Re: [PD] Redis sync, async and subscriber client: Puredis

2011-07-26 Thread Hans-Christoph Steiner
Where I could see it used it with large data sets like I did in this project: http://at.or.at/hans/terrenatale/ The data is used to generate the large scale events like the dropping of coins for each country, the layout of static representing population, etc. I suppose that I would need

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-26 Thread Hans-Christoph Steiner
The ProgramFiles var is still useful in a plain Cygwin or MinGW environment. I just checked in an update for both Cygwin and MinGW. It should work now if you just define PROGRAMFILES in Eclipse. There was a problem where $(PROGRAMFILES) was interpretted by make, so C: \Program Files

Re: [PD] Arduino (is drivin me mad

2011-07-26 Thread Hans-Christoph Steiner
Please post a bug report to the bug tracker, and I'll get to it when I find time. Having a newborn son is currently all-consuming! .hc On Jul 7, 2011, at 4:23 PM, Pierre Massat wrote: Ok, i finally wrote a custom sketch in Arduino IDE that sends inputs to serial. I managed to read the