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