correction
about the library: in the browser the library (zexy)is present.
it is however not possible to create an object from it. also clicking in the browser on e.g. atoi-help cannot create the object atoi.
rolf
On 2015-10-12 15:19, rolfm@dds.nl wrote:
correction
about the library: in the browser the library (zexy)is present.
it is however not possible to create an object from it. also clicking in the browser on e.g. atoi-help cannot create the object
deken will download/install the library. it will not activate/enable/load/... load it for you.
fgmasdr IOhannes
IOhannes m zmoelnig zmoelnig@iem.at schreef:
On 2015-10-12 15:19, rolfm@dds.nl wrote:
correction
about the library: in the browser the library (zexy)is present.
it is however not possible to create an object from it. also clicking in the browser on e.g. atoi-help cannot create the object
deken will download/install the library. it will not activate/enable/load/... load it for you.
fgmasdr IOhannes
when i use pdext 43.4 without the libraries it finds zexy in
..AppData/Roaming/Pd by itself,
and it's possible to create e.g. [atoi].
with vanilla 46.7 this works for a handfull of libraries i tried, like
list-abs, testtools, readdir, moocow,
BUT NOT for zexy.
deken gives 2 downloadables for zexy, both fail.
the disfunctionality i mentioned in the opening of this thread
reappeared a few times.
i cannot yet determine what's exactly causing it
(hickups in the internet connection?).
rolf
On 10/12/2015 06:16 PM, rolfm@dds.nl wrote:
when i use pdext 43.4 without the libraries it finds zexy in ..AppData/Roaming/Pd by itself, and it's possible to create e.g. [atoi].
could you repeat your tests with "-verbose" turned on for both pdx and pd-vanilla and post the complete output.
the disfunctionality i mentioned in the opening of this thread reappeared a few times. i cannot yet determine what's exactly causing it (hickups in the internet connection?).
i doubt that the problem is on your side (e.g. broken internet connection). more likely it is just the server taking too long to respond. how long do you wait before you consider Pd "disfunctional"?
gfmadsr IOhannes
On Mon, 2015-10-12 at 18:16 +0200, rolfm@dds.nl wrote:
when i use pdext 43.4 without the libraries it finds zexy in
..AppData/Roaming/Pd by itself, and it's possible to create e.g. [atoi].
Did you verify that [atoi] actually comes from the deken installed zexy and not from Pd-extended's own zexy?
with vanilla 46.7 this works for a handfull of libraries i tried, like
list-abs, testtools, readdir, moocow, BUT NOT for zexy. deken gives 2 downloadables for zexy, both fail.
Yes, there is a zexy (v0.0) ported from Pd-extended and a 'vanilla' zexy 2.2.6svn. It's important to know that - unlike the Pd-extended zexy - the vanilla zexy comes as multiple-objects-in-one-file library. This means you have to first [declare -stdlib zexy] or create [zexy] before you can successfully instantiate [atoi].
Roman