Re: [PD] pdtest - pd functional testing external

2011-09-14 Thread Louis-Philippe
Non, pas vraiment. Mais bon, c'est ça une discussion... Quoi, est-ce qu'on est pas assez unanimes ? > > anyway, I'll be really happy to have other options when the need arises to test in a different paradigm, but for now I will continue to improve pdtest as it's the working solution I already have

Re: [PD] pdtest - pd functional testing external

2011-09-14 Thread Louis-Philippe
You two guys are tough to follow ;) anyway, I'm more a code person than a patch person, and I believe I am not alone, so this is why pdtest has a Lua code core. I totally see your point that tests are better to be implemented in way the external is to be used, i.e. within pd, but I think code still

Re: [PD] pdtest - pd functional testing external

2011-09-14 Thread Louis-Philippe
> I tried to use this > on Ubuntu/Maverick 10.10. It built find, but when I loaded the help > patch I got: > > /media/share/code/lp/pdtest/pdtest.pd_linux: > /media/share/code/lp/pdtest/pdtest.pd_linux: undefined symbol: lua_getfield > pdtest l s f b > ... couldn't create > maybe a problem linki

Re: [PD] pdtest - pd functional testing external

2011-09-13 Thread Louis-Philippe
what do you mean by: and it deserves to be comfortable to write and read. ?? what confort are you talking about? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] pdtest - pd functional testing external

2011-09-13 Thread Louis-Philippe
h Lua. thanks for the cue! L-P 2011/9/13 Mathieu Bouchard > On Tue, 13 Sep 2011, Louis-Philippe wrote: > > I looked around the pd ecosystem and didn't find much in terms of testing >> facilities (please correct me if I'm wrong) and so I made an external with >>

Re: [PD] pdtest - pd functional testing external

2011-09-13 Thread Louis-Philippe
I looked early at this possibility but chose to implement it in C, for flexibility purposes as C is the raw pd programming api. But still, I took inspiration from the pdlua code where applicable and I actually wrote lots of the external in pure Lua, but instead of packaging it as external lua sour

[PD] pdtest - pd functional testing external

2011-09-13 Thread Louis-Philippe
ound: https://github.com/lp/pdtest#readme I would appreciate feedback on the usability of its design. It work perfect for the external I need to test but I may not grasp what the collective need for testing is, if one exist at all in the pd world anyway. regards, Louis-Philippe _

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

2011-07-27 Thread Louis-Philippe
ripts and Pd to process a lot of the data. What would make puredis more > interesting is if it meant that it would be easy to process large sets of > data into something useful for generating sound and video. > > .hc > > > On Jul 26, 2011, at 2:54 PM, Louis-Philippe wrote: > >

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 Louis-Philippe
CSV or SQL files and then using it within Pd. > > .hc > > On Jul 26, 2011, at 9:37 AM, Louis-Philippe wrote: > > 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

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

2011-07-26 Thread Louis-Philippe
; > http://puredata.info/docs/developer/LibraryTemplate > > .hc > > On Jul 25, 2011, at 9:27 AM, Louis-Philippe wrote: > > Hi Pure Data Peoples, > > I'm still quite new to the Pure Data world, so please be indulgent to my > first hacked external offering: puredis. > >

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

2011-07-25 Thread Louis-Philippe
Hi Pure Data Peoples, I'm still quite new to the Pure Data world, so please be indulgent to my first hacked external offering: puredis. Any of you heard of Redis? http://antirez.com/post/redis-manifesto.html for those of you who have not, it is: - NoSQL Key-Value Server - Fast - A DSL for abstr