<?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: gate~ without zero signal output on off outlets?</title>
		<atom:link href="http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 07:46:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-33097</guid>
					<title><![CDATA[gate~ without zero signal output on off outlets?]]></title>
					<link>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-33097</link>
					<pubDate>Mon, 30 Jul 2007 16:46:38 +0000</pubDate>
					<dc:creator>Dan Nigrin</dc:creator>

					<description>
						<![CDATA[
						<p>I am routing an audio signal through a gate~ object configured to have multiple outputs.  I want my patch to send the incoming audio out the ON gate~ outlet, but to NOT send zero&#8217;s out the other OFF outlets; rather, I just don&#8217;t want anything sent at all.</p>
<p>How can I do this??</p>
<p>Thanks,<br />
Dan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109735</guid>
					<title><![CDATA[Re: gate~ without zero signal output on off outlets?]]></title>
					<link>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109735</link>
					<pubDate>Mon, 30 Jul 2007 16:55:00 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 30 juil. 07, at 18:46, Dan Nigrin wrote:</p>
<p>> I am routing an audio signal through a gate~ object configured to  <br />
> have multiple outputs.  I want my patch to send the incoming audio  <br />
> out the ON gate~ outlet, but to NOT send zero&#8217;s out the other OFF  <br />
> outlets; rather, I just don&#8217;t want anything sent at all.<br />
><br />
> How can I do this??</p>
<p>This is not possible. In a signal connection there&#8217;s always signal  <br />
vectors going through. unless you stop the dac;)</p>
<p>ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109736</guid>
					<title><![CDATA[Re: gate~ without zero signal output on off outlets?]]></title>
					<link>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109736</link>
					<pubDate>Mon, 30 Jul 2007 17:34:37 +0000</pubDate>
					<dc:creator>Dan Nigrin</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Emmanuel.</p>
<p>After more work, I think I realize now that my problem is somewhere else in my patch anyway!!</p>
<p>Best,<br />
Dan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109737</guid>
					<title><![CDATA[Re: gate~ without zero signal output on off outlets?]]></title>
					<link>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109737</link>
					<pubDate>Tue, 31 Jul 2007 00:03:55 +0000</pubDate>
					<dc:creator>Dan Nigrin</dc:creator>

					<description>
						<![CDATA[
						<p>I thought I would reply with what I found to be the bug in my patch, as this might help others in the future.</p>
<p>I have been routinely using send/receive even for audio signals these days, based on previous list discussions. </p>
<p>However, I&#8217;ve found a relatively simple way in which regular send/receive don&#8217;t work right with audio signals &#8211; you must use send~/receive~.</p>
<p>Please see attached patch.  If you turn on the DAC, load up an audio file, start it playing, then try to switch the gate to 2 to let the signal pass, you won&#8217;t hear anything.</p>
<p>The only way to get the patch to work is to convert all send/receive to send~/receive~.</p>
<p>I&#8217;m sure this has to do with delaying the audio by one vector&#8217;s worth of audio or something like that that I don&#8217;t fully understand!  Maybe someone can explain it&#8230;</p>
<p>Thanks,<br />
Dan</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P message 299 45 14 196617 2;<br />
#P message 273 45 14 196617 1;<br />
#P newex 280 101 55 196617 send to_A;<br />
#P newex 324 45 68 196617 receive to_B;<br />
#P newex 181 101 54 196617 send to_B;<br />
#P newex 181 74 41 196617 *~ 1.;<br />
#P newex 181 48 69 196617 receive to_A;<br />
#P newex 46 104 55 196617 send to_A;<br />
#P user ezdac~ 349 100 393 133 0;<br />
#P newex 290 69 44 196617 gate~ 2;<br />
#P message 46 48 31 196617 open;<br />
#N sfplay~  1 120960 0 ;<br />
#P newobj 46 78 60 196617 sfplay~;<br />
#P message 112 49 35 196617 loop 1;<br />
#P toggle 85 48 15 0;<br />
#P connect 0 0 2 0;<br />
#P connect 1 0 2 0;<br />
#P connect 3 0 2 0;<br />
#P connect 2 0 6 0;<br />
#P connect 7 0 8 0;<br />
#P connect 8 0 9 0;<br />
#P connect 4 0 11 0;<br />
#P connect 12 0 4 0;<br />
#P connect 13 0 4 0;<br />
#P connect 10 0 4 1;<br />
#P connect 4 1 5 0;<br />
#P connect 4 1 5 1;<br />
#P window clipboard copycount 14;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109738</guid>
					<title><![CDATA[Re: gate~ without zero signal output on off outlets?]]></title>
					<link>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109738</link>
					<pubDate>Tue, 31 Jul 2007 06:17:40 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>
On 31 Jul 2007, at 01:03, Dan Nigrin wrote:</p>
<p>> Please see attached patch.  If you turn on the DAC, load up an  <br />
> audio file, start it playing, then try to switch the gate to 2 to  <br />
> let the signal pass, you won&#8217;t hear anything.</p>
<p>My understanding may be a bit rusty, but my assumption was that the  <br />
non-twiddle send/receive connections were followed at DSP compilation  <br />
time, and couldn&#8217;t be altered dynamically.</p>
<p>	&#8211; N.</p>
<p>
   nick rothwell &#8212; composition, systems, performance &#8212; http:// <br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109739</guid>
					<title><![CDATA[Re: gate~ without zero signal output on off outlets?]]></title>
					<link>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109739</link>
					<pubDate>Tue, 31 Jul 2007 08:26:12 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109740</guid>
					<title><![CDATA[Re: gate~ without zero signal output on off outlets?]]></title>
					<link>http://cycling74.com/forums/topic/gate-without-zero-signal-output-on-off-outlets/#post-109740</link>
					<pubDate>Tue, 31 Jul 2007 11:52:15 +0000</pubDate>
					<dc:creator>Dan Nigrin</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

