atom feed10 messages in at.iem.pd-listRe: [PD] [PD-announce] workshop: Pd a...
FromSent OnAttachments
Hans-Christoph SteinerApr 7, 2011 8:10 am 
Richie CynglerApr 7, 2011 3:44 pm 
R. Kevin NelsonApr 7, 2011 3:52 pm 
João PaisApr 8, 2011 3:50 am 
patrickApr 8, 2011 3:58 am 
Peter BrinkmannApr 8, 2011 10:28 am 
Peter BrinkmannApr 8, 2011 10:54 am 
Mathieu BouchardApr 8, 2011 11:06 am 
patrickApr 8, 2011 11:18 am 
Mathieu BouchardApr 8, 2011 11:50 am 
Subject:Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine
From:Peter Brinkmann (pete@googlemail.com)
Date:Apr 8, 2011 10:28:49 am
List:at.iem.pd-list

On Fri, Apr 8, 2011 at 6:51 AM, João Pais <jmmm@googlemail.com> wrote:

NY is a couple thousand Km away from Berlin, so I'm for that as well.

Also, is pdlib just with pd-vanilla, or is it possible to use externals with it?

The short answer is that yes, externals work with libpd. A slightly longer answer is that your operating system determines how externals work. If dlopen is available (e.g., on Android), then you can load externals as needed, the way Pd does it. If dlopen is not available (e.g., on iOS), then you need to decide in advance which externals you want to use and compile them into your code. Peter