<?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: my gater stopped working</title>
		<atom:link href="http://cycling74.com/forums/topic/my-gater-stopped-working/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/my-gater-stopped-working/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 15:11:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-52344</guid>
					<title><![CDATA[my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-52344</link>
					<pubDate>Thu, 16 Sep 2010 19:57:14 +0000</pubDate>
					<dc:creator>k9</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I am looking for some help on my gater I made for a M4L application. I tried to attach the patch to this message, hope this works.</p>
<p>What I am trying to do is fairly simple: a midi track in Live sends a note over the IAC bus that is received by Live again and arrives at an audio track where this patch is inserted. It gates the audio according to the MIDI.</p>
<p>I had it all working, and it still does as long as the patch is open in edit and live preview mode in Max, but when I close it to return to Live, there is no output anymore.</p>
<p>There is a &#8220;live.button&#8221; attached to the &#8220;notein&#8221; that stops being banged in this case.</p>
<p>Does the notein need additional parameters?</p>
<p>Any help is greatly appreciated!</p>
<p>K9</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188113</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188113</link>
					<pubDate>Thu, 16 Sep 2010 20:37:13 +0000</pubDate>
					<dc:creator>amounra</dc:creator>

					<description>
						<![CDATA[
						<p>I didn&#8217;t look at the patch, but I think you should be using [midiin] attached to [midiselect].  I don&#8217;t believe that the native objects that normally work in Max will function the same in m4l.</p>
<p>Cheers.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188114</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188114</link>
					<pubDate>Thu, 16 Sep 2010 21:31:12 +0000</pubDate>
					<dc:creator>k9</dc:creator>

					<description>
						<![CDATA[
						<p>thanks I&#8217;ll look into that.</p>
<p>weird that it was working before though &#8212; can&#8217;t figure out what broke it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188115</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188115</link>
					<pubDate>Thu, 16 Sep 2010 21:41:53 +0000</pubDate>
					<dc:creator>k9</dc:creator>

					<description>
						<![CDATA[
						<p>hm, seems like I&#8217;m doing something wrong. the combination of midiin -> midiselect -> unpack of leftmost outlet gives me nothing&#8230;</p>
<p>what could be the problem? this isn&#8217;t even banging in a normal Max patch, even when the &#8220;notein (middle outlet) -> bang&#8221; does bang..</p>
<p>again thanks for any help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188116</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188116</link>
					<pubDate>Fri, 17 Sep 2010 01:17:47 +0000</pubDate>
					<dc:creator>X37V</dc:creator>

					<description>
						<![CDATA[
						<p>Is [plugmidiin] what you are looking for?  </p>
<p>Connect it to [midiparse] (not midiselect)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188117</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188117</link>
					<pubDate>Fri, 17 Sep 2010 08:15:18 +0000</pubDate>
					<dc:creator>k9</dc:creator>

					<description>
						<![CDATA[
						<p>no, unfortunately that doesn&#8217;t work either. I am beginning to think my problem is more fundamental. I am putting the plugin into the audio-track &#8212; after all I want to gate the audio.</p>
<p>I use another track set to &#8220;MIDI to&#8221; IAC bus. Another MIDI-track receives this, but my aforementioned audio-track does not.</p>
<p>so far so good. </p>
<p>But I had it working yesterday. Only when I needed it (in a theater play run through, of course) it failed me.</p>
<p>I could render the whole thing in Max but want to be able to modify the tempo of the gate from 70-170 bpm &#8212; so getting this to work would be a huge improvement..</p>
<p>I&#8217;d appreciate if someone who knows more about M4L could look at my patch and tell about my mistakes in setting things up. I feel like I am overlooking something silly&#8230;</p>
<p>Thank you!<br />
K9</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188118</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188118</link>
					<pubDate>Fri, 17 Sep 2010 09:45:53 +0000</pubDate>
					<dc:creator>broc</dc:creator>

					<description>
						<![CDATA[
						<p>Your problem is that M4L audio devices by design can&#8217;t receive midi.</p>
<p>But since you are on mac, the solution is here.</p>
<p><a href="http://cycling74.com/forums/topic.php?id=28541" rel="nofollow">http://cycling74.com/forums/topic.php?id=28541</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188119</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188119</link>
					<pubDate>Fri, 17 Sep 2010 14:31:46 +0000</pubDate>
					<dc:creator>k9</dc:creator>

					<description>
						<![CDATA[
						<p>thank you. another thing to try out. And time for a petition for this cause to Cycliton&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188120</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188120</link>
					<pubDate>Sat, 18 Sep 2010 09:40:37 +0000</pubDate>
					<dc:creator>joao</dc:creator>

					<description>
						<![CDATA[
						<p>Search maxforlive.com. Someone did exactly that using send and receive.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188121</guid>
					<title><![CDATA[Re: my gater stopped working]]></title>
					<link>http://cycling74.com/forums/topic/my-gater-stopped-working/#post-188121</link>
					<pubDate>Sat, 18 Sep 2010 11:12:26 +0000</pubDate>
					<dc:creator>broc</dc:creator>

					<description>
						<![CDATA[
						<p>Send/Receive can only be used if accurate timing doesn&#8217;t matter.<br />
As confirmed from the developers, it introduces unpredictable latency.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

