<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tobypitman.com &#187; Logic Pro</title>
	<atom:link href="http://www.tobypitman.com/category/logic-pro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tobypitman.com</link>
	<description>Official website of guitarist Toby Pitman</description>
	<lastBuildDate>Thu, 24 Jun 2010 14:24:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Logic tutorial on AUDIOTUTS.COM</title>
		<link>http://www.tobypitman.com/logic-tutorial-on-audiotutscom/</link>
		<comments>http://www.tobypitman.com/logic-tutorial-on-audiotutscom/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:45:17 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Logic Pro]]></category>

		<guid isPermaLink="false">http://www.tobypitman.com/?p=218</guid>
		<description><![CDATA[Happy new year all! Just had my Chord Memorizer tutorial accepted by the lovely people over at <a href="http://audiotuts.com">audiotuts.com</a>. Planning to do some more for them this year and have some really solid and fun ideas lined up already.]]></description>
			<content:encoded><![CDATA[<p>Happy new year all! Just had my Chord Memorizer tutorial accepted by the lovely people over at <a href="http://audiotuts.com">audiotuts.com</a>. It&#8217;s had some really positive feedback so far. I might do a follow up to it on this site soon. Planning to do some more for them this year and have some really solid and fun ideas lined up already.</p>
<p>As far as this year goes with this blog I&#8217;m planning to do loads more guitar tutorials. I have about three big topics I want to cover so they may come in a few parts each. You can expect a small tutorial pretty soon on some useful pentatonic ideas.</p>
<p>2008 was a bit of a strange one for me as far as guitar goes as I was doing quite a bit of web stuff but I&#8217;m going to be scaling that back and really getting back to some good old playing this year. I guess I&#8217;d just burnt out a bit on music but that seems to be over now and I&#8217;m starting to feel a lot more creative musically ( lot&#8217;s of tunes rattling round the noggin! ).</p>
<p>In fact the only web stuff I&#8217;m planning is the launch of a new site aimed directly at guitar players. Can&#8217;t say much at the moment but it&#8217;s going to be amazing. Most of the material is written and I&#8217;ll start building the site soon. I&#8217;m hoping it&#8217;s going to be a big hit in the world of guitar, so stay tuned!!</p>
<p>You can check out the Logic tutorial <a href="http://audiotuts.com/tutorials/composition/play-chords-with-one-finger-using-logic-pros-chord-memorizer/">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tobypitman.com/logic-tutorial-on-audiotutscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logic Pro tip &#8211; Sustain pedal=kick drum!</title>
		<link>http://www.tobypitman.com/logic-pro-tip-sustain-pedal-kick-drum/</link>
		<comments>http://www.tobypitman.com/logic-pro-tip-sustain-pedal-kick-drum/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 19:41:54 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Logic Pro]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.tobypitman.com/?p=23</guid>
		<description><![CDATA[Here's a quick fun thing you can try in Logic using the Transformer object.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick fun thing you can try in Logic using the Transformer object. Basically we&#8217;re going to turn a normal sustain pedal into a kick drum pedal.</p>
<h3>The Transformer object</h3>
<p>The Transformer object is tucked away inside the Enviroments &#8216;New&#8217; file menu. Chances are you might never have actually used this as it looks a bit daunting if you don&#8217;t know what is is. It simply allows you to change or &#8216;Transform&#8217; an incoming MIDI message into something else in real time.<span id="more-23"></span> There is another version of this object called the Transform window which can be found in the main Window menu or inside the new &#8216;Piano Roll&#8217; window under Functions. This lets you transform recorded MIDI.</p>
<p>For this tutorial we&#8217;ll be going for transform on input. So, open the Enviroment window by pressing Command+8. In the top left corner choose &#8216;Clicks &amp; Ports&#8217;. When you&#8217;ve done this select &#8216;New&#8217; from the menu and choose &#8216;Transformer&#8217;. Insert it between the &#8216;Input view&#8217; and &#8216;Sequencer Input&#8217; like so.</p>
<p><img class="alignnone size-full wp-image-24" title="clicks-and-ports" src="http://www.tobypitman.com/wp-content/uploads/2008/07/clicks-and-ports.png" alt="" width="500" height="219" /></p>
<p>When you&#8217;ve done this double click it and a dialogue box should appear.</p>
<h3>Tramsforming the MIDI</h3>
<p>Now we need to turn our sustain pedal MIDI message into a &#8216;Note on&#8217; message. Sustain pedal is transmitted as MIDI controller 64. It has a value of 0 to 127 like all MIDI messages including Note messages. 0 is &#8216;off&#8217;, &#8216;127&#8242; is on. All we have to say is take anything equal to a Control message with a value equal to 64 and Fix it to a Note message with the note value C1 ( that&#8217;s where most MIDI Kick drums are mapped on the keyboard ). This is what it looks like set up.</p>
<p><img class="alignnone size-full wp-image-25" title="transform-kick" src="http://www.tobypitman.com/wp-content/uploads/2008/07/transform-kick.png" alt="" width="498" height="303" /></p>
<p>Pressing the sustain pedal should now show up as C1 in the MIDI activity display in the Transport bar.</p>
<p>Load up a virtual instrument track and open your favorite drum sampler. You can now play the hi-hat and snare on your keyboard and use the sustain pedal as the kick drum. It takes a bit of getting used to and feels a bit lumpy at first but there&#8217;s always quantize!</p>
<p>Don&#8217;t forget to unwire it if your going to record say a piano afterwards as hitting the sustain pedal will produce a note instead. The Transform function in Logic is a very powerful tool but gets neglected as it looks a bit complex. Break out that manual and dig in as it can produce a lot of really cool effects and save unnessessary mouse editing. I use Fixed Note Length all the time to clean up drum parts. Humanize can also unstiffen quantized parts.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tobypitman.com/logic-pro-tip-sustain-pedal-kick-drum/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Akai MPC grooves for Logic</title>
		<link>http://www.tobypitman.com/akai-mpc-grooves-for-logic/</link>
		<comments>http://www.tobypitman.com/akai-mpc-grooves-for-logic/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 17:51:26 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Logic Pro]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.tobypitman.com/?p=21</guid>
		<description><![CDATA[Here's a useful link if your programming any sort of Urban or R'n'B drums.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tobypitman.com/wp-content/uploads/2008/07/mpclogicpro.png" alt=""  /></p>
<p>Here&#8217;s a useful link if your programming any sort of Urban or R&#8217;n'B drums. At <a href="http://www.logic-cafe.com">logic-cafe</a> awaits a full set of Akai MPC groove templates. These are a really great resource for any programmer. The Akai MPC has become synonymous with the urban pop sound.<span id="more-21"></span> This is mainly down to its unique quantize settings. Years ago I made my own set of these by painstakingly <a href="http://www.propellerheads.se/products/recycle/">Recycling</a> these grooves using a Urie click to get an accurate transient. You&#8217;ll notice it immediatly when you apply one of these suckers to your MIDI drum programming.</p>
<p>They even have a nice little <a href="http://www.logic-cafe.com/Article_View.asp?ID=9&amp;CategoryID=1">tutorial</a> on how to add these MIDI files to your quantize list if your unsure how to use them. Pro users only though as Logic Express doesn&#8217;t support the Groove template feature.</p>
<p>You can download them <a href="http://www.logic-cafe.com/Article_View.asp?ID=14">here</a>.</p>
<p>They also have some rather cool <a href="http://www.logic-cafe.com/Article_View.asp?ID=50&amp;CategoryID=9">Fender</a> and <a href="http://www.logic-cafe.com/Article_View.asp?ID=46&amp;CategoryID=9">Gibson</a> guitar icons too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tobypitman.com/akai-mpc-grooves-for-logic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
