<?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: master or servant??</title>
		<atom:link href="http://cycling74.com/forums/topic/master-or-servant/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/master-or-servant/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 17:45:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-31529</guid>
					<title><![CDATA[master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-31529</link>
					<pubDate>Sun, 22 Apr 2007 18:33:38 +0000</pubDate>
					<dc:creator>Danjel van Tijn</dc:creator>

					<description>
						<![CDATA[
						<p>So I have made a nice sequencer patch with lot&#8217;s of unique features. However, for development I used a tempo object as the clock source and the sequencer output went to a vst~.  Now I want to use this sequencer with Ableton Live. </p>
<p>Should I make the sequencer the master clock or slave it to ableton?</p>
<p>If I make the max patch the master, it needs to send out midi clock and start/stop commands.</p>
<p>If I make the max patch slave, it needs to receive these commands.</p>
<p>I assume either of these is straight forward to do?</p>
<p>thanks,<br />
    Danjel</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102628</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102628</link>
					<pubDate>Sun, 22 Apr 2007 19:33:25 +0000</pubDate>
					<dc:creator>Danjel van Tijn</dc:creator>

					<description>
						<![CDATA[
						<p>sorry guys, I should have searched the previous messages first!</p>
<p>Looks like the best way for me to do this is use Ableton as the master and then strip the midi clock ticks using select 248.</p>
<p>I can then use lnth to select the clock divisions I want and then trigger a counter to generate step numbers (e.g. 16th notes).</p>
<p>
thanks!</p>
<p>Danjel</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102629</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102629</link>
					<pubDate>Sun, 22 Apr 2007 20:06:30 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>Danjel van Tijn skrev:<br />
> sorry guys, I should have searched the previous messages first!<br />
><br />
> Looks like the best way for me to do this is use Ableton as the master and then strip the midi clock ticks using select 248.<br />
><br />
> I can then use lnth to select the clock divisions I want and then trigger a counter to generate step numbers (e.g. 16th notes).<br />
Actually, I think the best way to do it is to build a pluggo from your <br />
patch&#8230;so it all depends on who you ask.</p>
<p>Andreas.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102630</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102630</link>
					<pubDate>Sun, 22 Apr 2007 20:10:13 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>
On 22 Apr 2007, at 20:33, Danjel van Tijn wrote:</p>
<p>> Looks like the best way for me to do this is use Ableton as the  <br />
> master and then strip the midi clock ticks using select 248.</p>
<p>Alternatively: look into packaging your application as a VST and  <br />
running it as a plug-in within Live. You then get sync features for  <br />
free.</p>
<p>	&#8211; N.</p>
<p>
Nick Rothwell / Cassiel.com Limited<br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
<a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
<a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102631</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102631</link>
					<pubDate>Sun, 22 Apr 2007 20:13:49 +0000</pubDate>
					<dc:creator>Danjel van Tijn</dc:creator>

					<description>
						<![CDATA[
						<p>hmmm haven&#8217;t tried that before. I am new to programming max/msp but in the past I did own pluggo (and technically still do). I am aware that pluggo plugins can send midi to each other. However, isn&#8217;t there a limitation in Ableton with regards to plugins generating/processing midi? i.e. I don&#8217;t think I could have a sequencer plugin and then have it generate note information that could be received on any channels of ableton unless I use loopback via MidiYoke.</p>
<p>If there is some advanatges to using the latest version of pluggo in this respect then maybe it will be worth investing in the upgrade (I have pluggo v. 2.0 )</p>
<p>
cheers,<br />
    Danjel</p>
<p>p.s. In my previous msg I forgot to mention that I was stripping clock ticks using RTIN</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102632</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102632</link>
					<pubDate>Sun, 22 Apr 2007 20:15:32 +0000</pubDate>
					<dc:creator>Danjel van Tijn</dc:creator>

					<description>
						<![CDATA[
						<p>that would be good if my plugin was generating audio instead of midi. Unfortunately with Live I need to keep midi generators external or linked via MidiYoke.</p>
<p>cheers,<br />
   Danjel</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102633</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102633</link>
					<pubDate>Sun, 22 Apr 2007 20:20:52 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>> I am new to programming max/msp but in the past I did own pluggo  <br />
> (and technically still do).</p>
<p>If you&#8217;ve got MaxMSP then you have what you need to build pluggos &#8211;  <br />
you just need the free Pluggo runtime.</p>
<p>> I am aware that pluggo plugins can send midi to each other.  <br />
> However, isn&#8217;t there a limitation in Ableton with regards to  <br />
> plugins generating/processing midi? i.e. I don&#8217;t think I could have  <br />
> a sequencer plugin and then have it generate note information that  <br />
> could be received on any channels of ableton unless I use loopback  <br />
> via MidiYoke.</p>
<p>I don&#8217;t know, to be honest. I&#8217;ve written pluggos for Live which take  <br />
in MIDI and generate OSC, but haven&#8217;t yet managed to get MIDI out  <br />
working. I don&#8217;t know offhand whether it&#8217;ll work, or whether I&#8217;ll  <br />
have to go the IAC route.</p>
<p>	&#8211; N.</p>
<p>
Nick Rothwell / Cassiel.com Limited<br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
<a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
<a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102634</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102634</link>
					<pubDate>Sun, 22 Apr 2007 20:29:42 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>Danjel van Tijn skrev:<br />
> that would be good if my plugin was generating audio instead of midi. Unfortunately with Live I need to keep midi generators external or linked via MidiYoke.<br />
>   <br />
yes, unless it&#8217;s just midi note info. Live handles those quite beautifully.<br />
It&#8217;s &#8220;just&#8221; cc#s and such messages that can&#8217;t get routed around internally.</p>
<p>A.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102635</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102635</link>
					<pubDate>Sun, 22 Apr 2007 20:38:52 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>Nick Rothwell skrev:<br />
>> I am aware that pluggo plugins can send midi to each other. However, <br />
>> isn&#8217;t there a limitation in Ableton with regards to plugins <br />
>> generating/processing midi? i.e. I don&#8217;t think I could have a <br />
>> sequencer plugin and then have it generate note information that <br />
>> could be received on any channels of ableton unless I use loopback <br />
>> via MidiYoke.<br />
><br />
> I don&#8217;t know, to be honest. I&#8217;ve written pluggos for Live which take <br />
> in MIDI and generate OSC, but haven&#8217;t yet managed to get MIDI out <br />
> working. I don&#8217;t know offhand whether it&#8217;ll work, or whether I&#8217;ll have <br />
> to go the IAC route.<br />
><br />
>  <br />
You&#8217;ll have to trust me on this one, then ;-) I&#8217;ve built many little <br />
sequencers for use in Live over the last year.</p>
<p>The one limitation I&#8217;ve heard is that although VSTs can do it, AUs can&#8217;t <br />
output midi without using a loopback of sorts. But vsts definitely can. <br />
And it&#8217;s easy. Use the [plugmidiout] object in the pluggo, and then <br />
select the pluggo as an input to whichever track you want.</p>
<p>Andreas.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/master-or-servant/#post-102636</guid>
					<title><![CDATA[Re: master or servant??]]></title>
					<link>http://cycling74.com/forums/topic/master-or-servant/#post-102636</link>
					<pubDate>Sun, 22 Apr 2007 20:55:47 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>
On 22 Apr 2007, at 21:38, Andreas Wetterberg wrote:</p>
<p>> Use the [plugmidiout] object in the pluggo, and then select the  <br />
> pluggo as an input to whichever track you want.</p>
<p>I was getting Live crashing on me, but that&#8217;s fixed now&#8230; Important  <br />
safety tip: don&#8217;t forget to put in a [plugconfig] if you have a [pp]&#8230;</p>
<p>	&#8211; N.</p>
<p>
Nick Rothwell / Cassiel.com Limited<br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
<a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
<a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

