<?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: get dirty</title>
		<atom:link href="http://cycling74.com/forums/topic/get-dirty/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/get-dirty/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 17:23:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/get-dirty/#post-24411</guid>
					<title><![CDATA[get dirty]]></title>
					<link>http://cycling74.com/forums/topic/get-dirty/#post-24411</link>
					<pubDate>Mon, 13 Feb 2006 23:26:58 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>I want to get dirty with max but he won&#8217;t let me. [thispatcher] only sets<br />
the flag&#8230; I think it should be possible using javascript, because the<br />
manual says:</p>
<p>&#8220;dirty (Boolean, get/set)&#8221;</p>
<p>&#8220;this.patcher.dirty&#8221; only gives me an address or something. What am I<br />
missing? &#8230;and is there also a way without using js?</p>
<p>T_</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/get-dirty/#post-70533</guid>
					<title><![CDATA[Re: get dirty]]></title>
					<link>http://cycling74.com/forums/topic/get-dirty/#post-70533</link>
					<pubDate>Tue, 14 Feb 2006 16:39:22 +0000</pubDate>
					<dc:creator>vade</dc:creator>

					<description>
						<![CDATA[
						<p>thispatcher.dirty = true //(boolean = true false), or something along  <br />
those lines</p>
<p>if(thispatcher.dirty)<br />
{<br />
	// do something that you want to do here<br />
}</p>
<p>else<br />
{<br />
	// not dirty!<br />
}</p>
<p>my JS is rusty and im tired, so my pseudocode might be wrong, but  <br />
that should be it.</p>
<p>
v a d e //</p>
<p><a href="http://www.vade.info" rel="nofollow">http://www.vade.info</a><br />
abstrakt.vade.info</p>
<p>
I LIVE! I LIVE! I LIVE! I LIVE! I LIVE! I LIVE! I LIVE! I LIVE! I  <br />
LIVE! I LIVE! I LIVE! I LIVE!</p>
<p>You will not be saved by the Holy Ghost. You will not be saved by the  <br />
God Plutonium.</p>
<p>In fact, YOU WILL NOT BE SAVED!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/get-dirty/#post-70534</guid>
					<title><![CDATA[Re: get dirty]]></title>
					<link>http://cycling74.com/forums/topic/get-dirty/#post-70534</link>
					<pubDate>Tue, 14 Feb 2006 16:55:04 +0000</pubDate>
					<dc:creator>Maarten</dc:creator>

					<description>
						<![CDATA[
						<p>So you like getting dirty, (sorry was to easy)</p>
<p>Couldn&#8217;t you use some scripting to add something to the patch.<br />
If my memory serves me well there is some scripting to dynamically<br />
make a patch. This would make it dirty, when you just make some hidden<br />
toggle somewhere.</p>
<p>Grtz</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/get-dirty/#post-70535</guid>
					<title><![CDATA[Re: get dirty]]></title>
					<link>http://cycling74.com/forums/topic/get-dirty/#post-70535</link>
					<pubDate>Tue, 14 Feb 2006 20:24:46 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>That&#8217;s exactly what I would expect too, but it doesn&#8217;t work like that. I<br />
tried the following:</p>
<p>function bang(){</p>
<p>    if(this.patcher.dirty)<br />
        post(&#8220;dirty&#8221;);<br />
    else<br />
       post(&#8220;not dirty&#8221;)<br />
}</p>
<p>function dirty(v)<br />
{<br />
    this.patcher.dirty = v;<br />
}<br />
bang() returns only the value I set with dirty(), but doesn&#8217;t reflect the<br />
actual state of the patcher. If it&#8217;s dirty and I use clean->thispatcher to<br />
clean it. bang() still returns dirty.</p>
<p>setting the dirty flag using dirty() in javascript is not changing the dirty<br />
state of the patcher either.</p>
<p>posting this.patcher.dirty to the max window gives me a: jsobject<br />
&#8220;somevalue&#8221;</p>
<p>how can I get to this dirty flag??</p>
<p>T_</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/get-dirty/#post-70536</guid>
					<title><![CDATA[Re: get dirty]]></title>
					<link>http://cycling74.com/forums/topic/get-dirty/#post-70536</link>
					<pubDate>Tue, 14 Feb 2006 20:30:43 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m figuring out how to know if a patcher is dirty, not make it<br />
dirty&#8230; Have you been drinking again?;-)</p>
<p>T_</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/get-dirty/#post-70537</guid>
					<title><![CDATA[Re: get dirty]]></title>
					<link>http://cycling74.com/forums/topic/get-dirty/#post-70537</link>
					<pubDate>Wed, 15 Feb 2006 12:05:58 +0000</pubDate>
					<dc:creator>Maarten</dc:creator>

					<description>
						<![CDATA[
						<p>Well that was yesterday was it?</p>
<p>No it was Valentines day, I was drunk of love :)</p>
<p>Your initial post was a bit ambigous. I didn&#8217;t understand it correctly.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/get-dirty/#post-70538</guid>
					<title><![CDATA[Re: get dirty]]></title>
					<link>http://cycling74.com/forums/topic/get-dirty/#post-70538</link>
					<pubDate>Wed, 15 Feb 2006 12:24:26 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>you lucky bastard :-)</p>
<p>well if any of you gets his head out of the clouds again and comes up with a<br />
way to get to this dirty flag thing I&#8217;d really appreciate it if you let me<br />
know.</p>
<p>T_</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/get-dirty/#post-70539</guid>
					<title><![CDATA[Re: get dirty]]></title>
					<link>http://cycling74.com/forums/topic/get-dirty/#post-70539</link>
					<pubDate>Wed, 15 Feb 2006 21:24:24 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>got it. it&#8217;s &#8220;this.patcher.wind.dirty&#8221; in case anyone cares.</p>
<p>T_</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

