Ok, so it still complains of the error and I&#39;m not getting the output I wanted... <div><br></div><div>That is the point... I was precisely complaining abou that error with that specific list. in fact, that list should be as big as 1 2 2 1 3 1 3 3  2 1 3 or something like that. Tell me why am I get getting this... I don&#39;t see elements that expect floats that are getting lists...<br>
<br><div class="gmail_quote">On Wed, Sep 1, 2010 at 10:10 PM,  <span dir="ltr">&lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Have a look in the patch, where there are comments. As you can see there<br>
is a list [1 2(. when this list is sent, there is an error.<br>
Open the both patches and follow the comment.<br>
++<br>
<font color="#888888"><br>
Jack<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
&gt; Yes, I do. That is kind of the whole point of it. The list is the numbers<br>
&gt; of<br>
&gt; the samples I want to be played, in order. The difference is, if I get an<br>
&gt; &quot;analyze&quot; in the beginning, I want it to play the sample AND analyze if<br>
&gt; the<br>
&gt; gestures being played by the user (which will be detect through another<br>
&gt; software) correspond to the sample being played. The user will have<br>
&gt; trained<br>
&gt; the system before, of course. Right now, I&#39;m not focusing on the analysis,<br>
&gt; but rather just making the damn thing play :P<br>
&gt;<br>
&gt; On Wed, Sep 1, 2010 at 9:53 PM, Jack &lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; That depend, do you need the first (1) or the second (2) float of your<br>
&gt;&gt; list ? (the list is in &#39;Gesture_Analysis&#39;, it is [1 2( before [MusExp])<br>
&gt;&gt; ++<br>
&gt;&gt;<br>
&gt;&gt; Jack<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno a<br>
&gt;&gt; écrit :<br>
&gt;&gt; &gt; SampleNoOut was supposed to be a float. why you&#39;re telling me it&#39;s a<br>
&gt;&gt; &gt; list, so I can fix it?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (sorry to send again. forgot to reply to all.)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wed, Sep 1, 2010 at 9:34 PM, Jack &lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt; wrote:<br>
&gt;&gt; &gt;         In your abstraction &#39;MusExp&#39;, you have a [s SampleNoOut]<br>
&gt;&gt; &gt;         sending a list.<br>
&gt;&gt; &gt;         Therefore, you have a problem in your main patch (near<br>
&gt;&gt; &gt;         &#39;Input_Song_control&#39; where you receive (by [r SampleNoOut])<br>
&gt;&gt; &gt;         the list in<br>
&gt;&gt; &gt;         a [pack] ([pack s f]).<br>
&gt;&gt; &gt;         So you need to receive a float in the second inlet but you get<br>
&gt;&gt; &gt;         a list.<br>
&gt;&gt; &gt;         There is the same problem with your other [r SampleNoOut]<br>
&gt;&gt; &gt;         follow by [sel<br>
&gt;&gt; &gt;         1 2 3]. [sel] need a float here !<br>
&gt;&gt; &gt;         ++<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;         Jack<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;         Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota<br>
&gt;&gt; &gt;         Damasceno a<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;         écrit :<br>
&gt;&gt; &gt;         &gt; Oh, sorry! I thought it was going to the whole list<br>
&gt;&gt; &gt;         already...<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt; here&#39;s the main patch...<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt; On Wed, Sep 1, 2010 at 8:49 PM, ypatios &lt;<a href="mailto:ypatios@gmail.com">ypatios@gmail.com</a>&gt;<br>
&gt;&gt; &gt;         wrote:<br>
&gt;&gt; &gt;         &gt;         and please &quot;reply to all&quot;! :)<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;         On 1 September 2010 21:40, Jack &lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt;<br>
&gt;&gt; &gt;         wrote:<br>
&gt;&gt; &gt;         &gt;                 Can you send us the main patch too ?<br>
&gt;&gt; &gt;         &gt;                 Because it is not possible to detect the<br>
&gt;&gt; &gt;         problem with<br>
&gt;&gt; &gt;         &gt;                 the subpatch.<br>
&gt;&gt; &gt;         &gt;                 ++<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;                 Jack<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;                 Le mercredi 01 septembre 2010 à 20:26 +0200,<br>
&gt;&gt; &gt;         Leandro<br>
&gt;&gt; &gt;         &gt;                 da Mota Damasceno a<br>
&gt;&gt; &gt;         &gt;                 écrit :<br>
&gt;&gt; &gt;         &gt;                 &gt; It&#39;s still quiet buggy and childish...<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt; Ok, here&#39;s the thing: I want a patch that<br>
&gt;&gt; &gt;         gets a<br>
&gt;&gt; &gt;         &gt;                 list that is a<br>
&gt;&gt; &gt;         &gt;                 &gt; sequence of numbers. each number is set to<br>
&gt;&gt; &gt;         play a<br>
&gt;&gt; &gt;         &gt;                 different sample<br>
&gt;&gt; &gt;         &gt;                 &gt; that has been loaded. I&#39;m still fixing the<br>
&gt;&gt; &gt;         &quot;play&quot;<br>
&gt;&gt; &gt;         &gt;                 part.<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt; I&#39;m sending it attached so you can tell me<br>
&gt;&gt; &gt;         what to<br>
&gt;&gt; &gt;         &gt;                 do.<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt; On Wed, Sep 1, 2010 at 8:21 PM, Jack<br>
&gt;&gt; &gt;         &lt;<a href="mailto:jack@rybn.org">jack@rybn.org</a>&gt;<br>
&gt;&gt; &gt;         &gt;                 wrote:<br>
&gt;&gt; &gt;         &gt;                 &gt;         Send us your patch.<br>
&gt;&gt; &gt;         &gt;                 &gt;         You can send list (and anything)<br>
&gt;&gt; &gt;         to subpatch<br>
&gt;&gt; &gt;         &gt;                 without problem.<br>
&gt;&gt; &gt;         &gt;                 &gt;         I guess you have an object in your<br>
&gt;&gt; &gt;         subpatch<br>
&gt;&gt; &gt;         &gt;                 that doesn&#39;t<br>
&gt;&gt; &gt;         &gt;                 &gt;         accept list but<br>
&gt;&gt; &gt;         &gt;                 &gt;         float.<br>
&gt;&gt; &gt;         &gt;                 &gt;         ++<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;         Jack<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;         Le mercredi 01 septembre 2010 à<br>
&gt;&gt; &gt;         20:01 +0200,<br>
&gt;&gt; &gt;         &gt;                 Leandro da Mota<br>
&gt;&gt; &gt;         &gt;                 &gt;         Damasceno a<br>
&gt;&gt; &gt;         &gt;                 &gt;         écrit :<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt; Hi guys,<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt; this is a very newbie question,<br>
&gt;&gt; &gt;         but I&#39;m<br>
&gt;&gt; &gt;         &gt;                 trying to send a<br>
&gt;&gt; &gt;         &gt;                 &gt;         list to the<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt; inlet of a subpatch i just made<br>
&gt;&gt; &gt;         and PD is<br>
&gt;&gt; &gt;         &gt;                 complaining it<br>
&gt;&gt; &gt;         &gt;                 &gt;         expected<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt; float. Does that mean I cannot<br>
&gt;&gt; &gt;         send list<br>
&gt;&gt; &gt;         &gt;                 to an inlet by<br>
&gt;&gt; &gt;         &gt;                 &gt;         default? is<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt; there a walk around?<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt; Leandro<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         _______________________________________________<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;&gt; &gt;         &gt;                 &gt;         &gt; UNSUBSCRIBE and<br>
&gt;&gt; &gt;         account-management -&gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;                 &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         _______________________________________________<br>
&gt;&gt; &gt;         &gt;                 <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;&gt; &gt;         &gt;                 UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt; &gt;         &gt;                 <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;         --<br>
&gt;&gt; &gt;         &gt;         ypatios<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt;<br>
&gt;&gt; &gt;         &gt; _______________________________________________<br>
&gt;&gt; &gt;         &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;&gt; &gt;         &gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt; &gt;         <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>