<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>Control &#187; Topic: sending a OSC &#039;null&#039; message when a touch is removed from multiXY widget</title>
		<link>http://charlie-roberts.com/Control/forum/topic.php?id=4003</link>
		<description>forum for discussing Control interface software</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 02:08:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://charlie-roberts.com/Control/forum/rss.php?topic=4003" rel="self" type="application/rss+xml" />

		<item>
			<title>make4d on "sending a OSC &#039;null&#039; message when a touch is removed from multiXY widget"</title>
			<link>http://charlie-roberts.com/Control/forum/topic.php?id=4003#post-5133</link>
			<pubDate>Tue, 24 Apr 2012 22:18:44 +0000</pubDate>
			<dc:creator>make4d</dc:creator>
			<guid isPermaLink="false">5133@http://charlie-roberts.com/Control/forum/</guid>
			<description><![CDATA[<p><code>touchToKill.activeNumber</code> works! </p>
<p>Thanks again Charlie for you help!
</p>]]></description>
					</item>
		<item>
			<title>admin on "sending a OSC &#039;null&#039; message when a touch is removed from multiXY widget"</title>
			<link>http://charlie-roberts.com/Control/forum/topic.php?id=4003#post-5132</link>
			<pubDate>Tue, 24 Apr 2012 22:09:50 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">5132@http://charlie-roberts.com/Control/forum/</guid>
			<description><![CDATA[<p>Try using <code>touchToKill.id</code>. If that doesn't work, <code>touchToKill.activeNumber</code> might be what you need.
</p>]]></description>
					</item>
		<item>
			<title>make4d on "sending a OSC &#039;null&#039; message when a touch is removed from multiXY widget"</title>
			<link>http://charlie-roberts.com/Control/forum/topic.php?id=4003#post-5131</link>
			<pubDate>Tue, 24 Apr 2012 21:38:31 +0000</pubDate>
			<dc:creator>make4d</dc:creator>
			<guid isPermaLink="false">5131@http://charlie-roberts.com/Control/forum/</guid>
			<description><![CDATA[<p>Charlie,</p>
<p>Thanks for the quick response. I'm relatively new to Control/Java/JSON so excuse me for my newbieness. Changing the wanted 'null' response to an int sends the message, however the OSC tag returns /multi/[object HTMLDivElement] ... What the correct syntax to return the tag of the removed touch (such as /multi/6)?</p>
<p>Thanks<br />
Paul
</p>]]></description>
					</item>
		<item>
			<title>admin on "sending a OSC &#039;null&#039; message when a touch is removed from multiXY widget"</title>
			<link>http://charlie-roberts.com/Control/forum/topic.php?id=4003#post-5130</link>
			<pubDate>Tue, 24 Apr 2012 20:55:40 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">5130@http://charlie-roberts.com/Control/forum/</guid>
			<description><![CDATA[<p>For whatever reason it looks like I'm only support ints, floats and strings right now. Sorry about that... maybe I can look into supporting null, T and F for the upcoming v2. I guess just send a defined int (like -12345) instead of null in the meantime.</p>
<p>- Charlie
</p>]]></description>
					</item>
		<item>
			<title>make4d on "sending a OSC &#039;null&#039; message when a touch is removed from multiXY widget"</title>
			<link>http://charlie-roberts.com/Control/forum/topic.php?id=4003#post-5129</link>
			<pubDate>Tue, 24 Apr 2012 20:23:40 +0000</pubDate>
			<dc:creator>make4d</dc:creator>
			<guid isPermaLink="false">5129@http://charlie-roberts.com/Control/forum/</guid>
			<description><![CDATA[<p>I am working on an interface that involves the use of the multiXY widget and I am trying to figure out how to send a 'null' message via OSC when a touch is removed. I have tried using the oscManager.sendOSC(); in both the window.removeTouch() function and within the widget itself with no luck. Any help would be appreciated.</p>
<pre><code>window.removeTouch = function() {
	var multi = window.multi;
	var touchToKill = multi.children.pop();   /* remove last child and map to variable */
	multi.container.removeChild(touchToKill); /* remove from web renderer */
	oscManager.sendOSC(&#39;/multi/&#39; + touchToKill, &#39;f&#39;, &#39;null&#39;);
}</code></pre>]]></description>
					</item>

	</channel>
</rss>
