hello,
in order to allow a better integration to hsc installer, i just split pmpd in single file.
i commited the change, and added the new file to build in external/build/src i did not change the other build system.
the only problem i've got is that the old french name (masse / lia ...) does not work anymore. so i had to change somes example in order to remove this old objects name. This will break some patchs...
i save the old pmpd lib : http://drpichon.free.fr/pmpd/download/pmpd_0.7_cvs.tar.gz
Cyrille
hello,
Frank Barknecht a écrit :
Hallo, cyrille henry hat gesagt: // cyrille henry wrote:
the only problem i've got is that the old french name (masse / lia ...) does not work anymore.
What about doing wrappers as abstractions?
look like possible, but i'm not sure : link $1 $2 $3 $4 $5 -> link 0 0 0 0 0 will be the same as link without argument. (argument number is important).
cyrille a small scrip that replace lia to link is the best solution i think.
cyrille
Ciao
Hallo, cyrille henry hat gesagt: // cyrille henry wrote:
hello,
Frank Barknecht a écrit :
Hallo, cyrille henry hat gesagt: // cyrille henry wrote:
the only problem i've got is that the old french name (masse / lia ...) does not work anymore.
What about doing wrappers as abstractions?
look like possible, but i'm not sure : link $1 $2 $3 $4 $5 -> link 0 0 0 0 0 will be the same as link without argument. (argument number is important).
Oh, yes, that looks tricky. Maybe one could do with creating an object using dynamice messages and IEMlib's [dollarg], but that might be overkill.
Do the new single files still respond to the old alternate names? Then I think, one could still create a [lia] as soon, as the first [link] was created or if link.pd_linux was preloaded with -lib.
cyrille a small scrip that replace lia to link is the best solution i think.
Here's a little perl one-liner for this:
$ perl -pi.bak -e 's/^(#X obj \d+ \d+) OLD_NAME\b/$1 NEW_NAME/' *.pd
Ciao
I fixed up externals/Makefile so that it'll work with it (I changed one character, and added a line).
.hc
On Jun 14, 2006, at 6:33 AM, cyrille henry wrote:
hello,
in order to allow a better integration to hsc installer, i just split pmpd in single file.
i commited the change, and added the new file to build in external/ build/src i did not change the other build system.
the only problem i've got is that the old french name (masse / lia ...) does not work anymore. so i had to change somes example in order to remove this old objects name. This will break some patchs...
i save the old pmpd lib : http://drpichon.free.fr/pmpd/download/pmpd_0.7_cvs.tar.gz
Cyrille
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
------------------------------------------------------------------------
Using ReBirth is like trying to play an 808 with a long stick. - David Zicarelli