<div dir="ltr"><div><div><div><div><br></div>libpd itself only tracks Pd Vanilla, but you can use externals with it. On platforms the support dynamic libraries (e.g., Android), you can just build and package your externals like any other native binary, and libpd will be able to use them (as long as the binaries are on the search path, but there are utilities in pd-for-android that take care of that for you). On platforms that don&#39;t support dynamic libraries (e.g., iOS), you can still link externals with your app, you just have to manually initialize them. The pd-for-ios wiki explains how.<br>
<br></div>About sending GPS coordinates to libpd, the easiest way to do this is to use the libpd&#39;s message passing mechanism, no need for OSC or other networking. To get an idea how this works, look at the way the ScenePlayer app in pd-for-android handles accelerometer values.<br>
</div>Hope this helps,<br></div>šššš Peter<br><br><div><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 20, 2013 at 11:19 PM, Scott R. Looney <span dir="ltr">&lt;<a href="mailto:scottrlooney@gmail.com" target="_blank">scottrlooney@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">well, i&#39;m not experienced at using libpd in an application but i&#39;ve definitely researched the topic pretty thoroughly. špeter brinkmann is the obvious expert here to talk to. so here&#39;s what i know:<div>

<br></div><div>libpd only uses vanilla objects, although expr~ was recently included in that group. it can be extended by including other libraries into libpd as far as i&#39;m aware. i&#39;m definitely aware of at least two cases where the cyclone library has been compiled for use with libpd.</div>

<div><br></div><div>so, if your plan is to use it locally with your friends, this should basically work fine. also as far as distribution via the different stores, there should be no issues with offering a product for Android via Google Play.š</div>

<div><br></div><div>however, if you are releasing this product on the iTunes Store, Apple has a restriction that does not allow third party libraries to be included that have GPL licensing. since the vast majority of PD libraries have this licensing on the binaries, it means you will need to recompile the desired libraries from source and change the license in order to put the product on the store. BSD or MIT licenses seem to be preferred. without this license change, i don&#39;t think that you can even offer the app for free, but i&#39;m not sure about this.</div>

<div><br></div><div>if anyone else has more accurate information, feel free to confirm, clarify or refine.</div><div><br></div><div>hope this helps,</div><div>scott</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote"><div><div class="h5">On Wed, Feb 20, 2013 at 4:01 PM, æÙ×ÁÐÒ ïÌÄÖÜ×ÉÞ <span dir="ltr">&lt;<a href="mailto:tofuckof@inbox.ru" target="_blank">tofuckof@inbox.ru</a>&gt;</span> wrote:<br></div>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">

<div>Dear List !<br><br>Are here some people, who worked with LibPD ? <br><br>I&#39;m on a way of trying to make pd-driven sampler for a portable platforms (iOS, Android).<br><br>The sampler should use GPS-data, somehow transmitted to PD. So i know that this kind of ideas were already succesfully made with PD by RjDj.<br>

<br>I know that LibPD is the only way to embed the sound engine to external code.<br><br>questions right now:<br><br>1)šIs LibPD working with Vanilla version of PD only ?š<br><br>Or maybe I can programm in Extended, but not using extra libraries ?<br>

<br>2) can the LibPD recieve OSC or some other way an external data ? in my case we want it to recieve GPS coordinates and maybe some data from the device sensors... ( it is meant to be smartphone)<br><br>And is it done the same way as in extended ?š<br>

<br><br>Thankyou very much !<br><br>š</div>
<br></div></div>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div></div></div></div></div></div></div>