<?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: metro problems.</title>
		<atom:link href="http://cycling74.com/forums/topic/metro-problems/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/metro-problems/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 00:18:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-49536</guid>
					<title><![CDATA[metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-49536</link>
					<pubDate>Sun, 04 Apr 2010 19:41:50 +0000</pubDate>
					<dc:creator>Ameqc</dc:creator>

					<description>
						<![CDATA[
						<p>im using the metro object to run a sequencer, but its not outputting correctly, i change it from say, 20-40 and at 23 itll double in speed, then at 50 or somewhere itll double again or something in that speed range. whats wrong with this. i could swear it was never doing this before.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178011</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178011</link>
					<pubDate>Sun, 04 Apr 2010 20:06:00 +0000</pubDate>
					<dc:creator>Ameqc</dc:creator>

					<description>
						<![CDATA[
						<p>what i mean is that it doesnt speed up untill a certain number each time, like it will be the same speed between 30-50</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178012</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178012</link>
					<pubDate>Sun, 04 Apr 2010 21:12:30 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>The second [metro] inlet sets the new time interval but it does not perform an update. You need to send a bang to the first inlet to do this.</p>
<p>lh</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178013</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178013</link>
					<pubDate>Sun, 04 Apr 2010 22:47:12 +0000</pubDate>
					<dc:creator>Ameqc</dc:creator>

					<description>
						<![CDATA[
						<p>yeah, but then it outputs a bang out the output along with it, which makes my sequencer jump forward every time i change a number. and also, it still isnt updating.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178014</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178014</link>
					<pubDate>Sun, 04 Apr 2010 23:01:05 +0000</pubDate>
					<dc:creator>Floating Point</dc:creator>

					<description>
						<![CDATA[
						<p>Try this;</p>
<p>have a &#8216;background control&#8217; metro which bangs at a higher rate, say ten times the rate of what you want to output, so your time resolution is increased by a factor of ten. Connect a counter to this control metro, which counts up from 0 to 9, and a sel 0 to bang on the start of every count., so it only outputs every tenth bang. This should increase the smoothness and responsiveness of the output. You could extend this approach to using msp signal objects to increase the resolution by a thousand or so.<br />
T</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178015</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178015</link>
					<pubDate>Sun, 04 Apr 2010 23:07:29 +0000</pubDate>
					<dc:creator>Ameqc</dc:creator>

					<description>
						<![CDATA[
						<p>thats not a bad idea, ive been thinking of ways to do that every once in a while. but also, this didnt do it before, im 95% sure. and i would have to increase it hugely because its like every 20-40 numbers it will do something like double the metro time output. so its really inconvenient, especially when im running a sequencer patch at 16th &#8211; 64th note resolution, the metro is between 40 and 10. so how would i use the msp objects in a metro style fashion?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178016</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178016</link>
					<pubDate>Sun, 04 Apr 2010 23:49:30 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>The pre-scale metro+counter trick is a good one. I&#8217;ve successfully used it for some projects.</p>
<p>Also, are you driving the metro with a floating point number as the rate input? It can make a pretty big difference in smoothness when going really fast.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178017</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178017</link>
					<pubDate>Mon, 05 Apr 2010 00:09:34 +0000</pubDate>
					<dc:creator>Ameqc</dc:creator>

					<description>
						<![CDATA[
						<p>im saying that the metro object isnt working correctly for some reason. itll be something like 10 ms for anything between 10-23, then itll suddenly switch to alot faster at 24 miliseconds, then stay the same all the way through to 40 miliseconds, then abruptly change way faster again.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178018</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178018</link>
					<pubDate>Mon, 05 Apr 2010 06:32:59 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p>Hello maxer,</p>
<p>maybe you should post a patch to test if there is a problem on my computer too ; is overdrive on ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178019</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178019</link>
					<pubDate>Mon, 05 Apr 2010 07:05:27 +0000</pubDate>
					<dc:creator>Macciza</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
So does it work properly in metro help patch?<br />
from metro reference &#8211; In right inlet: The number is the time interval, in milliseconds, at which metro sends out a bang. A new number in the right inlet does not take effect until the next output is sent.<br />
Note that the update is not immediate but on the next bang &#8211; see tempo for realtime update i think</p>
<p>Also have at look at cpuclock help / sched_test to check and see what diff overdrive makes to timing.</p>
<p>Have you gone through the sequencing tutorials?</p>
<p>Cheers<br />
Macciza</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/metro-problems/#post-178020</guid>
					<title><![CDATA[Re: metro problems.]]></title>
					<link>http://cycling74.com/forums/topic/metro-problems/#post-178020</link>
					<pubDate>Mon, 05 Apr 2010 11:05:08 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>The pre-scale metro+counter trick is a good one. I&#8217;ve successfully used it for some projects.</p>
<p>Also, are you driving the metro with a floating point number as the rate input? It can make a pretty big difference in smoothness when going really fast.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

