[PD] using my abstractions with PdParty (best practice)

Dan Wilcox danomatika at gmail.com
Mon Aug 8 21:11:03 CEST 2016


The simplest answer: both. It’s up to what you need / how you work. 

RjDj encouraged people to package *all* the libs needed by a scene within the scene itself. This ensures you can pass a scene to someone else and know it has all of it’s dependencies. The downside is that then you end up having *alot* of redundant abstraction lib copies.

The libs folder is kind of like Desktop pd’s extra folder so you have a central place to put commonly used abstractions. Bundling libs within a scene will still work of course as, like Desktop pd, the local scene copy should override the libs copy. A secondary reason PdParty has the libs folder is to allow users to override/modify the few built-in abstractions as there is a secondary copy kept internally. I may remove having a direct copy already placed in libs in the future.

In any case, one of the important points for me is that, generally, PdParty scenes should work on Desktop. This is partially experience for being able to run a backup set on my laptop if the hardware setup fails :P

--------
Dan Wilcox
@danomatika <https://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
> On Aug 8, 2016, at 10:21 AM, mitchell turner <mmturner2468 at gmail.com> wrote:
> 
> Dan,
> I have finally gotten around to trying out PdParty and absolutely love it.  Thanks for all of the work you did getting this to run.  I’m sure I’m not the only one who appreciates your work.
> 
> I have a question regarding how best to use my own abstractions within PdParty on iOS.  I have been successful using my abstractions two ways:
> 1) copy my abstraction into the PdParty directory that contains my main patcher.  
> 2) copy my abstraction into the main “lib” directory inside PdParty.  
> 
> I guess my question is: what is the best place to put user-created abstractions within the file structure of PdParty.
> 
> For those interested, I’m using the latest version of PdParty on iOS 9.3.4 and Pd Vanilla 0.47.0. 
> 
> Thanks again,
> Mitch
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160808/3e584b65/attachment-0001.html>


More information about the Pd-list mailing list