Thanks! Working now. I should have thought to try adding the .d_fat to the startup path.
On Sun, 2018-11-18 at 11:08 -0600, Rick Snow wrote:
The time and date objects in the current zexy are not loading on macOS High Sierra. When I pull the .pd_darwin files from an old pd- extended resources/extra/zexy folder they do load.
Make sure to load the library. Only adding the path is not sufficient for multi-object libraries like zexy. Since pd-extended compiled all objects into their own file, everything loads by only specifying the path. (The pd-extended way had its own quirks with certain objects with special characters in their name).
BTW: Some objects of the new zexy still do load, because some of the objects are provided as both, compiled external and abstraction.
Roman
Em seg, 19 de nov de 2018 às 12:43, IOhannes m zmoelnig zmoelnig@iem.at escreveu:
On 19.11.18 14:28, Rick Snow wrote:
Thanks! Working now. I should have thought to try adding the .d_fat to
the startup path.
better yet: use [declare -path zexy -lib zexy]
doesn't just [declare -lib zexy] work?
On Mon, 2018-11-19 at 13:30 -0200, Alexandre Torres Porres wrote:
Em seg, 19 de nov de 2018 às 12:43, IOhannes m zmoelnig < zmoelnig@iem.at> escreveu:
better yet: use [declare -path zexy -lib zexy]
doesn't just [declare -lib zexy] work?
No, some objects like [rad2deg] are provided only as abstractions.
Roman