<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Clearing a value</title>
		<atom:link href="http://cycling74.com/forums/topic/clearing-a-value/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/clearing-a-value/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 02:00:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/clearing-a-value/#post-45868</guid>
					<title><![CDATA[Clearing a value]]></title>
					<link>http://cycling74.com/forums/topic/clearing-a-value/#post-45868</link>
					<pubDate>Wed, 14 Oct 2009 17:37:12 +0000</pubDate>
					<dc:creator>DiGiTaLFX</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>I&#8217;ve searched for this one but I think the keywords are just a bit too open to actually find any useful results.</p>
<p>Is there a way that I can completely clear a value so that it is the same state as when a patch first loads it? e.g. I&#8217;m storing cue points in the value, but when I load a new video I want the cue points to reset. Changing them to 0 doesn&#8217;t work as it means that upon hitting a cue key, I jump back to the beginning where as I&#8217;d just like it to do nothing. I realise to do this I could just use code to disable the cue keys until a new cue is stored, but I just thought clearing the value would be a much cleaner solution.</p>
<p>DiGiTaLFX</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/clearing-a-value/#post-165319</guid>
					<title><![CDATA[Re: Clearing a value]]></title>
					<link>http://cycling74.com/forums/topic/clearing-a-value/#post-165319</link>
					<pubDate>Thu, 15 Oct 2009 04:17:20 +0000</pubDate>
					<dc:creator>seejayjames</dc:creator>

					<description>
						<![CDATA[
						<p>set $1 command? Depends on what object is storing the values. you can&#8217;t &#8220;clear&#8221; a number box, but you can clear a message. Not sure what you&#8217;re trying to do exactly.</p>
<p>You can also use ignoreclick on any UI object to temporarily disable it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/clearing-a-value/#post-165320</guid>
					<title><![CDATA[Re: Clearing a value]]></title>
					<link>http://cycling74.com/forums/topic/clearing-a-value/#post-165320</link>
					<pubDate>Thu, 15 Oct 2009 04:37:37 +0000</pubDate>
					<dc:creator>DiGiTaLFX</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, the object is a value e.g.</p>
<div class="pre">
<pre>value bob</pre></div>
<p>
So I would like to reinitialise bob to it&#8217;s original state after setting it.</p>
<p>DiGiTaLFX</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/clearing-a-value/#post-165321</guid>
					<title><![CDATA[Re: Clearing a value]]></title>
					<link>http://cycling74.com/forums/topic/clearing-a-value/#post-165321</link>
					<pubDate>Sun, 01 Nov 2009 00:32:40 +0000</pubDate>
					<dc:creator>DiGiTaLFX</dc:creator>

					<description>
						<![CDATA[
						<p>In case anyone stumbles across this thread, I solved the problem by using a &#8216;coll&#8217; instead of a &#8216;value&#8217; (I was using multiple values anyway) and then sending it a &#8216;clear&#8217; message. Works a treat!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

