Hey,<br>ya, gridflow does work, i tried some examples .<br>so to get the result as shown in : <a href="http://gridflow.ca/gallery/multiblob.png" target="_blank">http://gridflow.ca/gallery/multiblob.png</a> (the multiblob patch ) do i have to write the program for it? so is it available somewhere? <br>

Sisil.<br><br><div class="gmail_quote">On Wed, Aug 5, 2009 at 6:07 AM, Mathieu Bouchard <span dir="ltr">&lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">On Tue, 4 Aug 2009, sisil mehta wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is prolly the noobest question ever but i&#39;m new and dunno how to get around linux that well. How do i get flow_objects.c from gridflow/base/ running like seen in this link:<br>
</blockquote>
<br></div>
flow_objects.c is just a source file containing most builtin object classes of gridflow. you don&#39;t use it directly, you run &quot;make&quot; to make gridflow.pd_linux from that file (and from other files all together). Once you have successfully loaded the &quot;gridflow&quot; library in Pd, all builtins are supposed to be available. You shouldn&#39;t have any &quot;undefined symbol&quot; error, because if you do, you&#39;re sure gridflow.pd_linux is NOT loaded.<br>


<br>
almost every gridflow patch is using &quot;flow_objects.c&quot;. maybe I shouldn&#39;t have mentioned that file in the first place.<br>
<br>
please make sure that you have gridflow loading properly at first, perhaps by loading examples/hello-world.pd first, to see whether anything works at all. There&#39;s no reason why [#labeling] wouldn&#39;t work.<br>
<br>
Check the spelling, because I spelt [#labeling] with a single l, instead of the double l such as &quot;labelling&quot; (both exist in english).<br><font color="#888888">
<br>
 _ _ __ ___ _____ ________ _____________ _____________________ ...<br>
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec</font></blockquote></div><br>