<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hey&nbsp;<div><br></div><div>Can processing receive data from a TCP port? If so you can use [netsend localhost &lt;port number&gt;] to send data via a port from pd. It's not necessarily meant for this, but it's useful for things like interaction with ruby. There's also the audio version [netsend~]<br><br></div><div>There's also a few forms of inter application audio bus you could use to do this directly, it's IAC on MAC OSX and I think it's Jack in linux (although I'm not sure how you'd go about this). But this might sort things out for you.</div><div><br></div><div>regards</div><div><br></div><div>Andrew</div><div><br><hr id="stopSpelling">From: timvets@gmail.com<br>Date: Tue, 26 Oct 2010 20:04:43 +0200<br>To: zepadovani.lists@gmail.com; pd-list@iem.at<br>Subject: Re: [PD] read Puredata array/table data from another app?<br><br><br><br><div class="ecxgmail_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="ecxgmail_quote" style="padding-left:1ex">

Hello,<br>
<br>
is there a way to access a PD array from another app?<br>
<br>
I'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 'named pipe', but I never did that myself. <br>

maybe yet another solution could be streaming audio via jack ? although I'm not sure if processing and openFrameworks can talk to that.<br>gr,<br>Tim<br><br></div><blockquote class="ecxgmail_quote" style="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">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>
<br>_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list</div>                                               </body>
</html>