<br><br><div class="gmail_quote">2010/10/26 padovani <span dir="ltr">&lt;<a href="mailto:zepadovani.lists@gmail.com">zepadovani.lists@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hello,<br>
<br>
is there a way to access a PD array from another app?<br>
<br>
I&#39;m trying to do some visualizations from arrays in Processing and in openFrameworks and have managed to send 256 floats tables (with [switch~]) per DSP block through OSC: anyway, OSC is not build to manage streams, but to send control messages...<br>


<br>
What are the other options to do this?<br>
<br></blockquote><div>Hi José, <br></div><div>how fast do the updates have to be?<br>you could just use soundfiler to write the table to disk so the other app can access it from there?<br>another option (at least in linux) i can think of is making a &#39;named pipe&#39;, but I never did that myself. <br>

maybe yet another solution could be streaming audio via jack ? although I&#39;m not sure if processing and openFrameworks can talk to that.<br>gr,<br>Tim<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


(OBS: I would like to receive the data with no compression)<br>
<br>
thanks for any idea/help,<br>
<br>
josé<br><font color="#888888">
<br>
-- <br>
<a href="http://zepadovani.info" target="_blank">http://zepadovani.info</a><br>
<br>
_______________________________________________<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>
</font></blockquote></div><br>