<?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: Looping with metronome.</title>
		<atom:link href="http://cycling74.com/forums/topic/looping-with-metronome/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/looping-with-metronome/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 03:37:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/looping-with-metronome/#post-65902</guid>
					<title><![CDATA[Looping with metronome.]]></title>
					<link>http://cycling74.com/forums/topic/looping-with-metronome/#post-65902</link>
					<pubDate>Thu, 03 Jan 2013 18:38:37 +0000</pubDate>
					<dc:creator>needtoloop</dc:creator>

					<description>
						<![CDATA[
						<p>Hey what&#8217;s up. I&#8217;m brand new to Max, but have slowly figured out the basics. What I&#8217;m trying to do is essentially create a sampler, based around a MIDI keyboard.<br />
My idea is to have various samples I can trigger or mute/unmute via a midi keyboard. Basically want to build up to a live performance tool, but starting small to get to grips with it.</p>
<p>I&#8217;ve researched looping via a metronome and have one of my loops playing. Currently via open>sfplay. Then metro controlling the toggle. From what I&#8217;ve looked at this probably isn&#8217;t the best way to do it but I can&#8217;t figure out what is. It&#8217;s looping it but I can&#8217;t control how often it loops back round to make it in time with transport tempo. From what I have gathered I possibly need to use the groove function?!</p>
<p>So my two main aims are:</p>
<p>1.<br />
My drums/bass/rhythm sections I&#8217;d like to just have a continuous loop all triggered by one metronome. So every 4 beats, it triggers the loop on all samples again. I&#8217;d then like to control sound on/off each sample via a single midi key for each audio sample. So click once on and leaves it looping, click again and it leaves it muted until the next click. This is essentially to give me a section that is always in time regardless of if I hit the key a bit late or early.</p>
<p>2.<br />
Have shorter samples or single notes that I can trigger to just play once as opposed to loop. I already pretty much have this down as it&#8217;s a simple Open+toggle > SFplay. All I need to know is how to route a midi keyboard key to control the toggle (if this is the best way to do it?).</p>
<p>Any help in pointing me in the right direction would be much appreciated.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/looping-with-metronome/#post-237333</guid>
					<title><![CDATA[Re: Looping with metronome.]]></title>
					<link>http://cycling74.com/forums/topic/looping-with-metronome/#post-237333</link>
					<pubDate>Thu, 03 Jan 2013 18:58:15 +0000</pubDate>
					<dc:creator>Sym</dc:creator>

					<description>
						<![CDATA[
						<p>For sampling I would try to check out the polybuffer and groove object. The Polybuffer for sample storage and the groove for the playback. You can load a whole folder in the buffer and use one groove object that can refer to the different audiofiles inside the polybuffer with set messages that could be triggered with your different pitch inputs from the midi keyboard.</p>
<p>Check out the helpfile, I&#8217;m pretty sure in the groove or polybuffer helpview there&#8217;s a tab about sampling, that should include mostly all you need.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/looping-with-metronome/#post-237334</guid>
					<title><![CDATA[Re: Looping with metronome.]]></title>
					<link>http://cycling74.com/forums/topic/looping-with-metronome/#post-237334</link>
					<pubDate>Thu, 03 Jan 2013 19:48:39 +0000</pubDate>
					<dc:creator>needtoloop</dc:creator>

					<description>
						<![CDATA[
						<p>Cheers, checking them out now. I have midi controlling my samples now. Struggling with the if commands though. Basically need to tell it if the note = (note of that key) then send if not then don&#8217;t if that makes sense?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/looping-with-metronome/#post-237335</guid>
					<title><![CDATA[Re: Looping with metronome.]]></title>
					<link>http://cycling74.com/forums/topic/looping-with-metronome/#post-237335</link>
					<pubDate>Thu, 03 Jan 2013 20:27:59 +0000</pubDate>
					<dc:creator>Gregory Taylor</dc:creator>

					<description>
						<![CDATA[
						<p>Have you taken a look at the 5 MIDI tutorials that come with Max? Based on what I&#8217;m seeing here, it looks like a gander at the first three would be right about what you&#8217;re looking for in terms of getting you started.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/looping-with-metronome/#post-237336</guid>
					<title><![CDATA[Re: Looping with metronome.]]></title>
					<link>http://cycling74.com/forums/topic/looping-with-metronome/#post-237336</link>
					<pubDate>Thu, 03 Jan 2013 21:43:13 +0000</pubDate>
					<dc:creator>needtoloop</dc:creator>

					<description>
						<![CDATA[
						<p>The penny has dropped! My metro is creating ticks, going to bang, which is toggling the toggle switch. So toggle on, and off! What I need to do is figure out how to replace the toggle between 0 + 1 to just toggle 1&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/looping-with-metronome/#post-237337</guid>
					<title><![CDATA[Re: Looping with metronome.]]></title>
					<link>http://cycling74.com/forums/topic/looping-with-metronome/#post-237337</link>
					<pubDate>Fri, 04 Jan 2013 00:50:54 +0000</pubDate>
					<dc:creator>Abstractionisms</dc:creator>

					<description>
						<![CDATA[
						<p>I wouldn&#8217;t use toggle to trigger the loops, I would do something more like this:</p>
<div><span id="toggle237337-0" class="patchtoggle" onmousedown="toggleMaxPatch('post237337-0', 'er237337-0');">&#8211; Pasted Max <span id="maxversion237337-0"></span> Patch, click to <span id="er237337-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A746.3ocyW1sbiBBEG%2BZySAiW61APMwz61Gf8IXmc5PThkNJjAwzul1m8EPso%0Ac2nRSL1dQzAzbN%2BO%2B3bNBOuvyei3AZkO3ZvuAddOuvyyNkYBu1wd9kjGRKHU%0A1Wym9TFI8U%2BflGsinRukwyuQRSUMlAs7JX.HDFZtEE2cE7m1%2BBKyZGwl69AJ%0AoyN75RFufpr9.eXRQspaVnYxWVrvbIvQwVRqpH4zNunnOXEoOralF6qdbGsQ%0A799uoysBthSJsOv%2Bm7LRAE7KAWLZniQXKAvWEG.PI8D5qFLzMNuh8j04VycL%0AhflPhHojrKDTvIFbfPMoBP6f9nxxuFpvo2qc%2B%2BAkM0a2RkuBt%2BVhhtmJeTTK%0AqHk6JnrpTRQAsejssPPT9AZaP34SB%2Bhr2vwVLhg8.vniBPzmAf3oCfUr7WAn%0Adgj9wbRwYQmUuujKNZP1Dd9rYBStxkBwd5Ikb0xsfIgfsMshgtjdgOJBCu3o%0AW0kanxd4AiOMkZqrYQ301bI3ff.cvLRsSTT4MTNYSg0cvujZvM0Jkf2Kj9Hc%0A5sTpqOyvgObvRoyul4bikX2ik0eyCkP2Ckju4gBx8PY0ENT56CVzB.Df.XP3%0AvgYP%2B2mftwsaVZ85gPT7QQT7moMS7zQtTQMW2Eb.t01kt6mY34SpD6wLVM3W%0AshNePEcBfRIxyKnChCGJVrQVXT20iEegm72htX0QZUHEN1n3jW6a1qxvq8no%0A8.EVW3Wv3%2B6glshzL%2BGYUkdScocgcaeMvAglQqTLNQwzcUO7NnO9R2xxxn72%0AuVlwpLKuY8erXWkiYCciqG82Uz8D6WOkrrcBc9bKSvwlS9hSZVjPuM3fa9Bz%0AO7D0%2B6FbIzuS4C34KeXoK5IZ9zS32L9fbQOiTtLcxQuE.P3XpANazwHG7HxY%0A8rpFzHpIYVUyXINyWe%2BHGTS77UU4fZludNgNVheJpoY%2BCjc61SkUslzJD8tp%0AtSHMCWFXGx3MCsVzWR2y5de8l10V6kE%2BEDXV5QL%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post237337-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode237337-0">----------begin_max5_patcher----------
746.3ocyW1sbiBBEG+ZySAiW61APMwz61Gf8IXmc5PThkNJjAwzul1m8EPso
c2nRSL1dQzAzbN+O+3bNBOuvyei3AZkO3ZvuAddOuvyyNkYBu1wd9kjGRKHU
1Wym9TFI8U+flGsinRukwyuQRSUMlAs7JX.HDFZtEE2cE7m1+BKyZGwl69AJ
oyN75RFufpr9.eXRQspaVnYxWVrvbIvQwVRqpH4zNunnOXEoOralF6qdbGsQ
799uoysBthSJsOv+m7LRAE7KAWLZniQXKAvWEG.PI8D5qFLzMNuh8j04VycL
hflPhHojrKDTvIFbfPMoBP6f9nxxuFpvo2qc++AkM0a2RkuBt+VhhtmJeTTK
qHk6JnrpTRQAsejssPPT9AZaP34SB+hr2vwVLhg8.vniBPzmAf3oCfUr7WAn
dgj9wbRwYQmUuujKNZP1Dd9rYBStxkBwd5Ikb0xsfIgfsMshgtjdgOJBCu3o
W0kanxd4AiOMkZqrYQ301bI3ff.cvLRsSTT4MTNYSg0cvujZvM0Jkf2Kj9Hc
5sTpqOyvgObvRoyul4bikX2ik0eyCkP2Ckju4gBx8PY0ENT56CVzB.Df.XP3
vgYP+2mftwsaVZ85gPT7QQT7moMS7zQtTQMW2Eb.t01kt6mY34SpD6wLVM3W
shNePEcBfRIxyKnChCGJVrQVXT20iEegm72htX0QZUHEN1n3jW6a1qxvq8no
8.EVW3Wv3+6glshzL+GYUkdScocgcaeMvAglQqTLNQwzcUO7NnO9R2xxxn72
uVlwpLKuY8erXWkiYCciqG82Uz8D6WOkrrcBc9bKSvwlS9hSZVjPuM3fa9Bz
O7D0+6FbIzuS4C34KeXoK5IZ9zS32L9fbQOiTtLcxQuE.P3XpANazwHG7HxY
8rpFzHpIYVUyXINyWe+HGTS77UU4fZludNgNVheJpoY+Cjc61SkUslzJD8tp
tSHMCWFXGx3MCsVzWR2y5de8l10V6kE+EDXV5QL
-----------end_max5_patcher-----------</code></pre></div>
</div>
<p>As for bringing tracks in and out of play, someone recently asked a similar question:</p>
<p><a href="http://cycling74.com/forums/topic.php?id=44390" rel="nofollow">http://cycling74.com/forums/topic.php?id=44390</a></p>
<p>There are a lot of tutorials on youtube that will help with you sequencing and looping in MAX/MSP, I recommend you check them out.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

