<?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[PackOSC and typetags]]></title><description><![CDATA[<p>Hello PD users,<br />
I am using the MrPeach objects with PD-extended on OSX. I would like to Pack an OSC message that has two type tags, in this case a string and a boolean true.</p>
<p>sendtyped /set sT input 1 mute<br />
|<br />
|<br />
packOSC<br />
|<br />
|<br />
udpsend</p>
<p>The message above is what I am sending to the packOSC object. The packOSC is reporting the message &quot;Tag count does not match message count.&quot; For my use case I would like to have the string &quot;input 1 mute&quot; counted as one type tag and not a separate type tag for each individual word.</p>
<p>Any suggestions on how I can reformat my sendtyped message to actually get an OSC message that fits the listed type tags, One string and one boolean true.</p>
<p>Thanks in advance</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 11:41:12 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/7447.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Jun 2013 21:33:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PackOSC and typetags on Mon, 03 Jun 2013 21:33:55 GMT]]></title><description><![CDATA[<p>Hello PD users,<br />
I am using the MrPeach objects with PD-extended on OSX. I would like to Pack an OSC message that has two type tags, in this case a string and a boolean true.</p>
<p>sendtyped /set sT input 1 mute<br />
|<br />
|<br />
packOSC<br />
|<br />
|<br />
udpsend</p>
<p>The message above is what I am sending to the packOSC object. The packOSC is reporting the message &quot;Tag count does not match message count.&quot; For my use case I would like to have the string &quot;input 1 mute&quot; counted as one type tag and not a separate type tag for each individual word.</p>
<p>Any suggestions on how I can reformat my sendtyped message to actually get an OSC message that fits the listed type tags, One string and one boolean true.</p>
<p>Thanks in advance</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags</guid><dc:creator><![CDATA[rmele76]]></dc:creator><pubDate>Mon, 03 Jun 2013 21:33:55 GMT</pubDate></item><item><title><![CDATA[Reply to PackOSC and typetags on Tue, 04 Jun 2013 04:37:33 GMT]]></title><description><![CDATA[<p>You have three variables here: a string, int (or boolean), and another string. You can't really expect to get two from three.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags/2</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Tue, 04 Jun 2013 04:37:33 GMT</pubDate></item><item><title><![CDATA[Reply to PackOSC and typetags on Tue, 04 Jun 2013 21:54:30 GMT]]></title><description><![CDATA[<p>Thanks for the reply.</p>
<p>Often with OSC messages you can include several words inside of one larger string message.</p>
<p>For my use case the 1 in &quot;input 1 mute&quot; refers to a channel number and not a boolean mute state. The type tag &quot;T&quot; or &quot;F&quot; handles that. So for me my goal is to have the packOSC object handle &quot;input 1 mute&quot; as one message and not three separate messages.</p>
<p>In MAX/MSP I would accomplish this by surrounding the input 1 mute message in quotes. So &quot;input 1 mute&quot; would get type cast as one single string with the spaces counted as characters.</p>
<p>I understand PD is not MAX I am just using that as an example, hopefully there is an equivalent way with PD.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags/3</guid><dc:creator><![CDATA[rmele76]]></dc:creator><pubDate>Tue, 04 Jun 2013 21:54:30 GMT</pubDate></item><item><title><![CDATA[Reply to PackOSC and typetags on Tue, 04 Jun 2013 23:30:03 GMT]]></title><description><![CDATA[<p>Ah, okay. I misread your post. You can use [zexy/list2symbol] to convert a list of three atoms into one symbol.</p>
<p>[input 1 mute(<br />
|</p>
<p>&lt;-- because messages that don't start with a number<br />
| aren't assumed to be lists<br />
|<br />
[zexy/list2symbol]<br />
|<br />
[sendtyped /set sT $1(</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags/4</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Tue, 04 Jun 2013 23:30:03 GMT</pubDate></item><item><title><![CDATA[Reply to PackOSC and typetags on Thu, 06 Jun 2013 15:48:15 GMT]]></title><description><![CDATA[<p>Your suggestion has resolved my issue, thanks for the help Maelstorm.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/7447/packosc-and-typetags/5</guid><dc:creator><![CDATA[rmele76]]></dc:creator><pubDate>Thu, 06 Jun 2013 15:48:15 GMT</pubDate></item></channel></rss>