Hi IOhannes, Hi listers!<br><br><div><span class="gmail_quote">2007/5/10, IOhannes m zmoelnig &lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</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;">
<br>raul diaz wrote:<br>&gt; Hi IOhannes, Hi list!<br><br>seems like you forgot the list, i added it now...</blockquote><div><br>Sorry...I forgot to add list address. <br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;<br>&gt; I&#39;m making a patch for live video data manipulation with pix_video --&gt;<br>&gt; pix_resize --&gt; pix_dump<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; if you have plenty of cpu left, you could go for Gem&#39;s [pix_dump], which
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; dumps the entire image as a list into &quot;pd-space&quot;. then you can do<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; whatever you want with it (e.g. use iemmatrix to calculate what you<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; need).<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; another solution with Gem might be to use [pix_resize] with a width of 1
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; and then [pix_dump] the image &quot;column&quot;.<br>&gt;<br>&gt;<br>&gt; I want to use this video data to control audio synthesis parameters, but<br>&gt; first I need to management the list from pix_dump outlet.
<br>&gt; What&#39;s the best way to manipulate this data?<br>&gt; I discard iemmatrix because I haven&#39;t found it compiled for windows (and<br>&gt; I have no idea about compiling externals).<br>&gt; I have tried to store this list into a table but I had no result.
<br>&gt; Maybe I could use list objects to management video data.<br>&gt;<br><br>well yes!<br>once the data is in pd-space (as list) you can use whatever you want to<br>manipulate it.<br>i don&#39;t think there is a general &quot;best way&quot; to do it.
<br>with recent versions of pd, using [list] is definitely a good choice<br>(doesn&#39;t require any externals)<br>how have you tried to dump the data into a table and why did it not<br>work? (in older pd&#39;s i would have used zexy&#39;s [tabset] instead of
<br>manually unrolling the list and writing the data with [tabwrite]; you<br>canalso do this with plain pd)</blockquote><div><br>Finally I have made a patch to store video data into tables (R, G and B tables) with list and tabwrite. Sorry, but I got confused with list objetcs (working very late at night isn&#39;t so good ;-)
<br>Attached is the new patch.<br><br>But now I have 2 options: to work with tables (reading tables values with tabread and manipulating this values) or to work without tables, manipulating lists directly to extract each value I need. What&#39;s the best option in terms of computational effectivity? (I use a lot of data which require a lot of cpu, so I need to minimize computational cost). I will use this video data for audio synthesis.
<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">as for iemmatrix, isn&#39;t it part of pd-extended? i will put a binary<br>online today....
<br></blockquote></div><br>I would like to take a look at iemmatrix. Please, tell me where I could find the binary for win32.<br><br>Saludos!<br clear="all"><br>-- <br>Raul Diaz Poblete<br>*************************<br><a href="mailto:raul.lete@gmail.com">
raul.lete@gmail.com</a><br>Ciudad Real [Spain]