Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-20 Thread Liam Goodacre
What do you usually do to use objects from these libraries? All externals objects are declared as [library/object] inside Context, so it it works outside the patch, I don't understand why it wouldn't work inside. Can you for instance create [iemguts/canvasargs] in a regular patch?

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-19 Thread Raphaël Ilias
Good to know that my testing was useful. However, I don't know if this is important for your testings, but I DO have iemguts and zexy (and cyclone, flatgui, hcs and list-abs... for the ones you use) already installed via Deken (so on Mac OS X now they're put in /Users/myuseraccount/Library/Pd/).

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-19 Thread Liam Goodacre
Thanks Raphaël. It's especially good to know that Context works on Mac, since I haven't tested it there myself. It looks like you don't have the zexy, iemguts or else installed. You can get them from Help-->Find Externals if you want, but the important thing is that Context works with the

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-19 Thread Raphaël Ilias
Hi, I might be late for the answer... I didn't know Context, but I just had a quick look about it and seems interesting concept. I am trying "externs-test.pd". I am using Macbook Pro 2012 with OS X 10.10.5 Yosemite and pd-vanilla 0.48-1 1. I don't have any "couldn't create" on load 2. I don't

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-16 Thread Liam Goodacre
So Context relies on a share patch which loads with the first instance of Context that you create. It's mostly there just to store certain arrays, but it can sometimes cause confusing behavior like this. Could you try closing PD, opening it again, then opening test-1, closing it, then opening

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-15 Thread Alexandre Torres Porres
2018-04-15 5:53 GMT-03:00 Liam Goodacre : > Hi Lucas, thanks for testing! > > *cyclone/tanh~* > *... couldn't create* > > > Thanks for spotting this. To avoid needing yet another external, and since > this is just a part of the demo, I've replaced this object with [expr~ >

Re: [PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-15 Thread Lucas Cordiviola
On 4/15/2018 5:53 AM, Liam Goodacre wrote: I'm guessing that test-1.pd will open and the others won't. Kind of strange: I can open test-1 so then I try test-2 and it crashes. So I reopen Pd and try test-2 and here it works. (What?) test-3 always crashes. win8.1: Problem Event Name:

[PD] CONTEXT V3.0.2 tests. (was: How to declare custom libraries in abstractions)

2018-04-14 Thread Lucas Cordiviola
Hi Liam, Amazing patching! - 1: When you open this patch, are there any "couldn't create" messages in the console? If so, tell me! There are not "couldn't create" on "externs-test.pd" but I found: cyclone/tanh~ ... couldn't create going through examples that use