Re: [PD] list-abs

2012-07-13 Thread Frank Barknecht
On Wed, Jul 11, 2012 at 06:18:46PM +0200, João Pais wrote: > I think this abstraction doesn't load, because it has a conflict with the > folder(library) name. writing [list-abs/list-abs] works out well. > does this happen with other libraries, also with externals or just with > abstractions? nev

Re: [PD] list-abs

2012-07-11 Thread João Pais
I think this abstraction doesn't load, because it has a conflict with the folder(library) name. writing [list-abs/list-abs] works out well. does this happen with other libraries, also with externals or just with abstractions? never noticed. yes.. I know it is not the best solution. but as I

Re: [PD] list-abs

2012-07-11 Thread Jose Rafael Subía Valdez
yes.. I know it is not the best solution. but as I understood, there was no problem with the library (collection of abstractions), the issue is that [list-abs] (absolute value abstraction) doesn't load. you can also rename de abstraction instead of applying it as a subpatch. As I said, I really

Re: [PD] list-abs

2012-07-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-11 04:14, José Rafael Subía Valdez wrote: > Actually, that lib is a bunch of externals so declare doesnt > exactly to avoid confusion, i want to add that "list-abs" is a bunch of abstractions. iirc, declare's "-lib" flag might not work as

Re: [PD] list-abs

2012-07-10 Thread Kaj Ailomaa
On Tue, 2012-07-10 at 23:14 -0300, José Rafael Subía Valdez wrote: > Actually, that lib is a bunch of externals so declare doesnt exactly > apply... I dont know exactly why it happens, but it does... I had the same > issue... what I did is, I opened the [list-abs] abstraction that stands > for lis

Re: [PD] list-abs

2012-07-10 Thread José Rafael Subía Valdez
Actually, that lib is a bunch of externals so declare doesnt exactly apply... I dont know exactly why it happens, but it does... I had the same issue... what I did is, I opened the [list-abs] abstraction that stands for list absolute value and made a subpatch with its content. On Tue, Jul 10, 201

Re: [PD] list-abs

2012-07-10 Thread Kaj Ailomaa
You'll need to enable the library. There are numerous ways to do that. * [list-abs/list-normalize]. * [import list-abs] * [declare -lib list-abs] (will require you to reload the patch) * You can start pd with: pd -lib list-abs * Add paths and libraries in pd settings (which end up in a config fi

[PD] list-abs

2012-07-10 Thread richard duckworth
Hi all,  trying to use [list-normalize], which relies on [list-abs] in turn and I keep getting 'couldn't create' messages (caused by the object list-abs). I'm on OS X 10.6.8 w/ Pd-xtended 0.43 (and 0.42 too). I've tried it on Win7 + Ubuntu  as well but to no avail. I've checked that the external

Re: [PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-30 Thread Jonathan Wilkes
- Original Message - > From: Frank Barknecht > To: pd-list@iem.at > Cc: > Sent: Friday, March 30, 2012 3:58 AM > Subject: Re: [PD] list-abs and externals [was: Re: [pd] tables as patch > storage] > > Hi, > > On Tue, Mar 27, 2012 at 12:11:10PM -0700, Jo

Re: [PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-30 Thread Frank Barknecht
Hi, On Tue, Mar 27, 2012 at 12:11:10PM -0700, Jonathan Wilkes wrote: > But I find it interesting that you only imagine the guts of list-abs getting > replaced > with externals in order to improve the performance, and not with new core > objects.  Oh, but I can imagine it and it has already hap

Re: [PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-27 Thread Jonathan Wilkes
- Original Message - > From: Frank Barknecht > To: pd-list@iem.at > Cc: > Sent: Tuesday, March 27, 2012 11:45 AM > Subject: [PD] list-abs and externals [was: Re: [pd] tables as patch storage] > > On Tue, Mar 27, 2012 at 11:21:15AM -0400, Mathieu Bouchard wr

[PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-27 Thread Frank Barknecht
On Tue, Mar 27, 2012 at 11:21:15AM -0400, Mathieu Bouchard wrote: > list-abs was designed to only use pd's builtins, no externs, which > makes it more like academic exercises of proving that anything can > be done with a Turing tape machine, rather than being designed in a > pragmatic way. Actual