<?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: Syncing QT playback to MIDI clock</title>
		<atom:link href="http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 09:19:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-42419</guid>
					<title><![CDATA[Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-42419</link>
					<pubDate>Fri, 20 Feb 2009 12:59:36 +0000</pubDate>
					<dc:creator>exOct</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m working on a patch thats syncing visuals to music, and I want to sync the quicktime playback to external MIDI clock.</p>
<p>Right now I&#8217;m doing this by getting MIDI clock into Max using rtin &#8211; sel 248 which gives me a bang on every midi clock tick (1/96) and this bangs are routed to jit.qt.move. </p>
<p>If i use the external object lnth (which only lets every n-th bang come through) I can filter it by 6 to get 1/16 or by 3 to get 1/32, and that gives me 16 FPS at 120 BPM. But that is not enough, that&#8217;s why I would like to use 1/64 that would give me more usable 32 FPS at 120 BPM (I&#8217;m mostly working in the range 100-120 bpm). The problem is, I would have to filter MIDI clock by 1.5 which is impossible to do the way I&#8217;m doing it now.</p>
<p>So basically I would like to know if anyone has any suggestions how to get 1/64 out of MIDI clock, or maybe I&#8217;m overlooking some other better way to MIDI sync QT playback altogether?</p>
<p>
Jernej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151838</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151838</link>
					<pubDate>Fri, 20 Feb 2009 19:46:08 +0000</pubDate>
					<dc:creator>Andrew Benson</dc:creator>

					<description>
						<![CDATA[
						<p>Have a look at the sync~ help patch and the rate~ object.  This should give you most of what you need.</p>
<p>Best,<br />
Andrew B.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151839</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151839</link>
					<pubDate>Fri, 20 Feb 2009 20:49:27 +0000</pubDate>
					<dc:creator>Axiom-Crux</dc:creator>

					<description>
						<![CDATA[
						<p>am I understanding correctly that your using midi to sync the rate that the frames are displayed?  If so, why not use it for something more meaningful like triggering visual events that correspond to the music, or having it trigger the playing of the video file on certain midi notes?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151840</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151840</link>
					<pubDate>Fri, 20 Feb 2009 22:01:28 +0000</pubDate>
					<dc:creator>exOct</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: <a href="mailto:andrewb@cycling74.com">andrewb@cycling74.com</a> wrote on Fri, 20 February 2009 12:46<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Have a look at the sync~ help patch and the rate~ object.  This should give you most of what you need.<br />
> </p>
<p>Thanks, I already looked at sync~ but haven&#8217;t looked at rate~. From having a quick look it seams it might be just what I was looking for.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151841</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151841</link>
					<pubDate>Fri, 20 Feb 2009 22:17:09 +0000</pubDate>
					<dc:creator>exOct</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Axiom-Crux wrote on Fri, 20 February 2009 13:49<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> am I understanding correctly that your using midi to sync the rate that the frames are displayed?  If so, why not use it for something more meaningful like triggering visual events that correspond to the music, or having it trigger the playing of the video file on certain midi notes?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Well there&#8217;s a lot more going on than just midi sync of the rate, but the source material that is later getting processed is video loops that correspond to specific audio loops, and synced midi clock to frame rate ensures that video and audio loops are of the same length. <br />
So basically I&#8217;m triggering video loops in jitter over MIDI at the same TIME I&#8217;m triggering audio loops in Ableton Live. Should be easier once Max for Live comes out.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151842</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151842</link>
					<pubDate>Fri, 20 Feb 2009 22:18:01 +0000</pubDate>
					<dc:creator>exOct</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Axiom-Crux wrote on Fri, 20 February 2009 13:49<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> am I understanding correctly that your using midi to sync the rate that the frames are displayed?  If so, why not use it for something more meaningful like triggering visual events that correspond to the music, or having it trigger the playing of the video file on certain midi notes?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Well there&#8217;s a lot more going on than just midi sync of the rate, but the source material that is later getting processed is video loops that correspond to specific audio loops, and synced midi clock to frame rate ensures that video and audio loops are of the same length. <br />
So basically I&#8217;m triggering video loops in jitter over MIDI at the same TIME I&#8217;m triggering audio loops in Ableton Live. Should be easier once Max for Live comes out.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151843</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151843</link>
					<pubDate>Fri, 24 Apr 2009 19:31:08 +0000</pubDate>
					<dc:creator>tommi</dc:creator>

					<description>
						<![CDATA[
						<p>hello, I found this thread as I was desperately looking for some record about a sync malfunction between live and max&#8230;<br />
I am working on a virtual loop machine programmed in Max/MSP that should be able to sync itself to a midi sequencer.<br />
I am using the rtin object, select 248 and then some counters with 0 as min count and different max count: 0 &#8211; 11; 0 &#8211; 23; 0 &#8211; 47, etc.<br />
this will never work&#8230; synchronism gets lost along the way as the song proceeds.<br />
I read about the sync~ object in this thread and tried it in my patch right away&#8230; it is perfectly in sync with the counters output thus gradually loosing sync with live.<br />
it is so frustrating&#8230; <br />
is Max as rewire host the only way? I would really like to avoid it&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151844</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151844</link>
					<pubDate>Wed, 29 Apr 2009 13:57:20 +0000</pubDate>
					<dc:creator>broc</dc:creator>

					<description>
						<![CDATA[
						<p>The question is if you really need synchronization with <i>dynamic tempo changes</i>.</p>
<p>If not, you could run your own clock, manually set the tempo and use only MIDI clock start/stop messages (250/252) for synchronization. Many sequencers like eg. Live and Reaktor understand it without clock messages. In my experience timing is quite stable this way.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151845</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151845</link>
					<pubDate>Wed, 29 Apr 2009 15:02:17 +0000</pubDate>
					<dc:creator>tommi</dc:creator>

					<description>
						<![CDATA[
						<p>I suppose I need synchronization with dynamic tempo changes.<br />
Anyway I now have a clock generated in Max by a metro object triggering a 248 message sent to live with midiout. This way I have the 2 softs in sync without the restrictions of time signature, I am able to feed audio sources into max and I do not depend on live flickering midi clock. It is working up to know&#8230; only time will tell. <br />
thanx for your post, broc.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151846</guid>
					<title><![CDATA[Re: Syncing QT playback to MIDI clock]]></title>
					<link>http://cycling74.com/forums/topic/syncing-qt-playback-to-midi-clock/#post-151846</link>
					<pubDate>Thu, 05 Apr 2012 19:20:45 +0000</pubDate>
					<dc:creator>umma08</dc:creator>

					<description>
						<![CDATA[
						<p>there is also hostsync~ which may help</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

