Re: [PD-dev] hex characters in library names

2010-06-12 Thread Roman Haefeli
On Wed, 2010-04-14 at 10:12 +0200, IOhannes m zmoelnig wrote: On 2010-04-14 00:19, Roman Haefeli wrote: If it is only a matter of someone doing the boring uninspiring uninteresting painful work of renaming those functions, I _might_ be able to help, if there is interest (IOhannes?). If

Re: [PD-dev] hex characters in library names

2010-04-19 Thread Lee Azzarello
I just noticed sssad, though I was led in another direction by documentation at footils.org. I searched that site for the keyword sssad and there were zero results, so I figured that memento and pool was the better documented. It also looks like sssad is not included in the pd-extended binary for

Re: [PD-dev] hex characters in library names

2010-04-14 Thread IOhannes m zmoelnig
On 2010-04-14 00:19, Roman Haefeli wrote: If it is only a matter of someone doing the boring uninspiring uninteresting painful work of renaming those functions, I _might_ be able to help, if there is interest (IOhannes?). If so, I would probably need some advice on how to do it correctly.

Re: [PD-dev] hex characters in library names

2010-04-13 Thread Roman Haefeli
Could it possibly be that iemmatrix is not [hexloader]-ready yet? From the hexloader README: «CAVEAT: C also forbids to start function names with numeric values. therefore, this is a nono: []'s setupfunction would be 0x3e_setup() (ILLEGAL) we can simply fix this by putting the setup() in front:

Re: [PD-dev] hex characters in library names

2010-04-12 Thread Hans-Christoph Steiner
In Pd-extended you can use [iemmatrix/mtx_mul~]. mtx_*~ alternatives.pd Description: Binary data .hc On Apr 11, 2010, at 11:55 PM, Lee Azzarello wrote: Heya, I switched this to IRC and got some help there. The solution for my particular problem was to compile iemmatrix as a single

Re: [PD-dev] hex characters in library names

2010-04-12 Thread Lee Azzarello
Thanks. I know that but I'm not looking forward to find and replace on all the objects in pdx7~. I ended up compiling iemmatrix as a single library. Now I'm stuck on getting pool and memento to work, which is a wild journey of configuration and compiling and linking akin to recompiling the linux

Re: [PD-dev] hex characters in library names

2010-04-12 Thread Hans-Christoph Steiner
Use sed or perl or something command line. You could also use sssad instead of memento, and skip pool. .hc On Apr 12, 2010, at 7:40 PM, Lee Azzarello wrote: Thanks. I know that but I'm not looking forward to find and replace on all the objects in pdx7~. I ended up compiling iemmatrix as

[PD-dev] hex characters in library names

2010-04-11 Thread Lee Azzarello
I'm trying to load an object named [mtx_*~] I have the proper load path installed. I can load other objects in the same directory. If I look for the library in that directory (/usr/lib/pd/extra/iemmatrix), I find a file named mtx_0x2a0x7e.pd_linux. The hex translates to *~ in ASCII. So this

Re: [PD-dev] hex characters in library names

2010-04-11 Thread Lee Azzarello
Heya, I switched this to IRC and got some help there. The solution for my particular problem was to compile iemmatrix as a single library and add it to the startup arguments. The underlying problem is that it's probably an incompatibility between the version of iemmatrix that is included in