<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Pack dont unpack]]></title><description><![CDATA[<p>Hi everyone!</p>
<p>Im having a problem with [pack] and [unpack] object...</p>
<p>I'm trying pack all the the messages ( fiducial number, x, y, angle, etc...) recived from tuioClient in only one pack [pack $1 $2 $3 $4 $5], but when i unpack dont work.</p>
<p>How can tell me what i am doing wrong? Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 02:18:15 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/3359.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Dec 2009 15:41:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pack dont unpack on Wed, 09 Dec 2009 15:41:30 GMT]]></title><description><![CDATA[<p>Hi everyone!</p>
<p>Im having a problem with [pack] and [unpack] object...</p>
<p>I'm trying pack all the the messages ( fiducial number, x, y, angle, etc...) recived from tuioClient in only one pack [pack $1 $2 $3 $4 $5], but when i unpack dont work.</p>
<p>How can tell me what i am doing wrong? Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack</guid><dc:creator><![CDATA[aletropdj]]></dc:creator><pubDate>Wed, 09 Dec 2009 15:41:30 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Thu, 10 Dec 2009 02:35:29 GMT]]></title><description><![CDATA[<p>$1, $2, etc. in objects are used as arguments for abstractions, which doesn't sound like what you need in this case. So you probably should have [pack f f f f f]. The f means float. Either way, though, it should still work (the messages going in the inlets should replace the arguments anyway). Post the patch so we can have a look at it.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/2</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Thu, 10 Dec 2009 02:35:29 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Mon, 14 Dec 2009 12:00:51 GMT]]></title><description><![CDATA[<p>ok... its here!</p>
<p>when i put a metro im the entry of the message [1&lt; the patch works.....</p>
<p>Any idea?</p>
<p>thanks</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/pack.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/pack.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/3</guid><dc:creator><![CDATA[aletropdj]]></dc:creator><pubDate>Mon, 14 Dec 2009 12:00:51 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Mon, 14 Dec 2009 14:17:57 GMT]]></title><description><![CDATA[<p>only the first inlet will 'trigger' the pack. so, for every other value, you will need to do it like this:</p>
<p>v<br />
|<br />
[t b f]<br />
| \<br />
[pack f f f ]</p>
<p>or else, just make sure that the left inlet of pack receives its message LAST, so it will trigger all the other values.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/4</guid><dc:creator><![CDATA[mod]]></dc:creator><pubDate>Mon, 14 Dec 2009 14:17:57 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Mon, 14 Dec 2009 23:20:44 GMT]]></title><description><![CDATA[<p>Whats the &quot;v&quot; means?</p>
<p>Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/5</guid><dc:creator><![CDATA[aletropdj]]></dc:creator><pubDate>Mon, 14 Dec 2009 23:20:44 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Tue, 15 Dec 2009 08:25:52 GMT]]></title><description><![CDATA[<p>I think mod just wants to indicate &quot;any value&quot; that you want to set in a non-left inlet of the pack object.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/6</guid><dc:creator><![CDATA[domien]]></dc:creator><pubDate>Tue, 15 Dec 2009 08:25:52 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Tue, 15 Dec 2009 10:43:48 GMT]]></title><description><![CDATA[<p>yes, the 'v' is just an arrow.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/7</guid><dc:creator><![CDATA[mod]]></dc:creator><pubDate>Tue, 15 Dec 2009 10:43:48 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Wed, 16 Dec 2009 17:14:24 GMT]]></title><description><![CDATA[<p>Anyone cal help me with a pratical example?</p>
<p>I dont understand why i can do that.</p>
<p>Tanks for yours time....</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/8</guid><dc:creator><![CDATA[aletropdj]]></dc:creator><pubDate>Wed, 16 Dec 2009 17:14:24 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Wed, 16 Dec 2009 17:39:58 GMT]]></title><description><![CDATA[<p>here you are</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/tb.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/tb.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/9</guid><dc:creator><![CDATA[arif]]></dc:creator><pubDate>Wed, 16 Dec 2009 17:39:58 GMT</pubDate></item><item><title><![CDATA[Reply to Pack dont unpack on Thu, 17 Dec 2009 12:08:41 GMT]]></title><description><![CDATA[<p>Thanks...</p>
<p>The patch work, but do a error in pd program window &quot;mistake match&quot; e guess?!?!?</p>
<p>Has any way to around this error?</p>
<p>All the best</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3359/pack-dont-unpack/10</guid><dc:creator><![CDATA[aletropdj]]></dc:creator><pubDate>Thu, 17 Dec 2009 12:08:41 GMT</pubDate></item></channel></rss>