<br><br><div class="gmail_quote">On Fri, Apr 8, 2011 at 6:51 AM, Joćo Pais <span dir="ltr">&lt;<a href="mailto:jmmmpais@googlemail.com">jmmmpais@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
NY is a couple thousand Km away from Berlin, so I&#39;m for that as well.<br>
<br>
Also, is pdlib just with pd-vanilla, or is it possible to use externals with it?<br></blockquote><div><br>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.<br>
      Peter<br><br></div></div>