<?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: Want bang to stop flickering</title>
		<atom:link href="http://cycling74.com/forums/topic/want-bang-to-stop-flickering/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/want-bang-to-stop-flickering/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 07:33:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/want-bang-to-stop-flickering/#post-42731</guid>
					<title><![CDATA[Want bang to stop flickering]]></title>
					<link>http://cycling74.com/forums/topic/want-bang-to-stop-flickering/#post-42731</link>
					<pubDate>Sun, 08 Mar 2009 16:03:28 +0000</pubDate>
					<dc:creator>MaryKate</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve converted my analogue input (through a light sensor) to &#8220;1&#8243; and &#8220;0s&#8221;. This causes led or toggle buttons to go on and off as I want &#8211; However, I&#8217;m using the timer object, which only takes bangs. My bang button flickers on and off as if I made no conversion of the analogue input at all (even if I put the signal through the toggle or LED.)</p>
<p>I&#8217;m stumped. Any thoughts?</p>
<p>&#8230; The attached image shows the number converted to &#8220;0&#8243;, yet the bangs set to &#8220;1&#8243; &#8211; while the LED remaining off</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/want-bang-to-stop-flickering/#post-152992</guid>
					<title><![CDATA[Re: Want bang to stop flickering]]></title>
					<link>http://cycling74.com/forums/topic/want-bang-to-stop-flickering/#post-152992</link>
					<pubDate>Mon, 09 Mar 2009 01:35:08 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>You are posting to the wrong forum. This one is about object development in C/C++.</p>
<p>About your question: you seem to have misunderstood what a button is. Any input (including 0) causes the thing to light up for a fixed duration and output a bang. It doesn&#8217;t have a binary state like led or toggle. Also your [> 600] causes a stream of 1 and 0 like 00000011100000111110000. You probably want to put a [change] object after that.</p>
<p>If you want to convert an arbitrary input to a bang, use [trigger b] instead (or [t b] in short). If you need the 0 and 1 to each create a bang, use [select 0 1] or something.</p>
<p>It&#8217;s probably a good idea to go over the tutorials and documentation a bit more. This is really basic stuff, and it&#8217;s all in there.</p>
<p>Thijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/want-bang-to-stop-flickering/#post-152993</guid>
					<title><![CDATA[Re: Want bang to stop flickering]]></title>
					<link>http://cycling74.com/forums/topic/want-bang-to-stop-flickering/#post-152993</link>
					<pubDate>Mon, 09 Mar 2009 01:54:48 +0000</pubDate>
					<dc:creator>MaryKate</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks &#8211; For answering my basic question on the wrong forum!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

