maybe i&#39;m not getting something, but why is it necessary to run several instances of libpd? if you&#39;re trying to recreate 10 Audio sources with one Audio Listener in 3D space it seems you&#39;d simply create enough subpatches to go into your main patch plus some mixing, or HRTF audio data. each subpatch comes with information for 3D location and tracks movement of the player relative to that, but the final output should really be coming from the Audio Listener, with the output levels, panning etc mixed relative to the players position in the space. The Audio Listener is only needed one time, so to me everything would be submixed down from Audio Source to Audio Listener.<div>
<br></div><div>now the biggest issue to me is telling libpd you want to create an Audio Source on the fly and be able to create individual instances of the subpatcher doing the work of the Audio Source. and somehow the output of each subpatcher could be mixed down to a 3D stereo binaural signal.</div>
<div><br></div><div>i think instances would end up being extremely inefficient and take up larger space and probably CPU. if you had 10 Audio Sources and one Audio Listener - that would  be 11 instances of libpd, which i think could potentially bog down something like an iPad or Android device very quickly. it just doesn&#39;t seem practical.</div>
<div><br></div><div>scott<br><br><div class="gmail_quote">On Wed, Aug 15, 2012 at 4:48 PM, patrick <span dir="ltr">&lt;<a href="mailto:puredata@11h11.com" target="_blank">puredata@11h11.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi,<br>
<br>
there&#39;s a huge downside on using libpd with unity, you cannot use multiple instances of libpd: allowing to use multiple audio source in 3d space (no spacialization possible only a single audio source / instance).<br>

<br>
quoting Peter:<br>
<a href="http://goo.gl/t6LVe" target="_blank">http://goo.gl/t6LVe</a><br>
<br>
&quot;Miller Puckette is aware of the issue, and a few weeks ago he hinted that he may have a solution that&#39;s not too terribly complicated.&quot;<br>
<br>
what is the current state of this solution?<br>
<br>
i am still trying to find a way &amp; information on how to have 2 audio source / 2 patch / 2 Libpd.Process(). if anyone have suggestions on how to achieve that...<br>
<br>
thanks<br>
<br>
______________________________<u></u>_________________<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/<u></u>listinfo/pd-list</a><br>
</blockquote></div><br></div>