<?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: test whether a signal is present at an inlet?</title>
		<atom:link href="http://cycling74.com/forums/topic/test-whether-a-signal-is-present-at-an-inlet/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/test-whether-a-signal-is-present-at-an-inlet/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 05:41:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/test-whether-a-signal-is-present-at-an-inlet/#post-44694</guid>
					<title><![CDATA[test whether a signal is present at an inlet?]]></title>
					<link>http://cycling74.com/forums/topic/test-whether-a-signal-is-present-at-an-inlet/#post-44694</link>
					<pubDate>Sat, 11 Jul 2009 07:09:38 +0000</pubDate>
					<dc:creator>Grimm</dc:creator>

					<description>
						<![CDATA[
						<p>I have some patches that work *either* by manual control with sliders/dials, *or* by a control signal from another patch.  I currently use a selector~ with a umenu to choose between these methods of control.</p>
<p>I&#8217;d like to have it automatically switch over to the control signal whenever a signal is present at the inlet &#8212; and switch back to manual control whenever no signal is present.</p>
<p>anybody have ideas?  all i can think of is taking a constant stream of snapshots, and switching to manual whenever I get a bunch of zeros in a row from snapshot~.  Seems like a messy way to do it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/test-whether-a-signal-is-present-at-an-inlet/#post-160849</guid>
					<title><![CDATA[Re: test whether a signal is present at an inlet?]]></title>
					<link>http://cycling74.com/forums/topic/test-whether-a-signal-is-present-at-an-inlet/#post-160849</link>
					<pubDate>Sat, 11 Jul 2009 07:35:53 +0000</pubDate>
					<dc:creator>flies</dc:creator>

					<description>
						<![CDATA[
						<p>can you make both work at the same time, as by adding the knob to the &#8216;cv&#8217;?  this would seem to make the best sense if you&#8217;re going to be actively switching between the two since the switch might otherwise produce a discontinuity.</p>
<p>as far as i can tell, the only difference between the presence or not of a signal is whether the signal is a constant zero.  constant is practically defined by checkng it over and over without a change, as you describe.  you could also implement such a check with delays and ==~ 0 objects combined at an and gate, but this seems even more unwieldly than your suggestion.</p>
<p>a simpler approach might be to have the controlling device send an auxilliary binary signal to the receiver to indicate whether or not it is sending control data.  the controller would have to be smart enough to know the difference, of course.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/test-whether-a-signal-is-present-at-an-inlet/#post-160850</guid>
					<title><![CDATA[Re: test whether a signal is present at an inlet?]]></title>
					<link>http://cycling74.com/forums/topic/test-whether-a-signal-is-present-at-an-inlet/#post-160850</link>
					<pubDate>Sat, 11 Jul 2009 07:45:44 +0000</pubDate>
					<dc:creator>Grimm</dc:creator>

					<description>
						<![CDATA[
						<p>good idea, but that only works in certain cases &#8212; in other words, it doesn&#8217;t work when I need the CV to sweep through a precise range and I need the slider to sweep through exactly the same range.</p>
<p>your approach is best when there&#8217;s more wiggle room, but in this case I can&#8217;t simply add the two streams of control information because that would frequently create numbers that are outside of my desired range&#8230;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

