Re: [PD] How to declare custom libraries in abstractions

2018-04-20 Thread Alexandre Torres Porres
2018-04-13 17:03 GMT-03:00 José Rafael Subía Valdez : > > > so if let's say "cyclone" decides to compile it into one file, I am not > sure if objects created with [library/object] in a patch will > successfully create. > ok, so, as of now, cyclone officially needs to be

Re: [PD] How to declare custom libraries in abstractions

2018-04-15 Thread Alexandre Torres Porres
2018-04-14 17:39 GMT-03:00 IOhannes m zmölnig : > On 04/14/2018 03:16 AM, Alexandre Torres Porres wrote: > > Gem is special, as it adds its own path to Pd's search path and the user > shouldn't manually do that. > Wow! Nice to know you can do that. I guess we can figure that out

Re: [PD] How to declare custom libraries in abstractions

2018-04-14 Thread IOhannes m zmölnig
On 04/14/2018 03:16 AM, Alexandre Torres Porres wrote: > If a library like GEM has abstractions, you need to both add it to the > paths AND as a a library. Gem is special, as it adds its own path to Pd's search path and the user shouldn't manually do that. fgmards IOhannes signature.asc

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread Alexandre Torres Porres
ag, 14. April 2018 um 02:17 Uhr > Von: "Alexandre Torres Porres" <por...@gmail.com> > An: "José Rafael Subía Valdez" <jsubiaval...@gmail.com> > Cc: "PD list" <pd-list@lists.iem.at> > Betreff: Re: [PD] How to declare custom libraries in abstrac

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread Christof Ressi
mstag, 14. April 2018 um 02:17 Uhr Von: "Alexandre Torres Porres" <por...@gmail.com> An: "José Rafael Subía Valdez" <jsubiaval...@gmail.com> Cc: "PD list" <pd-list@lists.iem.at> Betreff: Re: [PD] How to declare custom libraries in abstractions     2018-0

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread Alexandre Torres Porres
2018-04-13 17:03 GMT-03:00 José Rafael Subía Valdez : > Hello list, > > I have a couple of questions or more like "views" on this too. > > 1. the problem with using [library/object] method (when libraries compiled > as one single file) is that you must always include the

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread Alexandre Torres Porres
at if the user doesn't want to use the local > externals, s/he can simply delete the given folders. All of the external > objects in the Context patch, which are given as [library/object], proceed > to search for the relevant object in "PD documents". This seems about as > simp

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread José Rafael Subía Valdez
as > simple as it ever could be. Or am I wrong? > > Liam > > > *From:* Alexandre Torres Porres <por...@gmail.com> > *Sent:* 13 April 2018 15:43 > *To:* Liam Goodacre > *Cc:* PD list > *Subject:* Re: [PD] How to declare custom libraries in abstractions > > 20

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread Lucas Cordiviola
;por...@gmail.com><mailto:por...@gmail.com> Sent: 13 April 2018 15:43 To: Liam Goodacre Cc: PD list Subject: Re: [PD] How to declare custom libraries in abstractions 2018-04-13 8:21 GMT-03:00 Alexandre Torres Porres <por...@gmail.com<mailto:por...@gmail.com>>: 201

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread Liam Goodacre
re Torres Porres <por...@gmail.com> Sent: 13 April 2018 15:43 To: Liam Goodacre Cc: PD list Subject: Re: [PD] How to declare custom libraries in abstractions 2018-04-13 8:21 GMT-03:00 Alexandre Torres Porres <por...@gmail.com<mailto:por...@gmail.com>>: 2018-04-13 4:10 G

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread Alexandre Torres Porres
2018-04-13 8:21 GMT-03:00 Alexandre Torres Porres : > > > 2018-04-13 4:10 GMT-03:00 Liam Goodacre : > >> >> distributing externals along with an abstraction is bad form like you > said, in my opinion > >> >>1. Assuming that there is something wrong

Re: [PD] How to declare custom libraries in abstractions

2018-04-13 Thread Alexandre Torres Porres
2018-04-13 4:10 GMT-03:00 Liam Goodacre : > Hi all > > You might remember from last year that I wanted to distribute externals > along with an abstraction library (Context) so that new users can download > and get it working in as few clicks as possible, without having to