Thanks for the quick response. Sorry I was not specific enough. I was not aware of the differences in how Pd handles zexy v0.0 and zexy v2.2.6.
Using [declare zexy] does work with version 2.2.6. I had tried [import zexy], which I suppose does not work with the d_fat file. While I had recently become accustomed to the [library/object] format, I can understand the benefits of a single library file.
Many thanks to Lucas and IOhannes.
Sam
Message: 3 Date: Sun, 4 Sep 2016 18:31:44 +0000 From: Lucas Cordiviola lucarda27@hotmail.com To: Samuel Burt composer.samuel.burt@gmail.com, Pd-list pd-list@lists.iem.at Subject: Re: [PD] Missing pd_darwin files with zexy in 0.47.1 Message-ID: < BL2PR01MB339D98F27E80BC7FF6657ACA6E70@BL2PR01MB339.prod.exchangelabs.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
Zexy 2.2.6svn is a lib. Contains all help files and one file with all objects (zexy.dll on Windows).
To use it you must load the lib.
You can load it in several ways, one way is with [declare], depending on where you've installed zexy it could be: [declare -stdlib zexy] or [declare -lib where/you/installed/zexy]
If you have both versions installed in the same parent dir, change the name of the folder for 0-0extended (the one with all darwin files) to zexy0. When using 2.2.6 the folder name must be zexy.
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of Samuel Burt < composer.samuel.burt@gmail.com> Sent: Sunday, September 4, 2016 12:42 PM To: Pd-list Subject: [PD] Missing pd_darwin files with zexy in 0.47.1
List,
I just installed Pd 0.47.1 in Mac OS 10.11.5. Using deken to download the latest zexy package, I found that all the pd_darwin files were missing! If you are missing your zexy objects, download the oldest version of zexy listed in deken.
Thanks, Sam
On 09/05/2016 04:53 PM, Samuel Burt wrote:
Thanks for the quick response. Sorry I was not specific enough. I was not aware of the differences in how Pd handles zexy v0.0 and zexy v2.2.6.
well, there is no zexy "v0.0". deken provides a "v0.0.extended" which is not quite the same as "v0.0" (and is just a made-up version for all libraries that were stripped from Pd-extended; in retrospect this idea was somewhat faulty as nobody seems to understand it)
Using [declare zexy] does work with version 2.2.6. I had tried [import zexy]
Pd-0.47 does not have an [import] object. [import] was just the Pd-extended way of saying [declare]
gfmds IOhannes