<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">On Sep 30, 2016, at 3:34 PM, João Pais <<a href="mailto:jmmmpais@gmail.com" class="">jmmmpais@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="" style="font-family: 'Times New Roman'; font-size: 13px;">something I don't know about, is it (theoretically, if legally) possible to adapt externals so that they run with libpd?</div></div></blockquote><div><br class=""></div><div>Yes. People are using externals in their libpd projects. You simply include the external sources and then define & call their external’s setup function. I recently added a wiki page about this: <a href="https://github.com/libpd/libpd/wiki/Adding-Pure-Data-external-libraries-to-your-project" class="">https://github.com/libpd/libpd/wiki/Adding-Pure-Data-external-libraries-to-your-project</a></div><div><br class=""></div><blockquote type="cite" class=""><div class="" style="font-family: 'Times New Roman'; font-size: 13px;">also, does it mean that the core libpd is the same in both android and ios, or did you need to adapt libpd for pdparty? or, you just programmed everything around libpd, but left libpd as it is?</div></blockquote><br class=""></div><div>Yes, libpd is same for desktop, Android, and iOS. The only difference is some language wrappers (Java, Obj-C) and a couple extra interfaces to provide audio I/O. PdParty then uses libpd and a custom UI which communicates with the libpd instance and any patches currently loaded. I’ll go into all of this in a paper for Pd Con :)</div><div><br class=""></div><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">--------<br class="">Dan Wilcox<br class=""><a href="https://twitter.com/danomatika" class="">@danomatika</a><br class=""><a href="http://danomatika.com" class="">danomatika.com</a><br class=""><div class=""><a href="http://robotcowboy.com" class="">robotcowboy.com</a></div></div>

</div>
<div><br class=""></div><br class=""></body></html>