<?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: mtr &#8211; unexpected duration on &#039;next&#039; msg</title>
		<atom:link href="http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 04:05:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-29681</guid>
					<title><![CDATA[mtr &#8211; unexpected duration on &#039;next&#039; msg]]></title>
					<link>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-29681</link>
					<pubDate>Mon, 15 Jan 2007 10:11:30 +0000</pubDate>
					<dc:creator>leighhunt</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
II wonder if anyone could take a moment to have a look at this patch.I am trying to use the &#8216;next&#8217; message to mtr in order for me to be able to change the speed of playback of data. <br />
On stepping through the events with the &#8216;next message I am finding the occasional &#8217;2&#8242; for duration, when I would expect that the lowest to be &#8217;30&#8242;. Normally it occurs somewhere between the 20th &#038; 35th next message<br />
On the right side of the patch I have a coll setup to record the information too, using a clocker for coll index creation. When viewing the coll after recording I see no indices less than 30 apart, so speedlim is surely working properly.<br />
Could someone possibly confirm this for me as I&#8217;n getting sore from scratching my head over this one?<br />
I have tried the patch on PPC/Max4.62 and MacbookPro/Max4.62 with the same results;<br />
Regards<br />
Leigh Hunt</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 0 213 142 196617 Step through recorded data;<br />
#P button 337 242 15 0;<br />
#P newex 354 242 27 196617 int;<br />
#P newex 354 285 30 196617 pack;<br />
#N coll ;<br />
#P newobj 354 308 53 196617 coll;<br />
#P button 354 196 15 0;<br />
#P newex 353 215 43 196617 clocker;<br />
#P message 200 325 50 196617 1 -1;<br />
#P newex 200 293 62 196617 prepend set;<br />
#P number 264 366 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 141 213 30 196617 next;<br />
#P message 165 243 33 196617 clear;<br />
#P message 164 177 29 196617 play;<br />
#P message 164 159 41 196617 rewind;<br />
#P message 164 141 29 196617 stop;<br />
#P message 164 123 40 196617 record;<br />
#P newex 247 243 27 196617 mtr;<br />
#P newex 246 209 64 196617 speedlim 30;<br />
#P number 246 118 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P comment 164 103 292 196617 Press record to record some value changes from number box;<br />
#P comment 59 325 142 196617 Track/Duration info on &#8216;next &#8216;;<br />
#P connect 3 0 4 1;<br />
#P connect 3 0 19 0;<br />
#P connect 3 0 17 1;<br />
#P connect 6 0 4 0;<br />
#P connect 6 0 14 0;<br />
#P connect 5 0 4 0;<br />
#P connect 5 0 15 0;<br />
#P connect 4 0 12 0;<br />
#P connect 12 0 13 0;<br />
#P connect 2 0 3 0;<br />
#P connect 10 0 4 0;<br />
#P connect 9 0 4 0;<br />
#P connect 8 0 4 0;<br />
#P connect 7 0 4 0;<br />
#P connect 4 1 11 0;<br />
#P connect 17 0 16 0;<br />
#P connect 15 0 14 0;<br />
#P connect 19 0 18 0;<br />
#P connect 18 0 17 0;<br />
#P connect 14 0 18 1;<br />
#P window clipboard copycount 21;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93220</guid>
					<title><![CDATA[Re: mtr &#8211; unexpected duration on &#039;next&#039; msg]]></title>
					<link>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93220</link>
					<pubDate>Tue, 16 Jan 2007 00:58:28 +0000</pubDate>
					<dc:creator>seejayjames</dc:creator>

					<description>
						<![CDATA[
						<p>Hey, that is strange. How does the mtr record durations that short after a speedlim?</p>
<p>Seq is more reliable / accurate, it seems, though I&#8217;m still unclear about what&#8217;s going on with the mtr. I wonder if a range or split after the speedlim would further ensure 30-ms durations.</p>
<p>I tried reversing the pack as I thought it should be in this order (second int stored before banging the list out), but it turns out the original way was right I think.</p>
<p>I even checked a written mtr file (write, then open as text). No sign of the mysterious &#8220;2&#8243; durations in it OR in the coll.  Weird!</p>
<p>&#8211;C</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93221</guid>
					<title><![CDATA[Re: mtr &#8211; unexpected duration on &#039;next&#039; msg]]></title>
					<link>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93221</link>
					<pubDate>Tue, 16 Jan 2007 20:16:23 +0000</pubDate>
					<dc:creator>leighhunt</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
Firstly, thanks for taking the time to try the patch out&#8230;.and<br />
for the reassurance that my eyes were not deceiving me!<br />
I hadn&#8217;t tried saving then opening as text &#8211; same result for me, no mysterious &#8217;2&#8242;s. Furthermore, when I reloaded the same file into mtr, the instances of &#8217;2&#8242;s increased to one every 7!!<br />
I&#8217;m now thinking of other ways to accomplish my aim as this isn&#8217;t going to work for me. One possibility I thought of was to route a phasor~ driven counter through a coll. This begs another question from me regarding frugal use of resources;<br />
If, for example, I wrote data to a coll as in the previously posted patch, then looped through the addresses, triggering existing addresses, would this be considered an &#8216;expensive&#8217; way to achieve my aim, as this could amount to 1000 attempted address reads per second, per coll used,  I would be looking at creating in the region of up to 128 of these colls.<br />
(Processor overhead isn&#8217;t of &#8216;paramount&#8217; importance as I&#8217;m using  MBP 2.33GHz, but I am running Logic Pro at the same time, with Soundflower16ch, Motu828 and 8Pre, 56 audio channels in all, at a latency setting of 128 samples).<br />
I&#8217;m going to try the coll method for now anyway, I thought it might be worth mentioning here just in case someone could advise me of any possible pitfalls.<br />
regards<br />
leigh</p>
<p>seejayjames wrote on Tue, 16 January 2007 00:58<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Hey, that is strange. How does the mtr record durations that short after a speedlim?<br />
> <br />
> Seq is more reliable / accurate, it seems, though I&#8217;m still unclear about what&#8217;s going on with the mtr. I wonder if a range or split after the speedlim would further ensure 30-ms durations.<br />
> <br />
> I tried reversing the pack as I thought it should be in this order (second int stored before banging the list out), but it turns out the original way was right I think.<br />
> <br />
> I even checked a written mtr file (write, then open as text). No sign of the mysterious &#8220;2&#8243; durations in it OR in the coll.  Weird!<br />
> <br />
> &#8211;C<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93222</guid>
					<title><![CDATA[Re: mtr &#8211; unexpected duration on &#039;next&#039; msg]]></title>
					<link>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93222</link>
					<pubDate>Wed, 17 Jan 2007 15:32:31 +0000</pubDate>
					<dc:creator>Stefan Tiedje</dc:creator>

					<description>
						<![CDATA[
						<p>Leigh Hunt wrote:<br />
> I&#8217;m going to try the coll method for now anyway, I thought it might<br />
> be worth mentioning here just in case someone could advise me of any<br />
> possible pitfalls.</p>
<p>Have you considered seq~ as alternative to mtr?</p>
<p>Stefan</p>
<p>&#8211; <br />
Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;&#8212;-<br />
&#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;&#8212;-<br />
&#8211; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93223</guid>
					<title><![CDATA[Re: mtr &#8211; unexpected duration on &#039;next&#039; msg]]></title>
					<link>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93223</link>
					<pubDate>Thu, 18 Jan 2007 00:31:50 +0000</pubDate>
					<dc:creator>leighhunt</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Stefan,<br />
I just took a quick look at seq~, and indeed, it might well be perfect for what I wish to do. Thanks very much for pointing it out to me, I hadn&#8217;t come across that object so far!<br />
&#8230;.so many objects&#8230;.so little time&#8230;<br />
regards<br />
leigh<br />
 Quote: Stefan Tiedje wrote on Wed, 17 January 2007 15:32<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Leigh Hunt wrote:<br />
> > I&#8217;m going to try the coll method for now anyway, I thought it might<br />
> > be worth mentioning here just in case someone could advise me of any<br />
> > possible pitfalls.<br />
> <br />
> Have you considered seq~ as alternative to mtr?<br />
> <br />
> Stefan<br />
> <br />
> &#8212; <br />
> Stefan Tiedje&#8212;&#8212;&#8212;&#8212;x&#8212;&#8212;-<br />
> &#8211;_____&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;<br />
> &#8211;(_|_ &#8212;-|&#8212;&#8211;|&#8212;&#8211;()&#8212;&#8212;-<br />
> &#8212; _|_)&#8212;-|&#8212;&#8211;()&#8212;&#8212;&#8212;&#8212;&#8211;<br />
> &#8212;&#8212;&#8212;-()&#8212;&#8212;&#8211;www.ccmix.com<br />
> <br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93224</guid>
					<title><![CDATA[Re: mtr &#8211; unexpected duration on &#039;next&#039; msg]]></title>
					<link>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93224</link>
					<pubDate>Wed, 26 Aug 2009 03:42:06 +0000</pubDate>
					<dc:creator>furiousgreencloud</dc:creator>

					<description>
						<![CDATA[
						<p>I concur that this is a bug, here is a simple alternative &#8220;mtr&#8221; patch and help patch.</p>
<p>The main feature i needed was to know when the &#8216;play&#8217; was complete.</p>
<p>- fgc</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93225</guid>
					<title><![CDATA[Re: mtr &#8211; unexpected duration on &#039;next&#039; msg]]></title>
					<link>http://cycling74.com/forums/topic/mtr-unexpected-duration-on-next-msg/#post-93225</link>
					<pubDate>Wed, 26 Aug 2009 19:52:44 +0000</pubDate>
					<dc:creator>Ben Bracken</dc:creator>

					<description>
						<![CDATA[
						<p>The mtr duration issue should be fixed for the next incremental.</p>
<p>-Ben</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

