<?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>Create Digital Music &#187; apc</title>
	<atom:link href="http://createdigitalmusic.com/tag/apc/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com</link>
	<description>The latest gear, software, and techniques for electronic music production and performance</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:05:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hacking Ableton Live: Unofficial OSC, Scripting for More Control</title>
		<link>http://createdigitalmusic.com/2010/03/19/hacking-ableton-live-unofficial-osc-scripting-for-more-control/</link>
		<comments>http://createdigitalmusic.com/2010/03/19/hacking-ableton-live-unofficial-osc-scripting-for-more-control/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:51:19 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[control-surface]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[live-api]]></category>
		<category><![CDATA[liveosc]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[max-for-live]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[monome]]></category>
		<category><![CDATA[OpenSoundControl]]></category>
		<category><![CDATA[OSC]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=9890</guid>
		<description><![CDATA[Can you hack it? Yes. Yes, you can. Screenshot (CC-BY) Hens Zimmerman / 37Hz.
Even before Max for Live was available, hackers had found a way of interacting with &#8220;secret&#8221; APIs inside Live for custom control, allowing them to customize Live&#8217;s behavior and make it work more seamlessly with hardware. That included providing something Ableton themselves [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/37hz/2646064416/"><img src="http://farm4.static.flickr.com/3036/2646064416_da1e69c55a.jpg"></a></p>
<div class="imgcaption">Can you hack it? Yes. Yes, you can. Screenshot (<a href="http://creativecommons.org/licenses/by/2.0/deed.en">CC-BY</a>) <a href="http://www.flickr.com/people/37hz/">Hens Zimmerman / 37Hz</a>.</div>
<p>Even before Max for Live was available, hackers had found a way of interacting with &#8220;secret&#8221; APIs inside Live for custom control, allowing them to customize Live&#8217;s behavior and make it work more seamlessly with hardware. That included providing something Ableton themselves had not: real, native control of Live via OSC, for more control than MIDI alone can provide. I was assured such hacks would continue to work, and sure enough, they have. Here&#8217;s how to get started.</p>
<p>You may wonder, of course, why even bother now that Max for Live is available? Max for Live is a powerful environment for creating instruments, effects, sequencers, and other devices within Ableton Live, and via its access to the Live API, it can even be a tool for customizing how Live works. But it adds an additional layer of abstraction, it is somewhat limited in how much it can manipulate interaction with hardware, and anyone wanting to use your creations will need to own Max for Live and not just Ableton Live. And not only that, but some people will simply prefer scripting in a language like Python to working with visual patching. (There&#8217;s still reason to consider M4L, too; see the full link to its &#8220;API&#8221; for Live, below. But we do have multiple options)</p>
<p>So, with that out of the way, here are the current solutions:<span id="more-9890"></span></p>
<p><strong>Make your own MIDI remote scripts.</strong></p>
<p>Hanz Petrov has written an intensive introduction to creating your own MIDI remote scripts in Python, using the new Framework classes:</p>
<p><a href="http://remotescripts.blogspot.com/2010/03/introduction-to-framework-classes.html">Introduction to the Framework Classes</a><br />
<a href="http://remotescripts.blogspot.com/">http://remotescripts.blogspot.com/</a><br />
<img src="http://createdigitalmusic.com/images/2010/03/controlprefs.jpg" alt="" title="controlprefs" width="506" height="616" class="alignnone size-full wp-image-9899" /></p>
<p><strong>Use OSC, via the Live OSC API Hack (or MIDI)</strong></p>
<p>Ableton doesn&#8217;t have native support for OSC &#8212; unfortunate, given that&#8217;s now a feature of major visual applications (Resolume, VDMX, GrandVJ, Modul8, and others). But while we keep bugging Ableton for OSC to be on equal footing with MIDI, you <em>can</em> make use of a special Python hack that provides an OSC API to Live.</p>
<p>If the above scripting seems intimidating &#8211; and I can certainly see why it might be &#8211; the LiveOSC API is refreshingly simple. Because you can simply send OSC messages directly, controlling Live with tools like iPhone apps or Processing sketches or even hardware could become comparatively simple &#8211; and yes, simpler than working in Max for Live. If you only have MIDI, there&#8217;s even a MIDI API, too. Here&#8217;s where to start:</p>
<p><a href="http://www.assembla.com/wiki/show/live-api">Complete documentation of the LiveAPI project</a> [assembla]</p>
<p><a href="http://monome.q3f.org/wiki/LiveOSC">http://monome.q3f.org/wiki/LiveOSC</a></p>
<p>Why it&#8217;s nice: you can send something as simple as /live/play/clip (track, clip) and trigger a clip. That&#8217;s even more direct than the usual MIDI interface.</p>
<p>Most importantly, this <strong>now works with Live 8.1</strong>. See the video below for an example of this in action:</p>
<p><object width="579" height="362"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6015542&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6015542&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="579" height="362"></embed></object>
<p><a href="http://vimeo.com/6015542">mlrV4live tutorial (&#038;casio madness)</a> from <a href="http://vimeo.com/user1648652">StevieRaySean</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Check out his <a href="http://www.flickr.com/photos/38481879@N02/sets/72157618314985952/">Arduinome build documentation</a>, too. (Arduinome is an authorized clone of the monome using readily-available parts.)</p>
<p><strong>The Max for Live way: Live Object Model</strong></p>
<p><a href="http://cycling74.com/docs/max5/refpages/m4l-ref/m4l_live_object_model.html">Complete LOM documentation at Cycling &#8216;74</a></p>
<p>And yes, it makes my head spin a little, too. (Or perhaps the word is &#8220;oscillate.&#8221;)</p>
<p>Max4Live.info (Michael Chenetz) has done a great job of making this a bit more manageable. In the video below, he explains how to use the interaction between Max for Live and Live; there&#8217;s also a tutorial on <a href="http://max4live.info/content/max4liveinfo-tutorial-control-launchpad-edition-sending-values">sending messages to a control surface like the Launchpad</a>. But note that some of this can actually more complex, and more hardware-specific (APC/Launchpad-only) than the hacks above. It&#8217;s a case in which the hacked version actually works a little better than (cough) the official version.</p>
<p><object width="579" height="326"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6800100&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6800100&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="579" height="326"></embed></object>
<p><a href="http://vimeo.com/6800100">Max For Live Paths, Objects, and Observers</a> from <a href="http://vimeo.com/max4live">Michael Chenetz</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>My own challenge for myself: just make the Launchpad intelligently control device parameters, something it currently doesn&#8217;t do. I&#8217;ll let you know how it goes.</p>
<p>Thoughts on the merits of these different approaches? Projects you&#8217;ve made using one or another? We&#8217;d love to see them.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/03/19/hacking-ableton-live-unofficial-osc-scripting-for-more-control/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Akai APC20 Ableton Controller: Get Half an APC40, or an APC and a Half</title>
		<link>http://createdigitalmusic.com/2010/01/14/akai-apc20-ableton-controller-get-half-an-apc40-or-an-apc-and-a-half/</link>
		<comments>http://createdigitalmusic.com/2010/01/14/akai-apc20-ableton-controller-get-half-an-apc40-or-an-apc-and-a-half/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 04:12:55 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Akai]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc20]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[NAMM]]></category>
		<category><![CDATA[namm10]]></category>
		<category><![CDATA[previews]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=9067</guid>
		<description><![CDATA[Ableton Live-specific controllers just got another addition. You probably could have guessed this would come out, following the APC40 and Novation&#8217;s grid-only Launchpad last year, but the Akai APC20 is the new, smaller sibling to Akai&#8217;s APC40. The APC20 does basically everything the APC40 does on the latter&#8217;s left-hand side &#8212; it&#8217;s a grid of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://createdigitalmusic.com/images/2010/01/apc20.jpg"><img src="http://createdigitalmusic.com/images/2010/01/apc20.jpg" alt="apc20" title="apc20" width="580" height="720" class="alignright size-full wp-image-9069" /></a></p>
<p>Ableton Live-specific controllers just got another addition. You probably could have guessed this would come out, following the APC40 and Novation&#8217;s grid-only Launchpad last year, but the Akai APC20 is the new, smaller sibling to Akai&#8217;s APC40. The APC20 does basically everything the APC40 does on the latter&#8217;s left-hand side &#8212; it&#8217;s a grid of buttons, a set of mixers for your tracks, buttons for activating tracks (and solo/cue/record), and shortcuts for moving around and triggering the transport. Using the buttons, you can trigger clips or notes, with additional buttons for scenes and stopping clips around the outside of the 8&#215;5 array. </p>
<p>The &#8220;Note Mode&#8221; is new, officially, but I believe hackers may have gotten the APC40 to do that. Hopefully it&#8217;ll be rolled out to the APC40 in an update.</p>
<p>What the APC20 doesn&#8217;t do is everything on the right-hand side of the APC40: you lose out on additional shortcuts, the crossfader, and most importantly, the controls for pan, sends, and Device Rack macros, though the controls seem to suggest you get some control back via control pages, as on Novation&#8217;s Launchpad. That makes the APC20 less appealing as a standalone to me. It gives you mixer faders missing from the Launchpad (which relies on buttons for the job), but it loses the ability to control devices and effects. And unlike the Launchpad, it seems the APC20 still requires external power rather than bus power.</p>
<p>Instead, it seems that Akai hopes you&#8217;ll buy the APC20 as a companion to your APC40, for, uh, 60 worth of APC. (I think we have a new unit of measure.) With what Akai calls &#8220;Combination mode,&#8221; you can add the 40 and 20 together for control of 80 buttons and 16 tracks. In Akai&#8217;s press release, it also seems that <a href="http://www.akaipro.com/content217666">Akai thinks customers might add an APC20</a> to an existing rig with other gear &#8212; though that puts it in competition with the Novation Launchpad for the same job.</p>
<p>You can also buy six APC20s and use those together, and if you buy that many APCs, I recommend two things: one, seek professional help, and two, definitely send us photos.<span id="more-9067"></span></p>
<p>This does still trigger the concerns I&#8217;ve been trying to raise since I reviewed the APC40 last year. Why should something as simple as chaining multiple devices together for control be a feature specific to a certain product? Haven&#8217;t we been chaining devices together as a <em>standard feature</em> all the way back to the invention of MIDI, now over a quarter century ago? (For the record, you can combine multiple control surfaces in Ableton Live. But the moment one set of controllers does that and another doesn&#8217;t, based on support in the software itself, that ceases to be a standard feature of Ableton.)</p>
<p>That said, for APC fans looking for some more control, the APC20 should appeal. But if I had to recommend a first APC, I&#8217;d still strongly recommend the APC40. Having a controller with built-in controls for everything Live does &#8211; clip triggers, mixing, cross-fading, effects, and device control, with all the shortcuts &#8211; really is a nice luxury.</p>
<p><a href="http://www.akaipro.com/apc20">http://www.akaipro.com/apc20</a></p>
<p><strong>Pricing:</strong> <del datetime="2010-01-14T04:55:57+00:00">Not yet announced</del> Estimated US$199 street</p>
<p><strong>Availability:</strong> Second quarter 2010</p>
<p>Now, it&#8217;ll be interesting to see if this is the last Ableton hardware controller news from this year&#8217;s NAMM or not; time will tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/01/14/akai-apc20-ableton-controller-get-half-an-apc40-or-an-apc-and-a-half/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Exquisite Music Video Paints Sound, Rhodes, Moog in Light Paint</title>
		<link>http://createdigitalmusic.com/2009/10/02/exquisite-music-video-paints-sound-rhodes-moog-in-light-paint/</link>
		<comments>http://createdigitalmusic.com/2009/10/02/exquisite-music-video-paints-sound-rhodes-moog-in-light-paint/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 17:47:32 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[Akai]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[audiovisual]]></category>
		<category><![CDATA[awesomeness]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[keyboards]]></category>
		<category><![CDATA[light-painting]]></category>
		<category><![CDATA[Moog]]></category>
		<category><![CDATA[music-videos]]></category>
		<category><![CDATA[remix]]></category>
		<category><![CDATA[Rhodes]]></category>
		<category><![CDATA[stop-motion]]></category>
		<category><![CDATA[synesthesia]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=7776</guid>
		<description><![CDATA[In the Pocket (Rhodes and Moog Light Paint) from Ethan Goldhammer on Vimeo.
Fantastic, hip, soulful keys couple with brilliant stop-motion editing, as a Moog and Rhodes keyboard are splashed with light painting, in this new music video from Ethan Goldhammer. (See his blog for more.) It&#8217;s the perfect example of how a much-seen technique can [...]]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="326"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6845606&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6845606&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="580" height="326"></embed></object>
<p><a href="http://vimeo.com/6845606">In the Pocket (Rhodes and Moog Light Paint)</a> from <a href="http://vimeo.com/user808470">Ethan Goldhammer</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Fantastic, hip, soulful keys couple with brilliant stop-motion editing, as a Moog and Rhodes keyboard are splashed with light painting, in this new music video from Ethan Goldhammer. (See his <a href="http://ethangoldhammer.blogspot.com/">blog for more</a>.) It&#8217;s the perfect example of how a much-seen technique can retain its novelty when used creatively, especially as the sound itself seems to dance in light-up oscilloscope patterns.</p>
<p>Background:</p>
<blockquote><p>Original music by Ethan Goldhammer and S. Burke.<br />
Time Lapse footage shot in August 2008 on Block Island, RI.<br />
Stop motion and light paint September 2008 in Cambridge, MA.</p></blockquote>
<p>The lesson here: gear pr0n and special effects work perfectly when they visualize the way we feel about our musical objects and sounds.</p>
<p>Okay, so how did he do it? Ethan responds:</p>
<blockquote><p>Ableton all the way. Recorded as loops with an [Akai] apc, then arranged later. The secret is also, making the animations, rendering them in [Final Cut Pro] but then WARPING them in ableton to the proper timing and bouncing them back to FCP.</p></blockquote>
<p>Nicely done. Of course, this is why some audiovisualists have turned to Sony Vegas for Windows &#8211; formerly developed by Sonic Foundry, Vegas is actually half audio, half visual software. On the other hand, Live is a comfortable and flexible tool that does many things Vegas can&#8217;t.</p>
<p>Ethan also has a beautiful rendering of &#8220;Air on a G String,&#8221; the second cut from the legendary <em>Switched on Bach</em>. Wendy Carlos, if you&#8217;re out there, please don&#8217;t stop Ethan; I&#8217;d love to see more collaboration instead.</p>
<p><object width="580" height="326"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5433528&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5433528&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="580" height="326"></embed></object>
<p><a href="http://vimeo.com/5433528">Air on a G String (Oscilliscoped)</a> from <a href="http://vimeo.com/user808470">Ethan Goldhammer</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/10/02/exquisite-music-video-paints-sound-rhodes-moog-in-light-paint/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Out of Control APC40 Photoshop Thread on Ableton Forums</title>
		<link>http://createdigitalmusic.com/2009/06/05/out-of-control-apc40-photoshop-thread-on-ableton-forums/</link>
		<comments>http://createdigitalmusic.com/2009/06/05/out-of-control-apc40-photoshop-thread-on-ableton-forums/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 18:15:03 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Akai]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[awesomeness]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[oddities]]></category>
		<category><![CDATA[off-topic]]></category>
		<category><![CDATA[parody]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/06/05/out-of-control-apc40-photoshop-thread-on-ableton-forums/</guid>
		<description><![CDATA[
I really have no words for this one, other than there’s a hilarious APC40 meme happening on the Ableton forums. Is it love? Disdain? The APC as the new “All Your Base” for the Live warping set? Does it really matter?
http://forum.ableton.com/viewtopic.php?f=1&#38;t=116396
It’s good to know that, even as Ableton Live use has spread, us computer music [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://createdigitalmusic.com/images/2009/06/dvapc.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="dvapc" border="0" alt="dvapc" src="http://createdigitalmusic.com/images/2009/06/dvapc-thumb.jpg" width="318" height="404" /></a>
</p>
<p>I really have no words for this one, other than there’s a hilarious APC40 meme happening on the Ableton forums. Is it love? Disdain? The APC as the new “All Your Base” for the Live warping set? Does it really matter?</p>
<p><a href="http://forum.ableton.com/viewtopic.php?f=1&amp;t=116396">http://forum.ableton.com/viewtopic.php?f=1&amp;t=116396</a></p>
<p>It’s good to know that, even as Ableton Live use has spread, us computer music folk are really <em>not normal</em>.</p>
<p>Via <a href="http://twitter.com/TaraBusch">Tara Busch on Twitter</a> of <a href="http://analogsuicide.com/">AnalogSuicide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/06/05/out-of-control-apc40-photoshop-thread-on-ableton-forums/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Live 8 Videos: New Warping Explained, APC + ReMOTE SL Integration</title>
		<link>http://createdigitalmusic.com/2009/06/03/live-8-videos-new-warping-explained-apc-remote-sl-integration/</link>
		<comments>http://createdigitalmusic.com/2009/06/03/live-8-videos-new-warping-explained-apc-remote-sl-integration/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:57:50 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[Akai]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[control-surface]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[live-8]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[Novation]]></category>
		<category><![CDATA[ReMote-SL]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[warp]]></category>
		<category><![CDATA[warp-markers]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/06/03/live-8-videos-new-warping-explained-apc-remote-sl-integration/</guid>
		<description><![CDATA[With Live 8 in the hands of Ableton fans, two big questions remain for a lot of aficionados: first, how the heck do you deal with this new warp marker interface, and second, how can you make controller mappings for hardware more effective? Thanks to some enterprising, expert users, we’ve got video solutions to each [...]]]></description>
			<content:encoded><![CDATA[<p>With Live 8 in the hands of Ableton fans, two big questions remain for a lot of aficionados: first, how the heck do you deal with this new warp marker interface, and second, how can you make controller mappings for hardware more effective? Thanks to some enterprising, expert users, we’ve got video solutions to each of those problems.</p>
<h3>Warp: Engage</h3>
<p>The new Warp Mode in Live may actually be friendlier to new users; it’s existing users, accustomed to the previous way of working, who seem thrown for a loop. (Erm… excuse the pun.) I’m at a bit of a disadvantage myself in that I tend not to do a lot of warping/remixing. But <a href="http://www.medwaystudios.com/">Medway Studios</a> has a set of tutorials specifically geared for people wanting some tips on how to assimilate the new working method:</p>
<p><object width="580" height="465"><param name="movie" value="http://www.youtube.com/v/U-mU26qWq7k&amp;hl=en&amp;fs=1&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/U-mU26qWq7k&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="465"></embed></object></p>
<p>Part 2:</p>
<p> <span id="more-6058"></span>
<p><object width="580" height="465"><param name="movie" value="http://www.youtube.com/v/X0wCLBV_Hn8&amp;hl=en&amp;fs=1&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/X0wCLBV_Hn8&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="465"></embed></object></p>
<p>Our friend Dennis DeSantis of Ableton offers his own take in a video shot at NYC-based music tech learning center dubSpot. This is a pretty good conceptual overview of what the whole thing is about.</p>
<p><object width="580" height="465"><param name="movie" value="http://www.youtube.com/v/JQ-mmYeY2Vk&amp;hl=en&amp;fs=1&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JQ-mmYeY2Vk&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="465"></embed></object></p>
<p>Basically, what I’m hearing is that people used to previous versions of Warp Markers, while they find it confusing at first, do <em>like</em> the new system once they understand how it works.</p>
<h3>Controllerism</h3>
<p>Mark Mosher has been doing fantastic tutorials on his site <a href="http://www.modulatethis.com">Modulate This</a>. For one thing, he’s got tips for getting <a href="http://www.modulatethis.com/2009/05/ableton-live-802-wacom-tablet-kore2.html">Wacom tablets to work in Live 8 and finally getting text entry support</a>, which means Kore works properly in Live at long last (among others).</p>
<p>Best of all, he has a tutorial that demonstrates how he’s putting together all his controllers – the Notation ReMOTE SL with Automap and the Akai APC40 – and making them function more effectively using some subtle controller changes in Live 8. </p>
<p>What’s interesting to me is that this <em>isn’t</em> so much about unique, proprietary stuff added to the APC integration, but basic feature improvements in Live itself, which could help you be more effective with other controllers, as well. That’s the kind of functionality I like to see, because it helps everyone.</p>
<p><object width="580" height="465"><param name="movie" value="http://www.youtube.com/v/QDpSQP-7JNQ&amp;hl=en&amp;fs=1&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QDpSQP-7JNQ&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="465"></embed></object></p>
<p>All of this is great, but we are getting a little heavy on the Ableton-only video tutorials. It’s time to pick up the screencasting tools and demonstrate other tools, too. I’ve got some time blocked out this summer for the task. Requests?</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/06/03/live-8-videos-new-warping-explained-apc-remote-sl-integration/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Akai APC40 Ableton Performance Controller Hands-On Videos, in the Wild</title>
		<link>http://createdigitalmusic.com/2009/05/12/akai-apc40-ableton-performance-controller-hands-on-video-by-derek-michael/</link>
		<comments>http://createdigitalmusic.com/2009/05/12/akai-apc40-ableton-performance-controller-hands-on-video-by-derek-michael/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:25:02 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[Akai]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[control-surface]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[live-8]]></category>
		<category><![CDATA[max-for-live]]></category>
		<category><![CDATA[Max/MSP]]></category>
		<category><![CDATA[monome]]></category>
		<category><![CDATA[Ohm]]></category>
		<category><![CDATA[ohm64]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/05/12/akai-apc40-ableton-performance-controller-hands-on-video-by-derek-michael/</guid>
		<description><![CDATA[The Akai APC40, the result of a collaboration between Akai and Ableton, has made its way into the wild. Here’s the first hands-on video – I have to say, I love the green lights. Who would have thought that Matrixsynth green would be the shade this year? You can thank AudioMIDI.com for getting the loaner [...]]]></description>
			<content:encoded><![CDATA[<p>The Akai APC40, the result of a collaboration between Akai and Ableton, has made its way into the wild. Here’s the first hands-on video – I have to say, I love the green lights. Who would have thought that <a href="http://matrixsynth.blogspot.com/">Matrixsynth</a> green would be <em>the</em> shade this year? You can thank <a href="http://audiomidi.com">AudioMIDI.com</a> for getting the loaner out in the world.</p>
<p><strike>Not a whole lot to see in this very first video, but it does give you a feel for what the hardware itself is like.</strike>&#160; <strong>Update: </strong>AKAI requested that the first video in this story be removed by its author on Vimeo, so we no longer have a video to embed.</p>
<p>The integration between software and hardware we should see revealed more over the coming weeks. I’m hoping to get my hands on one myself in the near future; I haven’t yet.</p>
<p>Of course, the APC isn’t alone. I’m still eagerly awaiting the <a href="http://createdigitalmusic.com/2009/03/19/livids-ohm64-love-child-of-a-monome-and-a-dj-vj-mixer-controller/">Ohm64 from Livid</a>, a beautiful controller with a wooden body, made with care in the US. Unlike the APC, the Ohm has a customizable MIDI response &#8212; the way the hardware itself responds is programmable. And, of course, there’s still the classic monome (<a href="http://monome.org/">site</a> | <a href="http://createdigitalmusic.com/tag/monome">cdm tag</a>), open source hardware with an elegant minimalist design. Custom Max control patches have made the monome a favorite, especially for those with the chops to not only use the community-made patches, but build their own – by coincidence, the monome folks just <a href="http://docs.monome.org/doku.php?id=app:monomecontrol">posted a link</a> to a library of Max monome objects. For both the Ohm and monome, it’ll be easier and more powerful to integrate Max objects with Live when Max for Live ships later this year. Even the APC will get its own custom patches. And, as Hédi points out, there&#8217;s also the elegant, compact, solidly-built <a href="http://faderfox.de">Faderfox</a>, which could also get a new lease on life with Max patching.</p>
<p>The upshot of all of this: even if people are using the same controller, they won’t necessarily use it the same way, which is how it should be. Stay tuned.</p>
<p><strong>Update: this just in &#8211;</strong> a second video of the APC, this one sent to us by our friend Stephan Vankov (<a href="http://tetmusic.com">tetmusic.com</a>). We&#8217;ve seen Stephan before, tearing up a wild audiovisual remix of <a href="http://createdigitalmotion.com/2008/01/22/karate-kid-av-remix/">The Karate Kid</a> with the crew at the CDM NAMM party last year. It&#8217;s nice to see the APC out of the trade show floors, naturally.</p>
<p> <object width="580" height="352"><param name="movie" value="http://www.youtube.com/v/Sj3kF6dt4uo&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/Sj3kF6dt4uo&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="352"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/05/12/akai-apc40-ableton-performance-controller-hands-on-video-by-derek-michael/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>dubSpot Kicks of Live 8+APC Workshop Tour in San Francisco &#8211; CDM Discount</title>
		<link>http://createdigitalmusic.com/2009/05/05/dubspot-kicks-of-live-8apc-workshop-tour-in-san-francisco-cdm-discount/</link>
		<comments>http://createdigitalmusic.com/2009/05/05/dubspot-kicks-of-live-8apc-workshop-tour-in-san-francisco-cdm-discount/#comments</comments>
		<pubDate>Tue, 05 May 2009 09:53:18 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[California]]></category>
		<category><![CDATA[christopher-willits]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[dubspot]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[live-8]]></category>
		<category><![CDATA[live-performance]]></category>
		<category><![CDATA[moldover]]></category>
		<category><![CDATA[sf]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/05/05/dubspot-kicks-of-live-8apc-workshop-tour-in-san-francisco-cdm-discount/</guid>
		<description><![CDATA[ 
Guitarist/composer/musician Christopher Willits is on faculty for the dubSpot series. Photo (CC) Buzz Andersen.
dubSpot, the West Coast + East Coast music technology training center is doing an eight-city tour of the US to talk about Ableton Live 8 and the Akai APC40 controller. They’re enlisting some of my favorite people to do the workshops. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/ldandersen/131458313/"><img src="http://farm1.static.flickr.com/46/131458313_479ca42d8c.jpg?v=0" /></a> </p>
<div class="imgcaption">Guitarist/composer/musician Christopher Willits is on faculty for the dubSpot series. Photo (<a href="http://creativecommons.org/licenses/by-nc/2.0/deed.en">CC</a>) <a href="http://scifihifi.com/">Buzz Andersen</a>.</div>
<p>dubSpot, the West Coast + East Coast music technology training center is doing an eight-city tour of the US to talk about Ableton Live 8 and the Akai APC40 controller. They’re enlisting some of my favorite people to do the workshops. I like the curriculum: it’s not just “here’s how to use Live,” but a real focus on music production, finishing actual music, and pushing the envelope with live visuals, onstage performance and controllers. We also have a<strong> $25 discount</strong> exclusively for CDM readers if you want to attend.</p>
<p>I want to thank dubSpot for helping sponsor CDM this month – their support makes possible our own free tutorial content and artist coverage slated for later in May.</p>
<p>The tour kicks off this week in San Francisco, but will travel to other US cities soon (dates to be announced; stay tuned). </p>
<p>The artists doing the instruction are some folks whose work I particularly enjoy:</p>
<p> <span id="more-5811"></span>
<ul>
<li><strong>Jon Margulies</strong>, author of Ableton Live 7 Power among other things, and the person doing the Live 8 curriculum here in NY. And like me, Jon is a secret Medievalist (he’s played early music at Spoleto). </li>
<li><strong>Moldover</strong>, “Moldy” to his friends, co-founded the Warper series in NYC and the new LoveTech party in SF, and has become notorious for hacking Novation keyboards and espousing <a href="http://www.youtube.com/watch?v=L2McDeSKiOU">controllerism</a>. </li>
<li><strong>Christopher Willits </strong>is an utterly brilliant guitarist capable of morphing the instrument into all kinds of sounds, for those of you who don’t know his work. And he’s been doing a lovely series of tutorials for our friends at XLR8R TV. </li>
</ul>
<p>… plus a powerful roster of artists: Funkaid for Africa, Dub Mission, Jason Short, Dub Gabriel, and Barry Cole.</p>
<p>The workshop is $125 for one day or $225 for both. If you are lucky enough to hail from sunny San Francisco, dubSpot is also offering a $25 CDM discount if you head to their site via this link:</p>
<p><a href="http://www.dubspot.com/pages/abletontour.jsp?aff_ref=CDM">http://www.dubspot.com/pages/abletontour.jsp?aff_ref=CDM</a></p>
<p>But we’ll have more for the rest of the world, too – I’m playing with the Warper crew on the sidewalk in front of dubSpot NY in June, and we’re working on a way of doing a live stream to the CDM planet from there. Stay tuned.</p>
<p><a href="http://www.flickr.com/photos/p_kirn/1219843858/in/set-72157601621529176/"><img src="http://farm2.static.flickr.com/1184/1219843858_1873f80369.jpg?v=0" /></a></p>
<div class="imgcaption">Moldover, Live + Reaktor, and his modded Novation keyboard at our Handmade Music event a couple of years ago.</div>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/05/05/dubspot-kicks-of-live-8apc-workshop-tour-in-san-francisco-cdm-discount/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>APC Questions and Answers from Ableton</title>
		<link>http://createdigitalmusic.com/2009/02/13/apc-questions-and-answers-from-ableton/</link>
		<comments>http://createdigitalmusic.com/2009/02/13/apc-questions-and-answers-from-ableton/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 03:37:14 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[Akai]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[control-surface]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[live-7]]></category>
		<category><![CDATA[live-8]]></category>
		<category><![CDATA[live-api]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[monome]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=5091</guid>
		<description><![CDATA[Jesse Terry of Ableton has some detailed answers to questions about the upcoming APC40. It&#8217;s a good chance to clear up some confusion (even some confusion of my own). I actually have some other pretty specific questions &#8211; how Max for Live will work with the APC and how it integrates with other hardware and [...]]]></description>
			<content:encoded><![CDATA[<p>Jesse Terry of Ableton has some detailed answers to questions about the upcoming APC40. It&#8217;s a good chance to clear up some confusion (even some confusion of my own). I actually have some other pretty specific questions &#8211; how Max for Live will work with the APC and how it integrates with other hardware and Live itself, and what message lights up those buttons for bi-directional communication. These sorts of things seem to be of interest to you folks, too, so I&#8217;ll keep you in the loop; more in the next couple of weeks. And I think the release of the APC means this year will be a great time to revisit all sorts of controller options for Live and other apps, like the monome, Faderfox, Korg boxes, and others &#8211; including some DIY-style options.</p>
<p>Price: US$499 / EUR499 / street US$399<br />
Availability: April/May (also about the same time you&#8217;ll see Live 8 &#8211; Max for Live coming later this year)</p>
<p><a href="http://forum.ableton.com//viewtopic.php?t=105268">APC 40 FAQs, features and questions</a> [Ableton Forum]</p>
<p>Since they were frequently asked around these parts, I want to single out these answers:<span id="more-5091"></span></p>
<blockquote><p><strong>In one of the NAMM videos, somebody at AKAI proudly mentions a secret handshake between Live and the APC. But other reports seem to indicate that this unit just sends out MIDI. Does the device or Live send anything other than MIDI signals?</strong></p>
<p>The APC Sends simple midi messages, and most of the banking and Session View control is handled internally in Live. Connecting another controller and selecting the APC40 preset will not work, even if that controller sends the same MIDI messages.</p>
<p><strong>Will this secret handshake prevent us from turning a Monome + BCR into an APC?</strong></p>
<p>Yes. </p>
<p><strong>Will it be possible to use the APC with Live 7 out of the box with default mapping intact, or will I have to purchase live 8 to use the APC.</strong></p>
<p>We&#8217;ll have a point release update for Live 7 with support for the APC40 in Live&#8217;s preferences, Live 8 will work with the APC40 when it is released.</p></blockquote>
<p>So, you won&#8217;t be able to turn a monome into an APC &#8211; well, unless someone figures out a way to emulate the secret handshake. I&#8217;m guessing you curl your pinkies, then do a fist bump &#8230;</p>
<p>Of course, there are plenty of other interesting ways of integrating a monome with Live, some of which aren&#8217;t possible out of the box with the APC, and more should be possible with Max for Live (and other tools).</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/02/13/apc-questions-and-answers-from-ableton/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Akai APC40 Will Be a Many-Buttoned Controller For More Than Ableton Live</title>
		<link>http://createdigitalmusic.com/2009/02/12/akai-apc40-will-be-a-many-buttoned-controller-for-more-than-ableton-live/</link>
		<comments>http://createdigitalmusic.com/2009/02/12/akai-apc40-will-be-a-many-buttoned-controller-for-more-than-ableton-live/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 04:43:13 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[Akai]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[control-surface]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[VJ]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=5078</guid>
		<description><![CDATA[Akai was one of the music manufacturers that stole the show at this year&#8217;s NAMM trade conference. The simple reason: the APC is a rare combination of a whole mess of colored buttons with a whole bunch of faders and knobs. Now, the APC&#8217;s big selling point is its out-of-box experience with Ableton Live. Contrary [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://media.createdigitalmedia.net/cdmu/images/2009/02/apctop.jpg"></p>
<p>Akai was one of the music manufacturers that stole the show at this year&#8217;s NAMM trade conference. The simple reason: the APC is a rare combination of a whole mess of colored buttons with a whole bunch of faders and knobs. Now, the APC&#8217;s big selling point is its out-of-box experience with Ableton Live. Contrary to what you may have heard, there <em>are</em> people who don&#8217;t exclusively use Ableton Live &#8211; including some Live users who use other software (drum machines, VJ apps) on the side. Looking at the APC&#8217;s layout, you see a combination of stuff that would work for lots of other tools.</p>
<p>The only question: would the APC actually work with other software, or would it be hard-wired only to work with Live? <a href="http://www.myspace.com/aaronmac">Aaron Liven</a> writes with evidence from Akai technical support that suggests you can use any app you want:</p>
<blockquote><p>The APC40 is designed to be a dedicated controller for Ableton with specific midi cc&#8217;s that are hardwired for Ableton. There would not be a way to remap this on the ACP40. However if you can manually map your sequencing software or plugin to other midi cc values, then you can match this up to what the APC40 is set to in order to have control.</p></blockquote>
<p>The one catch is that, as this email notes, it doesn&#8217;t sound as though you&#8217;ll get a template mapping app to choose other templates for other apps. That&#8217;s too bad: the Novation ReMOTE line, for instance, also works out-of-the-box with Ableton Live, but if you decide you want to reconfigure it for something like, say, a Native Instruments B4 organ emulation, you can. (In the case of the B4, a template is included, or you can use the powerful Novation template editor.)</p>
<p>On the other hand, very often people do their mapping in software anyway &#8211; particularly with VJ apps &#8211; so this will mostly be fine. And if the APC does become popular as a music controller, you can count on some template maps elsewhere, too.</p>
<p>The more significant catch is that the APC has only a USB jack &#8212; no physical MIDI jacks for controlling outboard gear. And I suspect that some of the features of the APC work via System Exclusive messages, meaning it&#8217;ll be substantially less cool when away from Live. (You may have to hack a way of getting those lights to light up the way you want, for instance &#8211; though that may not stop anyone.)</p>
<p>CDM has a pre-release date with the APC, so stay tuned. And there are other button- and pad-strewn goodies to look forward to this year, as well (NI Maschine, monome, and new DIY projects we haven&#8217;t even heard of yet).</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/02/12/akai-apc40-will-be-a-many-buttoned-controller-for-more-than-ableton-live/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Gallery: The Music and Visual Controllers of NAMM, Up Close</title>
		<link>http://createdigitalmusic.com/2009/01/30/gallery-the-music-and-visual-controllers-of-namm-up-close/</link>
		<comments>http://createdigitalmusic.com/2009/01/30/gallery-the-music-and-visual-controllers-of-namm-up-close/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:25:13 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[Akai]]></category>
		<category><![CDATA[Alesis]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[Arturia]]></category>
		<category><![CDATA[control-surfaces]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[livid]]></category>
		<category><![CDATA[livid-instruments]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[NAMM]]></category>
		<category><![CDATA[namm09]]></category>
		<category><![CDATA[Open-Labs]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=4889</guid>
		<description><![CDATA[Jay Smith of Livid Instruments may be in the business of making controller hardware himself, but that doesn&#8217;t stop him from appreciate the knob-laden goodness of the NAMM show floor. Jay&#8217;s own gear reveals a not-so-secret love of knobs and buttons and faders, and if you&#8217;re into that sort of thing, this year&#8217;s NAMM music [...]]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="435"><param name="flashvars" value="&#038;offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2F31245410%40N07%2Fsets%2F72157612842632176%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2F31245410%40N07%2Fsets%2F72157612842632176%2F&#038;set_id=72157612842632176&#038;jump_to="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=67055"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=67055" allowFullScreen="true" flashvars="&#038;offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2F31245410%40N07%2Fsets%2F72157612842632176%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2F31245410%40N07%2Fsets%2F72157612842632176%2F&#038;set_id=72157612842632176&#038;jump_to=" width="580" height="435"></embed></object></p>
<p>Jay Smith of <a href="http://www.lividinstruments.com/">Livid Instruments</a> may be in the business of making controller hardware himself, but that doesn&#8217;t stop him from appreciate the knob-laden goodness of the NAMM show floor. Jay&#8217;s own gear reveals a not-so-secret love of knobs and buttons and faders, and if you&#8217;re into that sort of thing, this year&#8217;s NAMM music trade show had plenty to love &#8211; Akai&#8217;s APC40 controller for Live, Akai&#8217;s MPK keyboard, the Alesis MasterControl, Arturia&#8217;s Factory Experience controller for their soft synth emulations, and even another brutish-looking computer-in-a-keyboard, now with pads, from <a href="http://www.openlabs.com/">Open Labs</a>.</p>
<p>The shots give you a particularly good feel for what the Akai APC40 is like up close and personal. It&#8217;s no accident that Jay himself is a VJ. I really imagine that a number of these devices might be brilliant for running live visuals, though we still have yet to find out exactly how the APC works. I assume it&#8217;ll run as a standard MIDI controller outside Live, but I&#8217;m unclear on the specifics of what that will mean.</p>
<p>Thanks to Jay for sharing these photos with CDM.</p>
<p>Now I can&#8217;t wait to get another look at Livid&#8217;s own controller line and what may be next for it; see its wooden crossfader below. Previously:</p>
<p><a href="http://createdigitalmotion.com/2008/02/15/hands-on-livids-new-ohm-controller-custom-control-geared-for-visualists/#more-2119">Hands-On: Livid&rsquo;s New Ohm Controller, Custom Control Geared for Visualists</a></p>
<p><a href="http://www.flickr.com/photos/createdigitalmedia/2266613299/in/photostream/"><img src="http://farm3.static.flickr.com/2330/2266613299_bdbb191b9e.jpg?v=0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/01/30/gallery-the-music-and-visual-controllers-of-namm-up-close/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
