<?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; Search Results  &#187;  asus</title>
	<atom:link href="http://createdigitalmusic.com/search/asus/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com</link>
	<description>Making music with technology</description>
	<lastBuildDate>Mon, 13 Feb 2012 20:06:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>On Android, Free, Open Source Touch Control for Music &#8211; And It&#8217;s Just the Beginning</title>
		<link>http://createdigitalmusic.com/2011/07/on-android-free-open-source-touch-control-for-music-and-its-just-the-beginning/</link>
		<comments>http://createdigitalmusic.com/2011/07/on-android-free-open-source-touch-control-for-music-and-its-just-the-beginning/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 22:04:01 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[control-surface]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free-software]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[tablets]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.noisepages.com/?p=19927</guid>
		<description><![CDATA[If you&#8217;re looking to turn an Android phone or flashy, new Android tablet into a touch controller for music, you&#8217;ll be really glad to see OSC and MIDI controller Control. Furthermore, here&#8217;s a solid, powerful app based on the Web that lets Apple and Android fans play well together. I&#8217;ve sung the praises of Control&#8217;s &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2011/07/on-android-free-open-source-touch-control-for-music-and-its-just-the-beginning/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://createdigitalmusic.com/files/2011/07/control-android.png"><img src="http://createdigitalmusic.com/files/2011/07/control-android-359x640.png" alt="" title="control-android" width="359" height="640" /></a></p>
<p>If you&#8217;re looking to turn an Android phone or flashy, new Android tablet into a touch controller for music, you&#8217;ll be really glad to see OSC and MIDI controller Control. Furthermore, here&#8217;s a solid, powerful app based on the Web that lets Apple and Android fans play well together.</p>
<p>I&#8217;ve <a href="http://createdigitalmusic.com/2011/01/music-control-meets-web-code-goodness-app-for-ios-soon-oscmidi-everywhere/">sung the praises of Control&#8217;s philosophy</a> before. Templates are built on Web/HTML5 (WebKit) rendering, not proprietary, inflexible interface widgets, and can be created in JSON. You can make templates dynamic, too, because of everything JavaScript does. </p>
<p>(Non-jargon-filled translation: you can use the goodness of the Web to make control layouts that do whatever you like.)</p>
<p>The iOS version is a great option, but now Apple and Android owners (or people with both) can both get in on the action. The Android version already has multitouch on supported hardware, Bonjour/Zeroconf networking support, OSC support, and interface downloading. That means it&#8217;s already a usable wireless controller for musical and visual performance. Soon, it&#8217;ll also add sensor input and MIDI.</p>
<p>With new tablets from Samsung and Toshiba &#8211; the Samsung thin and slick, the Toshiba hefty but with tons of ports &#8211; the timing seems right. Also, because the app itself is open source, developers curious about adding any of those features to their own apps can share code and (ideally) contribute back to the project, which could accelerate Android development. I&#8217;ll leave our audio API gripes for another time &#8211; this is a controller app, so therefore doesn&#8217;t make sound &#8211; but for those looking for more mobile tools, this is unqualified good news.</p>
<p>Full feature list:<span id="more-19927"></span></p>
<blockquote><p>- Outputs Open Sound Control (OSC). MIDI coming soon!<br />
- Handles multitouch on capable devices<br />
- Bi-directional communication: use Control to set values on your computer, use your computer to set values in Control<br />
- Dynamically add and manipulate widgets via OSC messages<br />
- Reads and outputs data from Accelerometer and Compass sensors (on applicable devices) with adjustable update rates<br />
- The ability to script behaviors for widgets using JavaScript<br />
- Auto-discovery of wireless networks via Bonjour<br />
- Interfaces can be pushed to the phone via OSC or downloaded from the web<br />
- Supports both portrait and landscape interface orientations<br />
- Interfaces work on both phones and tablets (tested on Droid and Asus Transformer)<br />
- Free</p></blockquote>
<p>And here&#8217;s some of the new, dynamic jQuery functionality, relevant to both iOS and Android users. The idea is, using OSC, you can dynamically create your own interfaces:</p>
<p><iframe src="http://player.vimeo.com/video/24756499?title=0&amp;byline=0&amp;portrait=0" width="640" height="400" frameborder="0"></iframe></p>
<p>More documentation on that, with an example in Max/MSP:<br />
<a href="http://charlie-roberts.com/Control/?p=292">Control 1.3: Dynamic Interfaces, jQuery integration &#038; more</a></p>
<p>Finally, some images of the Android version, which looks &#8211; rightfully &#8211; quite a lot like the iOS version. (That&#8217;s the idea.)</p>
<p><a href="http://createdigitalmusic.com/files/2011/07/control-android2.png"><img src="http://createdigitalmusic.com/files/2011/07/control-android2-359x640.png" alt="" title="control-android2" width="359" height="640"  /></a></p>
<p><a href="http://createdigitalmusic.com/files/2011/07/control-android-menu.png"><img src="http://createdigitalmusic.com/files/2011/07/control-android-menu-359x640.png" alt="" title="control-android-menu" width="359" height="640"  /></a></p>
<p>Learn more about Control, and follow its development across platforms:<br />
<a href="http://charlie-roberts.com/Control/">http://charlie-roberts.com/Control/</a></p>
<p>Or for Android users, grab a copy &#8211; I&#8217;ll be trying it on my Galaxy Tab 10.1 right away:<br />
<a href="https://market.android.com/details?id=com.charlieroberts.Control&#038;feature=search_result">Control (OSC + MIDI) @ Android Market</a></p>
<p>The software is really entirely the work of Charlie Roberts &#8211; really brilliant work, mate! Thanks for keeping CDM posted!</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2011/07/on-android-free-open-source-touch-control-for-music-and-its-just-the-beginning/&via=cdmblogs&text=On Android, Free, Open Source Touch Control for Music - And It's Just the Beginning&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2011/07/on-android-free-open-source-touch-control-for-music-and-its-just-the-beginning/&via=cdmblogs&text=On Android, Free, Open Source Touch Control for Music - And It's Just the Beginning&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2011/07/on-android-free-open-source-touch-control-for-music-and-its-just-the-beginning/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2011/07/on-android-free-open-source-touch-control-for-music-and-its-just-the-beginning/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Here Come the Tablets; Which to Watch, How Digital Musicians Will Use Them</title>
		<link>http://createdigitalmusic.com/2011/01/here-come-the-tablets-which-to-watch-how-digital-musicians-will-use-them/</link>
		<comments>http://createdigitalmusic.com/2011/01/here-come-the-tablets-which-to-watch-how-digital-musicians-will-use-them/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 18:06:49 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[CES]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[slates]]></category>
		<category><![CDATA[tablets]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows-7]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.noisepages.com/?p=15596</guid>
		<description><![CDATA[Motorola&#8217;s new flagship tablet. Photo courtesy Motorola. The iPad has a massive head start in software and a clear lead in design elegance, but in the tablet market, it&#8217;s no longer alone. As expected, this week&#8217;s Consumer Electronics Show brings a slew of tablets. Don&#8217;t call them iPad rip-offs, either. Given product development cycles, many &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2011/01/here-come-the-tablets-which-to-watch-how-digital-musicians-will-use-them/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://createdigitalmusic.com/files/2011/01/xoom-634x640.jpg" alt="" title="xoom" width="634" height="640" class="alignnone size-large wp-image-15605" /></p>
<div class="imgcaption">Motorola&#8217;s new flagship tablet. Photo courtesy Motorola.</div>
<p>The iPad has a massive head start in software and a clear lead in design elegance, but in the tablet market, it&#8217;s no longer alone. As expected, this week&#8217;s Consumer Electronics Show brings a slew of tablets. Don&#8217;t call them iPad rip-offs, either. Given product development cycles, many of these products were likely in the pipeline before competitors saw the iPad. (There&#8217;s no doubt in the intervening time the iPad has made its mark, both as a benchmark of what to be and how rivals might differentiate themselves.)</p>
<p>Browsing, e-books, and games lead app consumption on iOS, but music software has nonetheless pushed the envelope of what these platforms can do. Music applications are often the most deep, sophisticated, and desktop-like (as in tools like Korg&#8217;s iMS-20 and Propellerhead&#8217;s ReBirth), and they&#8217;ve been some of the most adventurous in pushing the multi-touch interface (with countless unusual controllers and experimental interfaces). They&#8217;ve also made heavier use of hardware and network connectivity, with users regularly working with MIDI and audio hardware and wireless MIDI and OSC to connect to desktop computers.</p>
<p>So, what are the tablets to watch? And will these see the kind of heavy use by musicians and music developers the iPad has?<span id="more-15596"></span></p>
<h3>Honeycomb Android Tablets</h3>
<p><img src="http://createdigitalmusic.com/files/2011/01/xoomheadon.jpg" alt="" title="xoomheadon" width="640" height="432" class="alignnone size-full wp-image-15606" /></p>
<div class="imgcaption">Photo courtesy Motorola.</div>
<p><strong>The pitch:</strong> These devices are clearly iPad rivals, but with second-generation features (faster performance, cameras, higher-resolution screens). In turn, some or all of those same features are likely to crop up in a revised iPad some time in the spring.</p>
<p><strong>Good example:</strong> The Motorola XOOM (see <a href="http://www.androidtapp.com/motorola-xoom/">Android Tapp</a>), due in the first quarter of the year here in the US with mobile connectivity from Verizon, is an indication of what&#8217;s to come. The videos are a bit dorky, from both Moto and Google, but the tablet itself looks quite nice. Motorola has also done a good job keeping up to date with OS updates on its Droid phone line. See also tablets from Asus and LG.</p>
<p><object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/D7zheLybA-Q&#038;hl=en_US&#038;feature=player_embedded&#038;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/D7zheLybA-Q&#038;hl=en_US&#038;feature=player_embedded&#038;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></embed></object></p>
<p><strong>The hardware:</strong> Faster CPUs &#8211; while still far from desktop-class, dual core processors should boost audio processing capabilities. Faster GPUs &#8211; the NVIDIA Tegra is a serious GPU. Front- and rear-facing cameras. Higher-res screens, at resolutions around 1280&#215;800. HD video. More hardware connectivity. (HDMI, USB, 30-pin ports, or some combination.)</p>
<p><strong>The software:</strong> Android &#8220;Honeycomb&#8221; is what we&#8217;ve all been waiting for. Likely to carry version 3.0, this is the tablet-ready version of the OS. </p>
<p><strong>How might music developers approach it?</strong> Initially, most won&#8217;t. Android is turning into a vibrant platform for general-purpose software development, but music developers face software that&#8217;s harder to develop than mainstream apps, yet with a potentially smaller audience and greater risk. And this whole field, iOS included, is very new. That means it&#8217;s more likely commercial music developers will focus efforts on iOS, even with new tablets. There&#8217;s a chicken-and-egg problem for music: early adopter users eager to consume music apps went for iOS, which brought developers there, which brought more users&#8230; There will be exceptions, and those few exceptions are likely to get lots of attention from Android users, carriers, and handset makers, but growth here will take more time.</p>
<p>Look instead for a vibrant open source community &#8211; not so much because Android is technically an open source platform, but because it&#8217;s easy to develop for and doesn&#8217;t require a Mac. Open source software should be a good fit, too, because it&#8217;ll allow a community of savvy users to crowd-source testing the wide array of Android phones and tablets out there. With phones alone, the payoff was limited, but with tablets, that could change. And that in turn could eventually lead to more commercial development.</p>
<p><strong>How might musicians use it?</strong> The iPad has proven itself as a music platform, but I expect some musicians will snap up Android tablets, too. Faster processing speeds will give these platforms more robust sound-making capabilities, and at what looks to be competitive prices. Tablets in general work well as touch controllers for music apps and they&#8217;re great for reading (and soon, I suspect, editing) music notation. Free software like Pd, Processing, and OpenFrameworks will open up sophisticated sound and visuals. New capabilities in the browser could mean the <em>web browser</em> could turn into a tool for collaboration, a control surface, or a recording environment. And these machines could make nice, low-profile portable machines in place of a laptop, particularly if hardware connectivity is available. (See &#8220;lingering questions.&#8221;)</p>
<p><strong>Versus an iPad:</strong> It&#8217;s all about the software. Android tablets should have competitive touch displays, performance, and hardware quality. But the Android OS can still be uneven for developers in terms of performance. And forget about &#8220;fragmentation&#8221; &#8211; more devices can be good; often the issue is odd device-specific bugs. On the other hand, Android could prove to be a more flexible platform, offer hardware choices that appeal to certain music applications, or provide better hardware connectivity. The simple truth right now is, we don&#8217;t know. But viva competition.</p>
<p>One simple difference: I expect Bluetooth MIDI will be very doable on the Android tablets. (There, at least that&#8217;s something that you can predict.)</p>
<p><strong>Versus a Laptop:</strong> Tablet form factors and touch interfaces are more appealing for live performance and collaboration. They still lag in maturity and horsepower, however. Laptops have easy hardware connectivity, are far more capable of audio processing tasks, have more mature, tested designs, and generally deliver more bang-for-your-buck. That remains significant competition, and explains why commenters on this and other sites can be so skeptical of the tablet hype, even given the potential of the new designs.</p>
<p><strong>Bogus claims:</strong> Android developers (Google and third parties alike) tout the &#8220;first&#8221; software to be developed &#8220;specifically for tablets.&#8221; It&#8217;s supposed to be a slam of the iPad as a giant iPhone, but these devices are still based on the Android platform. Worse, the consistency between iPad and iPhone interfaces is generally a good thing. The real issue is quality of design, one app at a time. That&#8217;s been especially true in music, as developers work &#8211; with varying degrees of success &#8211; to re-imagine these platforms as musical instruments. So I call marketing BS.</p>
<p><strong>Lingering questions:</strong> The big questions all have to do with the new Honeycomb OS. While Android is open source, it&#8217;s anything but transparent &#8211; developers are usually the last to see new OS versions, and Google doesn&#8217;t say much in advance. As a result, we haven&#8217;t seen what Honeycomb will look like to developers. That leaves gaping questions, in particular, about hardware connectivity, and how developers may be able to make use of new ports for USB, HDMI, and the like. I&#8217;m also concerned that OS upgrades may be as spotty on the Android tablets as they have been on phones.</p>
<p>The other question: price. Will WiFi-only tablets be available, to rival the popular offering from Apple? Or will you only be able to get a $500 Android tablet after you sign a two-year data agreement with your mobile carrier, in turn limiting availability of the tablets in different countries? (Yuck!)</p>
<h3>Windows Tablets (and Linux?)</h3>
<p><img src="http://createdigitalmusic.com/files/2011/01/ep121_keys.jpg" alt="" title="ep121_keys" width="626" height="409" class="alignnone size-full wp-image-15607" /></p>
<p><strong>The pitch:</strong> This one&#8217;s easier. These are basically PCs in tablet form factors. Want the horsepower and software of a laptop, but with multi-touch input and a slim, tablet case? This is for you. (See also the Indamixx tablets, one Atom-based, one Core-based &#8211; they take this model, too.)</p>
<p><img src="http://createdigitalmusic.com/files/2011/01/ep121_stylus.jpg" alt="" title="ep121_stylus" width="584" height="365" class="alignnone size-full wp-image-15608" /></p>
<div class="imgcaption">Asus is making Android tablets, too, but they&#8217;re also making Windows tablets &#8211; with beefier Core processors and Wacom tablet input. Photo courtesy Asustek.</div>
<p><strong>Good example:</strong> <a href="http://ces2011.asus.com/press-release/asus-tablet-computers-providing-choice-through-innovation-at-ces-2011/">Asus&#8217; EP121</a> (see <a href="http://www.engadget.com/2011/01/04/asus-eee-slate-ep121-officially-unveiled-ips-display-core-i5-a/">Engadget</a>) has a Core i5, Wacom stylus, and Windows 7. It&#8217;ll cost around $1000, but then again, you get performance that rivals a laptop and you don&#8217;t have to sign a mobile contract &#8211; not a bad deal.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/jmBPjrdJa8c?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jmBPjrdJa8c?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<div class="imgcaption">From detachable keyboards to sliders to separate keyboards, Android and Windows tablets alike will come with keyboard options. Photo courtesy Asustek.</div>
<p><strong>The hardware:</strong> Core-architecture Intel processors, more RAM, big SSDs. Some will have stylus input, in case you don&#8217;t like finger painting. </p>
<p><strong>The software:</strong> Windows 7. Expect Linux alternatives to crop up quickly, too &#8211; and since this is essentially a PC, this is a better candidate for running Linux than the Android tablets.</p>
<p><strong>How might music developers approach it?</strong> I have no idea whether Windows and Linux developers will take note of these machines, but if I were them, I&#8217;d consider one of these machines as my next laptop &#8211; especially as some will come with easy, detachable keyboards so you can actually code on them. On one hand, developers don&#8217;t actually have to do anything &#8211; because they run Windows (and probably Linux), existing desktop software will &#8220;just work.&#8221; On the other hand, desktop UIs can be kind of a mess with touch input. </p>
<p>Again, I think the open source development community might actually experiment first, even before commercial development becomes as viable as it has on iOS. If you use a tool like OpenFrameworks, you can simultaneously target this machine, an iPad, iPhone, and an Android device, all with native audio processing (using something like Pd, even), and OpenGL-accelerated graphics.</p>
<p><strong>How might musicians use it?</strong> I&#8217;ll bet money we&#8217;ll see someone go out with Ableton Live on these machines. If it&#8217;s desktop software, it&#8217;ll run on these computers. The key is watching to see if Windows and/or Linux developers find ways to build touch-savvy apps. If commercial developers don&#8217;t, it&#8217;ll still make a killer machine for carrying around Pd or Processing or OpenFrameworks contraptions. </p>
<p><strong>Versus an iPad:</strong> For a simplified, elegant, touch-centric design, there&#8217;s no contest. This is Windows running on tablet. On the other hand, this is a tablet that acts like a laptop, so for performance and desktop-class apps there&#8217;s no contest, either. And while Apple has some USB support via its Camera Connection Kit, it sure is nice to have normal USB ports here on the side. Real stylus input also isn&#8217;t available on the iPad, and having used the stylus doodads that are supposed to work on the iPad, I bet stylus lovers will choose this. </p>
<p><strong>Versus a Laptop:</strong> Here&#8217;s where it gets interesting. Finally, people who like laptops won&#8217;t have to give up on touch input, especially as some of the new tablets will have keyboards. Of course, if you don&#8217;t care about tablets or touch, or you want a laptop that runs Mac OS, this isn&#8217;t terribly relevant. At least your choices aren&#8217;t as restricted.</p>
<p><strong>Lingering Questions:</strong> There&#8217;s really only one big, ugly question: will anyone buy these? I think there are tons of reasons for musicians to prefer the laptop-style design with its extra horsepower and standard USB ports. The general market, though, is another matter. </p>
<p>Also, PC reliability has been all over the map, so as with any of these hardware offerings, we&#8217;ll have to get hands-on experience to know just how viable these machines are. </p>
<h3>And Now, We Wait</h3>
<p>Apple&#8217;s iPad remains the one safe bet you can go buy today, but in the coming weeks, that will change quickly. I think competition is healthy, not only for people who want alternatives to iOS, but for dedicated iOS users, too. And a big design challenge for software makers and (ahem) publishers will be making sure that the stuff we make works on these different platforms, so people with iPads and people with Android tablets can make some music together.</p>
<p>Stay tuned&#8230;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2011/01/here-come-the-tablets-which-to-watch-how-digital-musicians-will-use-them/&via=cdmblogs&text=Here Come the Tablets; Which to Watch, How Digital Musicians Will Use Them&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2011/01/here-come-the-tablets-which-to-watch-how-digital-musicians-will-use-them/&via=cdmblogs&text=Here Come the Tablets; Which to Watch, How Digital Musicians Will Use Them&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2011/01/here-come-the-tablets-which-to-watch-how-digital-musicians-will-use-them/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2011/01/here-come-the-tablets-which-to-watch-how-digital-musicians-will-use-them/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Preview: Indamixx 2 Tablet to Offer Mobile Music, Multi-touch, MeeGo Linux</title>
		<link>http://createdigitalmusic.com/2010/10/preview-indamixx-2-tablet-to-offer-mobile-music-multi-touch-meego-linux/</link>
		<comments>http://createdigitalmusic.com/2010/10/preview-indamixx-2-tablet-to-offer-mobile-music-multi-touch-meego-linux/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 15:53:00 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[previews]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[tablets]]></category>
		<category><![CDATA[teasers]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=14458</guid>
		<description><![CDATA[Photo courtesy Indamixx. Touch form factors make sense for music creation on the go: a mobile tablet with finger-based interface seems ideal for performance and travel. In the fast-evolving hardware, though, it&#8217;s tough to work out exactly what will be a hit and what will be a flop. Multitouch tablets have splintered in two &#8211; &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2010/10/preview-indamixx-2-tablet-to-offer-mobile-music-multi-touch-meego-linux/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://createdigitalmusic.com/files/2010/10/poolindamixx.jpg" alt="" title="poolindamixx" width="580" height="387" class="alignnone size-full wp-image-14459" /></p>
<div class="imgcaption">Photo courtesy Indamixx.</div>
<p>Touch form factors make sense for music creation on the go: a mobile tablet with finger-based interface seems ideal for performance and travel. In the fast-evolving hardware, though, it&#8217;s tough to work out exactly what will be a hit and what will be a flop. Multitouch tablets have splintered in two &#8211; consumer-centric, inexpensive tablets like the iPad and Android tablets gravitate at one end, as higher-powered tablets are reserved for the business market. Worse, the entire computing industry is choosing battery life over all other factors, which doesn&#8217;t jive well with audio. (Almost everything you do to improve audio performance saps power. Doh.) </p>
<p>But that could leave opportunities for computer makers to cater to musicians. Here&#8217;s just one example, and it lies right at the convergence of next-generation, Linux-based operating systems, touch-centric design, and more efficient mobile computing.</p>
<p>Indamixx, who have previously done Linux-based laptops using tablets and netbooks, are now readying a multitouch tablet based around the current-generation, dual-core Intel Atom chipset. The Linux OS means you can run the terrific tracker-for-the-rest-of-us <a href="http://www.renoise.com/">Renoise</a>, as well as a variety of free software; that&#8217;s Renoise pictured as the Indamixx tablet hangs out by the rooftop pool of LA&#8217;s The Standard last weekend, for its public debut. (Indamixx hosted a Renoise-themed blowout party.)</p>
<p>Early specs: single core N450 Atom (prototype only; final model is planned to be dual-core), 2 GB RAM, 3 USB ports, 1 VGA port, 1 Ethernet port, analog audio I/O. That&#8217;s much like what you&#8217;d find on a netbook, and it&#8217;s a far cry from the computing power of a desktop or laptop. But with optimized software, it could be ideal for mobile production and performance. (Even with optimization, tablets, by contrast, can&#8217;t compete on computing horsepower &#8211; and they&#8217;re not really set up for terrific low-latency audio performance, either. Oh, <em>and</em> you get better hardware support from traditional Linux operating systems than things like iOS, Android, and Chrome OS.)<span id="more-14458"></span></p>
<p>More details came out on the <a href="http://www.renoise.com/board/index.php?showtopic=27405&#038;pid=214988&#038;st=0&#entry214988">Renoise forum</a>. The other surprise there: while Renoise is largely a QWERTY-centric experience to most of us, Indamixx tells us the touch approach works very well. I&#8217;ll believe it when I &#8212; uh, touch it &#8212; but I&#8217;m interested how that works.</p>
<p>The product will launch May 11, 2011, but we should have more info before then, and we&#8217;ll visit them at NAMM.</p>
<p>If you&#8217;re not in love with the hardware, you&#8217;ll be able to use the OS with your own rig, too, if you prefer to build or buy your own system. Dual-booting to Ubuntu will also be an (unsupported) option.</p>
<p>I got some further details on the direction they&#8217;re going from the source.</p>
<p>Whereas the Transmission custom distro Indamixx has used in the past was based on Ubuntu and Debian, the new OS is <a href="http://meego.com/">MeeGo</a>, the distro with powerful backing from Intel and Nokia. It&#8217;s still Linux; it even uses RPM as its package manager. But it&#8217;s probably the most mobile-centric of the mainstream Linux distros. (By the way, Linux fans, don&#8217;t sweat those details too much &#8211; the development environment for MeeGo runs on Mac, Windows, and other Linux distros, and software ports pretty easily between them.)</p>
<p>I&#8217;m not thrilled about the touch digitizer on the development unit &#8211; the serviceable but unspectacular MosArt sensor used on Asus&#8217; T91MT netbook &#8211; but it sounds as though that&#8217;ll change to something much better before this ships. (It should be just fine for development purposes.)</p>
<p>The choice of MeeGo, though, is certainly interesting. Indamixx lead developer Gabriel Beddingfield and founder Ronald Stewart are raving about how the OS feels and operates, and say they&#8217;re getting terrific performance out of the system. I&#8217;m eager to try it first-hand. Gabriel has more to say:</p>
<p><strong>CDM: How does this differ from Transmission as we&#8217;ve seen it in the past?</strong></p>
<p>Gabriel: It&#8217;s effectively a reboot of Transmission.  All packages<br />
currently in Transmission will be ported over.  The  end user-will reinstall this MeeGo-ized Transmission on their device.</p>
<p>Unlike Transmission 4, there will also be a Live CD /  Live USB version that you can preview before installing.</p>
<p><strong>Why MeeGo?</strong></p>
<p>Unlike any Linux distro we&#8217;ve found so far,  MeeGo is from the ground-up about multi-touch, portable  devices that compete with iPad and Android.  The  main &#8220;desktop&#8221; user experience is sharp, fast, and finger-friendly.</p>
<p>Our departure from MeeGo is in tuning it for audio. Out of the box, Transmission will be more concerned with a high quality, low-latency audio rather than preserving battery life.  However, our experience with the Atoms shows that battery life is pretty good, too.</p>
<p>Multi-touch support will come by way of Qt&#8217;s Multi-touch framework&#8230; which is expected to have a relatively smooth upgrade path to Xorg 1.10 or 1.11 when Xorg officially supports multi-touch (Q1/Q2 2011).  [Note that this is a different solution than the one that Ubuntu is providing.]</p>
<p><strong>How will users install their own software?</strong></p>
<p>MeeGo is also working heavily for app-store integration. So, users will be able to install free and commercial apps from Intel, Ovi, or other app stores.  MeeGo&#8217;s architecture will ensure that the apps will work on this device.</p>
<p>In addition, it&#8217;s still Linux&#8230; and so users are still able to hot-rod their systems.</p>
<p><strong>What&#8217;s the multi-touch digitizer hardware?</strong></p>
<p>Will be capacitive, and will at least be dual-touch.</p>
<p>Right now we&#8217;re developing on an eGalax dual-touch that appears to have some pressure-sensitive features (can differentiate between a mouse-over and a click), and we&#8217;re also using a Cando dual-touch that is a little more primitive.</p>
<p><em>Stay tuned for more &#8212; consider this a teaser for now. I&#8217;ll also have a look at a number of hardware options that take another approach to touch and performance, offering flashy multi-touch tables that make you look sexy onstage. Stay tuned here.</em></p>
<p><a href="http://indamixx.com/">http://indamixx.com/</a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/10/preview-indamixx-2-tablet-to-offer-mobile-music-multi-touch-meego-linux/&via=cdmblogs&text=Preview: Indamixx 2 Tablet to Offer Mobile Music, Multi-touch, MeeGo Linux&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/10/preview-indamixx-2-tablet-to-offer-mobile-music-multi-touch-meego-linux/&via=cdmblogs&text=Preview: Indamixx 2 Tablet to Offer Mobile Music, Multi-touch, MeeGo Linux&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2010/10/preview-indamixx-2-tablet-to-offer-mobile-music-multi-touch-meego-linux/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/10/preview-indamixx-2-tablet-to-offer-mobile-music-multi-touch-meego-linux/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>How to Install ReBirth in Linux, Get a Free Rack of Beat Machines</title>
		<link>http://createdigitalmusic.com/2010/10/how-to-install-rebirth-in-linux-get-a-free-rack-of-beat-machines/</link>
		<comments>http://createdigitalmusic.com/2010/10/how-to-install-rebirth-in-linux-get-a-free-rack-of-beat-machines/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 13:49:41 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[drum-machines]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[laptops]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[netbooks]]></category>
		<category><![CDATA[propellerhead]]></category>
		<category><![CDATA[rebirth]]></category>
		<category><![CDATA[soft-synths]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=14151</guid>
		<description><![CDATA[I just picked up a $280 Asus netbook and installed Ubuntu on it. ReBirth seemed a perfect addition; its compact-sized UI, lightweight processing and memory requirements, and simple functions are the ideal companion to a netbook. And, thanks to Propellerhead, it also happens to be free. If you stick with Windows, just download and go. &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2010/10/how-to-install-rebirth-in-linux-get-a-free-rack-of-beat-machines/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://createdigitalmusic.com/files/2010/10/rebirthwine.jpg" alt="" title="rebirthwine" width="580" height="536" class="alignnone size-full wp-image-14156" /></p>
<p>I just picked up a $280 Asus netbook and installed Ubuntu on it. ReBirth seemed a perfect addition; its compact-sized UI, lightweight processing and memory requirements, and simple functions are the ideal companion to a netbook. And, thanks to Propellerhead, it also happens to be free.</p>
<p>If you stick with Windows, just download and go. On Linux, though, you have to give the installer some help to see the install disc. (Why install Linux? I&#8217;m finding Ubuntu is just fine for battery life, and I wanted to take advantage of the OS&#8217; optimizations for netbooks and its flexibility for the work I do, audio and otherwise. Windows 7 Starter, by contrast, I found slow and painfully hobbled.) You&#8217;ll need WINE, a Windows compatibility tool, in order to run this Windows app in Linux without virtualization.</p>
<p>Here&#8217;s what to do, adapted from a <a href="http://ubuntuforums.org/archive/index.php/t-846551.html">forum discussion on the topic</a>.</p>
<p>First, mount the disc. I&#8217;m assuming you&#8217;ve downloaded to a folder called &#8220;Downloads&#8221; in your home directory:</p>
<p><code>mkdir /files/media/rebirth<br />
sudo mount -o loop ~/Downloads/rebirth*.iso /files/media/rebirth<br />
wine /files/media/rebirth/"Install ReBirth RB-338.EXE"<br />
</code></p>
<p>The trick is, while ReBirth is free, it does check to see if you have the CD the first time you load it. Even though the disc is mounted, it&#8217;s not mounted in a way programs in WINE can see it. The fix: make a shortcut to WINE&#8217;s virtual &#8220;E:&#8221; drive:</p>
<p><code>cd ~/.wine/dosdevices<br />
ln -s /files/media/rebirth e:<br />
ln -s ~/Downloads/rebirth*.iso e::</code></p>
<p>That&#8217;s it. Now you can go enjoy some soft synth history. 13 years after its introduction and five years after it reached the end of its life, ReBirth is still a lot of fun. I hope we see software get longevity like this more often. (I plan to work out some other tweaks for my setup here, so I may add to this guide later; stay tuned.)</p>
<p>More:<br />
<a href="http://www.rebirthmuseum.com/">ReBirth Museum</a>, with community, resources, and more<br />
<a href="http://createdigitalmusic.com/2010/05/01/rebirth-arrives-for-iphone-ipod-touch-more-details-shortly/">ReBirth port for iPhone</a>, plus <a href="http://createdigitalmusic.com/2010/05/01/rebirth-reborn-as-synths-in-your-hand-qa-with-ernst-nathorst-boos/">Q&#038;A on that version</a></p>
<p>Anyone else running ReBirth on WINE? Other tips for netbooks running Windows or Linux? Shout out.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/10/how-to-install-rebirth-in-linux-get-a-free-rack-of-beat-machines/&via=cdmblogs&text=How to Install ReBirth in Linux, Get a Free Rack of Beat Machines &related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/10/how-to-install-rebirth-in-linux-get-a-free-rack-of-beat-machines/&via=cdmblogs&text=How to Install ReBirth in Linux, Get a Free Rack of Beat Machines &related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2010/10/how-to-install-rebirth-in-linux-get-a-free-rack-of-beat-machines/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/10/how-to-install-rebirth-in-linux-get-a-free-rack-of-beat-machines/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Filter The Vuvuzela Horn Out of the World Cup; Learn JACK Routing on Linux</title>
		<link>http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/</link>
		<comments>http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 16:20:19 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[free-software]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[jack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[oddities]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[sports]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=11481</guid>
		<description><![CDATA[Yep. That sound. Now, if you happen to like the vuvuzela, if you&#8217;re feeling the South African Gees (spirit), maybe you can follow these instructions to make the horns even louder. Photo (CC-BY-SA) Axel Bührmann. Are you a World Cup fan annoyed by the constant sound of the South African vuvuzela horn? Wish you could &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/snapeverything/4689976115/in/set-72157624126360619/"><img src="http://farm5.static.flickr.com/4004/4689976115_b699c2deaa.jpg"></a></p>
<div class="imgcaption">Yep. That sound. Now, if you happen to like the vuvuzela, if you&#8217;re feeling the South African Gees (spirit), maybe you can follow these instructions to make the horns even louder. Photo (<a href="http://creativecommons.org/licenses/by-sa/2.0/deed.en">CC-BY-SA</a>) <a href="http://www.flickr.com/people/snapeverything/">Axel Bührmann</a>.</div>
<p>Are you a World Cup fan annoyed by the constant sound of the South African vuvuzela horn? Wish you could remove that sound from your World Cup viewing experience? Do you want to learn a little bit about powerful modular effects routing can be on Linux? Either? Both? Call it &#8220;football&#8221;? &#8220;Soccer&#8221;? Any way round, we&#8217;ve got you covered.</p>
<p>(Disclaimer: I have nothing in particular against the vuvuzela.  But here you go, anyway.)</p>
<p><strong>Updated:</strong> Via comments, here&#8217;s a Mac <a href="http://www.sonicworx.com/sonicWORX/VuvuX.html">plug-in for filtering the horn</a>, also a notch filter, and a sign that this is getting a little carried away. (Mostly, I think this is a useful way to learn about JACK, something you can use after the World Cup. But knowing football fans, &#8220;after the World Cup&#8221; may not be a phrase with any meaning at the moment.)</p>
<p>JACK is a powerful audio API on Linux, and thanks to rich application support for the tool, you can route sound arbitrarily between software tools, making everything on your computer into a kind of virtual studio. (Mac users should check out the excellent <a href="http://www.jackosx.com/">JACK OS X</a> implementation.)</p>
<p>Felix Kaechele, a German-based Fedora community member and Fedora Ambassador, uses JACK to filter out sound from his live World Cup feed. If you&#8217;re curious about how JACK works and how to add effects to your system (or record a system audio feed, etc.), this is the way to go. The trick here is that PulseAudio, the default sound API on Linux, actually gets routed right into JACK.<span id="more-11481"></span></p>
<p>Read the full instructions here:<br />
<a href="http://fetzig.org/2010/06/13/vuvuzela-filter-using-fedora/">Vuvuzela Filter using Fedora</a> [Felix' Blog]</p>
<p><img src="http://createdigitalmusic.com/files/2010/06/jackrouting.png" alt="" title="jackrouting" width="577" height="331" class="alignnone size-full wp-image-11493" /></p>
<div class="imgcaption">JACK lets you patch software together for adding effects. Via Felix&#8217; tutorial, the simple routing from the system right into a rack of effects.</div>
<p>Fedora is a superb distribution, and intelligent JACK packaging is a particular strong suit. (Check out the <a href="http://ccrma.stanford.edu/planetccrma/software/">Planet CCRMA</a> project for more.) But part of the strength of Linux is that it is open, so you&#8217;ll find these same instructions work on other distributions. In fact, so long as you replace &#8220;yum install&#8221; with &#8220;apt-get install&#8221;, you&#8217;ll find most of these packages have the same name. (Only &#8220;ladspa-swh-plugins&#8221; is missing on Ubuntu, though there are other LADSPA plugs available.)</p>
<p>Note that on vanilla Ubuntu, I did need to do one extra step when setting up JACK. When you launch, JACK will actually advise you to do so right in the message window, but here it is, as a reminder:</p>
<blockquote><p>Please check your /etc/security/limits.conf for the following lines<br />
and correct/add them:<br />
@audio &#8211; rtprio 100<br />
@audio &#8211; nice -10<br />
After applying these changes, please re-login in order for them to take effect.</p></blockquote>
<p>These steps tweak real-time performance for better JACK sound results.</p>
<p>Also, I generally like to launch JACK Control with the following command, in order to disable PulseAudio:<br />
pasuspender qjackctl</p>
<p>But in this event, you&#8217;d actually install the Pulse module and route Pulse into JACK, as in the instructions.</p>
<p>Setting up Ubuntu is a topic for another article, but there&#8217;s a preview. But the musical applications here should be clear: JACK makes it easy to set up a modular rig. Want to add effects to a Pd patch? Record audio from a system application for sampling? Route together some effects to make a virtual stompbox rig for your guitar? Having JACK is a bit like having an extensive patch bay for software.</p>
<p>Let us know how these tips work out for you, or if you&#8217;ve got ideas of your own. (And if someone wants to do a Mac version of the tutorial, let us know!)</p>
<p>Via <a href="http://ostatic.com/blog/world-cup-vuvuzela-noise-driving-you-crazy-filter-it-with-open-source-tools">OSTATIC</a>; thanks, Brad Linder!</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/&via=cdmblogs&text=Filter The Vuvuzela Horn Out of the World Cup; Learn JACK Routing on Linux&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/&via=cdmblogs&text=Filter The Vuvuzela Horn Out of the World Cup; Learn JACK Routing on Linux&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Reality Check: You Don&#8217;t Need Any Phone for Music. It&#8217;s a Good Thing.</title>
		<link>http://createdigitalmusic.com/2010/06/reality-check-you-dont-need-any-phone-for-music-its-a-good-thing/</link>
		<comments>http://createdigitalmusic.com/2010/06/reality-check-you-dont-need-any-phone-for-music-its-a-good-thing/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 21:35:50 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone-os]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=11367</guid>
		<description><![CDATA[(CC-BY) Windell Oskay. Wanting something is different from needing something. And bending something to musical activities is different from requiring something for musical activities. Apple introduced a promising-looking update Monday to the iPhone. I didn&#8217;t really see much reason to talk about it, because there&#8217;s nothing specific in the update to music, even if it &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2010/06/reality-check-you-dont-need-any-phone-for-music-its-a-good-thing/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/oskay/351540187/"><img src="http://farm1.static.flickr.com/131/351540187_4d6115ff7a.jpg"></a></p>
<div class="imgcaption">(<a href="http://creativecommons.org/licenses/by/2.0/deed.en">CC-BY</a>) <a href="http://www.flickr.com/people/oskay/">Windell Oskay</a>.</div>
<p>Wanting something is different from needing something. And bending something to musical activities is different from requiring something for musical activities.</p>
<p>Apple introduced a promising-looking update Monday to the iPhone. I didn&#8217;t really see much reason to talk about it, because there&#8217;s nothing specific in the update to music, even if it is a worthy upgrade. On CDMotion, the new onboard camera and video publishing features led to a larger discussion about what to use for capturing video for live visual sets, from <a href="http://createdigitalmotion.com/2010/06/will-the-new-iphone-be-usable-for-video-capture/#comments">comments including mention of the older 3GS and even a phone from Nokia</a> to <a href="http://createdigitalmotion.com/2010/06/diy-glidepod-another-cheap-diy-steadicam-hack/">cheap stabilization solutions</a>. But apart from a gyro sensor likely to be used in a new Smule app and a faster processor, there&#8217;s nothing essential to music apps &#8212; good news if you already own an iPhone, in fact.</p>
<p>So, if you want an iPhone, go get one. What I find surprising is that this device is inspiring some of my music tech blog colleagues to say things that I don&#8217;t think are true.</p>
<p>Now, regular readers know, I haven&#8217;t shied away from covering mobile music tech. If it&#8217;s a platform, and you can make sounds with it, I think it&#8217;s worth noticing, be it an iPhone, Game Boy, Arduino, teletype machine, steam organ, whatever. </p>
<p>But even with all the development activity around these devices, it is possible to lose perspective, or overstate what these gadgets are. And as a result, I feel a bit obligated to point out some observations I <em>thought</em> were self-evident, but evidently aren&#8217;t.<span id="more-11367"></span></p>
<p><strong>The iPhone isn&#8217;t cheap, because of the whole phone part.</strong> Here&#8217;s the thing: smart phones tied to contracts are expensive. The iPhone&#8217;s sibling, the iPod touch, is a pretty great deal, especially if you grab a refurb. But the iPhone is pricey given a lot of the world&#8217;s currency translations and actual buying power, and the device typically adds costly phone service contracts and potential cancellation fees if you&#8217;re on the wrong carrier. In fact, switch to a cheap prepaid SIM and stay off the phone, and you can probably afford a <a href="http://www.symbolicsound.com/cgi-bin/bin/view/Company/WebHome">Kyma</a> instead in the time the contract lasts. (Tell people you&#8217;re synthesizing and can&#8217;t talk to them anyway.) That&#8217;s not to slam the iPhone &#8211; it&#8217;s a problem with the cost of smartphones and the accompanying data service in general. But it means the claim the iPhone costs &#8220;a couple hundred dollars&#8221; just isn&#8217;t true.</p>
<p>If you&#8217;re spending a lot on mobile plans anyway, then you can justify the price. But it&#8217;s very unlikely anything with a contract is ever going to make sense from a purely <em>musical</em> point of view &#8211; not unless Ableton starts having you sign a two-year contract in order to upgrade your copy of Live. (Uh, don&#8217;t get any ideas, please.) The music apps are nice because they give more value to a purchase you may be buying anyway. That&#8217;s the whole point.</p>
<p><strong>The iPhone isn&#8217;t the top mobile music OS. That&#8217;d be &#8230; Windows.</strong> Seriously. Top handheld, yes. Top mobile, no, because the remaining popular &#8220;mobile&#8221; solution for music is a laptop. On Monday, as Steve Jobs took the stage in California, I was on various modes of transport between Portugal and New York. I wound up finishing a couple of tracks on trains, airport waiting areas, and planes, from 0 to 40,000 feet. My tool of choice: an inexpensive Asus laptop, leaving smaller but less-powerful gadgets (including an iPod touch) in my backpack. And I&#8217;m not alone. Windows is still popular, for instance. Digital Music Doctor&#8217;s <a href="http://www.digitalmusicdoctor.com/popularity.htm">Internet popularity</a> numbers for music software show that PC-only tools FL Studio and SONAR still rank high. On CDM, the iPhone, iPad, and iPod rule mobile readership rankings by a lion&#8217;s share &#8230;but not as a share of overall readership. There, even Linux-based readership of CDM manages to outpace the iPhone by a wide margin, to say nothing of Mac and Windows. </p>
<p>iOS and tablets may be the future. But laptops remain the present, at least for most people not running a gadget blog. And that means it is absolutely possible for the music tech industry to get so excited about this new platform that they miss opportunities on the older ones.</p>
<p><strong>You don&#8217;t need one.</strong> Want one. Get one, even. But you don&#8217;t need one. In <a href="http://www.synthtopia.com/content/2010/06/07/5-reasons-musicians-should-get-an-iphone-4/">5 Reasons Musicians Should Get An iPhone 4</a>, James at Synthopia lists a number of reasons to buy one that to me just aren&#8217;t quite right:</p>
<p>&#8220;spending a couple of hundred bucks on an iPhone&#8221; &#8211; well, see above. It could be a couple of <em>thousand</em> bucks by the time you&#8217;re done; it depends on your situation.</p>
<p>&#8220;The iPhone lets you connect with friends and fans from almost any location.&#8221; Actually, there&#8217;s a technology for that, called the Internet. When there&#8217;s not &#8220;an app for that,&#8221; there&#8217;s something called the Browser. Both of these technologies work everywhere. And while apps are cool, before any website makes an app, they should make an awesome mobile version of their website. If they have that nailed, then they should be allowed to make an app. (Maybe Apple can add that rule to their developer agreement.)</p>
<p>&#8220;The iPhone 4 gives you access to the de facto industry standard for digital music.&#8221; Well, wait a minute, that&#8217;s called the Internet again, and formats like MP3 and OGG. You certainly don&#8217;t need an iPhone to download podcasts, which are an open, XML-based format that shouldn&#8217;t discriminate by player.</p>
<p>In fact, <strong><em>not needing a device or a platform</em></strong> is part of the beauty of this being the year 2010 and not 1984. In 1984, a sea of incompatible computers with proprietary standards for everything from simple serial connectors to displays cost more money, were harder to operate, and eventually wasted your time. (One plus: they hooked up to your TV set, no DRM-locked HDMI cables required &#8230;but I digress.)</p>
<p>Now, we live in the future. We can choose from platforms that use standards, that communicate via standards, that talk via The Internet and Internet Standards and Browsers so it doesn&#8217;t matter what gadgets your friends might have. We have obscenely cheap electronics, so you can make electronic music with $30 in parts and a speaker, not a six-month residency at a prestigious Research Institution in Paris. </p>
<p>It wasn&#8217;t always this way. When Max was first extended to add audio features, it needed a NeXT audio box. When MIDI was invented, it required specific interfaces running specific sequencers on specific computers just to make a sequence. When digital synthesis was invented, Max Mathews had to take a train across the Hudson to get timeshare access to a mainframe. Platforms can be wonderful things, but they&#8217;re even more wonderful when they disappear.</p>
<p>The iPhone is a beautiful gadget, and that&#8217;s great. But what&#8217;s even better &#8211; what&#8217;s even more a sign that you live in the future &#8211; is that you don&#8217;t have to buy one. So if you do, relish the thought that it&#8217;s an indulgence. It&#8217;ll probably make unpacking it more fun anyway.</p>
<p>Or, as Lady Gaga would <a href="http://www.songlyrics.com/lady-gaga/telephone-lyrics/">say</a>&#8230;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/06/reality-check-you-dont-need-any-phone-for-music-its-a-good-thing/&via=cdmblogs&text=Reality Check: You Don't Need Any Phone for Music. It's a Good Thing.&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/06/reality-check-you-dont-need-any-phone-for-music-its-a-good-thing/&via=cdmblogs&text=Reality Check: You Don't Need Any Phone for Music. It's a Good Thing.&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2010/06/reality-check-you-dont-need-any-phone-for-music-its-a-good-thing/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/06/reality-check-you-dont-need-any-phone-for-music-its-a-good-thing/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>Emulator, Multitouch PC Software, Makes Tablets into Controllers for Traktor, More</title>
		<link>http://createdigitalmusic.com/2010/06/emulator-multitouch-pc-software-makes-tablets-into-controllers-for-traktor-more/</link>
		<comments>http://createdigitalmusic.com/2010/06/emulator-multitouch-pc-software-makes-tablets-into-controllers-for-traktor-more/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 17:19:51 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[control-surface]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[DJ]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[tablets]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[Traktor]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows-7]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=11242</guid>
		<description><![CDATA[The Apple iPad has terrific, responsive multi-touch input, but for many, using it to control music would mean carrying an iPad and a computer. That&#8217;s a cheaper combination than using a JazzMutant Lemur with a computer, but it&#8217;s still two pieces. With a number of PCs gradually adding touch capabilities, it seems inevitable that integrated &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2010/06/emulator-multitouch-pc-software-makes-tablets-into-controllers-for-traktor-more/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://createdigitalmusic.com/files/2010/06/emulator1.jpg" alt="" title="emulator1" width="580" height="363" class="alignnone size-full wp-image-11245" /></p>
<p>The Apple iPad has terrific, responsive multi-touch input, but for many, using it to control music would mean carrying an iPad <em>and</em> a computer. That&#8217;s a cheaper combination than using a JazzMutant Lemur with a computer, but it&#8217;s still two pieces. With a number of PCs gradually adding touch capabilities, it seems inevitable that integrated touch for music will become at least a compelling option. These machines also have some features the iPad lacks, such as USB and other conventional I/O, and true pen input, which can be more precise for arts applications &#8230;and they&#8217;re traditional computers, with all the flexibility that entails.</p>
<p>Argentina-based DJ Pablo Martin gives CDM the scoop on his new Emulator software. The descendant of the Lemur-style MonotouchLive control, Emulator looks more mature, and adds multi-touch support. It&#8217;s ready to run Traktor out of the box, but other tools are possible, too. With a revision of HP&#8217;s TM2 expected this summer, we could have an interesting, more powerful alternative to the more limited tablets about to follow in the iPad&#8217;s footsteps. (I&#8217;ll say this &#8211; it would have been a better machine on the trip I&#8217;m on currently, both for the touch/tablet capabilities and longer battery life than my more conventional Asus laptop.)</p>
<p>I&#8217;ll let Pablo explain the rest. I&#8217;m in touch with HP and others, so I hope to offer some information on what these solutions are like, alongside the iPad, of course.<span id="more-11242"></span></p>
<blockquote><p>This are the first images i make public of my new touchscreen MIDI controller (now with mulitouch support). The older Monotouchlive is now discontinued and the new software born is called EMULATOR.</p>
<p>The first version i plan to launch very soon, including control for traktor on internal mode; the other interfaces  are under development (traktor external ableton etc etc)</p>
<p>This software is designed to work with tablet PCs, the model i suggest for use with my software is the wonderful HP TM2, or the older model TM2Z. It also can be used with lenovo multitouch tablet and DELL XT tablet. All these tablets support multitouch, have capacitive digitizers, but again i suggest the HP TM2, due to it having a wonderful capacitive digitizer from WACOM; it&#8217;s really good quality tablet.<br />
The CPU power of TM2 is perfect to run Traktor; I tested with Ableton without any troubles. Some guys think the CPU on HP TM2 doesn&#8217;t have enough power, but that is wrong.</p>
<p>The major problem with present touchscreen controllers is that you don&#8217;t have tactile feedback (you can&#8217;t feel with your fingers knobs, buttons, sliders etc etc), for that reason you need put your eyes all time on the touchscreen device for use the controller, and lose the focus over music software.</p>
<p>Emulator is a software where you have all what you need on same screen and combine the power of multitouch, the useful standard mouse and the native interface of software to be controlled all in one nice and useful GUI.</p>
<p>This software runs under windows 7; the first version I plan to launch only works on tablet PCs with 12.1 inch screen (1280&#215;800). I decided to do this because the big LCD multitouch screens available on the market aren&#8217;t really accurate and enough for pro usage; [optical sensors can] generate false touch, ghost touches, etc. and you lose portability [on larger screens].</p></blockquote>
<p>No pricing or release yet &#8211; Pablo is looking for a sponsor (HP?) &#8211; but I&#8217;ll keep you posted. Let us know what you think of the design.<br />
<img src="http://createdigitalmusic.com/files/2010/06/emulator2.jpg" alt="" title="emulator2" width="580" height="363" class="alignnone size-full wp-image-11248" /></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/06/emulator-multitouch-pc-software-makes-tablets-into-controllers-for-traktor-more/&via=cdmblogs&text=Emulator, Multitouch PC Software, Makes Tablets into Controllers for Traktor, More&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/06/emulator-multitouch-pc-software-makes-tablets-into-controllers-for-traktor-more/&via=cdmblogs&text=Emulator, Multitouch PC Software, Makes Tablets into Controllers for Traktor, More&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2010/06/emulator-multitouch-pc-software-makes-tablets-into-controllers-for-traktor-more/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/06/emulator-multitouch-pc-software-makes-tablets-into-controllers-for-traktor-more/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Apple Refreshes MacBook Pro Line; Models Compared</title>
		<link>http://createdigitalmusic.com/2010/04/apple-refreshes-macbook-pro-line-models-compared/</link>
		<comments>http://createdigitalmusic.com/2010/04/apple-refreshes-macbook-pro-line-models-compared/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:58:30 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[laptops]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[macbook-pro]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=10502</guid>
		<description><![CDATA[Apple today refreshed its MacBook Pro line in a long-awaited update, moving the Apple laptops in line with recent advancements in Intel CPUs and NVIDIA GPUs. There are some caveats when you pull apart the line, however &#8211; the 13&#8243; models miss out on the new CPUs in this lineup, at least &#8211; and you&#8217;ll &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2010/04/apple-refreshes-macbook-pro-line-models-compared/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://createdigitalmusic.com/files/2010/04/mbp2010.jpg"><img src="http://createdigitalmusic.com/files/2010/04/mbp2010.jpg" alt="" title="mbp2010" width="580" height="320" class="alignright size-full wp-image-10506" /></a></p>
<p>Apple today refreshed its MacBook Pro line in a long-awaited update, moving the Apple laptops in line with recent advancements in Intel CPUs and NVIDIA GPUs. There are some caveats when you pull apart the line, however &#8211; the 13&#8243; models miss out on the new CPUs in this lineup, at least &#8211; and you&#8217;ll pay to get some of the better improvements.  Of course, a Mac is a Mac; for many readers, it&#8217;s the reliability of the combination with the Mac OS that is likely to be the deciding factor.</p>
<p>The best news is, the 15&#8243; and 17&#8243; models are getting new Core i5 and i7 processors, which boast significant performance boosts and improved battery life. That&#8217;s a plus both for number-crunching audio production power and for keeping your battery going while you&#8217;re running Ableton on the trans-continental coach flight. These aren&#8217;t huge changes, though &#8211; and, at the risk of igniting some flame wars, there are competitive PCs that use the same technologies. But if you were waiting for this refresh to get a new Mac (or pick up an almost-new Mac at a discount), today&#8217;s your lucky day.</p>
<p>You can read the <a href="http://www.apple.com/macbookpro/specs-compare.html">full specs from Apple</a>, and <a href="http://www.engadget.com/2010/04/13/macbook-pro-core-i7-unboxing-and-preview/">Engadget has even done an unboxing</a> of the top-of-the-line i7 model, but here&#8217;s a quick overview of how the models compare.</p>
<p><strong>13&#8243;</strong><br />
$1199-1499<br />
Core 2 Duo (2.4-2.66) &#8211; not the newer Core i3/i5/i7 (yet)<br />
Integrated graphics (NVIDIA 320M, similar to the 310M &#8211; think a new generation of the previous 9400M)<br />
1280 by 800 graphics<br />
Up to 10 hours battery life<br />
Two USB 2.0, one FireWire 800, one SD card slot</p>
<p><strong>15&#8243;</strong><br />
$1799-2199<br />
Core i5/i7 (2.4-2.66) CPU<br />
NVIDIA 330M discrete GPU switches with integrated graphics for better battery life<br />
1440 by 900 graphics<br />
9 hours battery life<br />
Two USB 2.0, one FireWire 800, one SD card slot</p>
<p><strong>17&#8243;</strong><br />
$2299-2499<br />
2.53G Core i5 ($200 more gets you the 2.66 i7 as a custom option, not listed in the specs)<br />
Three USB 2.0, one FireWire 800, ExpressCard/34 slot<span id="more-10502"></span></p>
<p><strong>The good news:</strong> As always, Apple&#8217;s machines have some lovely standard features. All of the models have standard backlit keyboards &#8211; ideal for seeing your machine onstage. They all have MagSafe power ports, multi-touch trackpads, great-looking screens, 8x SuperDrives (for burning and reading), iSight cameras, and lovely aluminum bodies. </p>
<p><strong>Sweet spots:</strong> the $1199 machine, if you can live without the fastest processor or GPU, is a pretty solid compromise, especially as a satellite to a desktop. (13&#8243; in coach class and on buses is also a big, big win.) I also like the 15&#8243; models, and as readers noted, you can upgrade to a high-density 1680-by-1050, and choose antiglare. Doing that on the cheaper 15&#8243; could be a good way to go. </p>
<p>If you have the money, the 17&#8243; is the one model that offers the biggest display (antiglare is available, though not listed on the &#8220;compare&#8221; specs page), and it&#8217;s the one with ExpressCard. It remains the best &#8220;pro&#8221; machine for people who want every option. Why would you want that ExpressCard slot? I expect it&#8217;ll appeal for those who want one main product, the <a href="http://www.uaudio.com/products/uad/uad2sl/index.html">UAD-2 from Universal Audio</a>, for fantastic-sounding DSP effects. (The slot is also a way to add e-SATA support for more storage flexibility.)</p>
<p>Note that the <strong>standard drive is a stock 5400 rpm drive</strong>, but you can upgrade to a 7200 rpm model. RPM isn&#8217;t the only measure of disk performance, so I&#8217;d have to know more to give solid advice there. (I&#8217;m also very curious how the SSD option stacks up. <em>Some</em> &#8211; but not all &#8211; SSD drives are delivering great performance for audio.)</p>
<p><strong>Hi, I&#8217;m a PC.</strong> There&#8217;s no question that you pay a price premium for Apple. Consider, for instance, that the <a href="http://www.engadget.com/2010/04/13/asus-u30jc-1a-review/">ASUS U30 reviewed by Engadget today</a> costs just $900, has a newer Core i3 CPU and more ports, and a form-factor and battery life that are competitive with a pricier 13&#8243; MacBook. Or for a more luxurious price, you can get something like the <a href="http://rainrecording.com/">Rain Recording laptops</a> &#8211; one tested specifically with a range of audio apps &#8211; for the same price as a higher-end Mac, with more amenities in storage and I/O. I don&#8217;t expect that is going to sway anyone to switch from Mac to PC, but it means those who do like PC software &#8211; including exclusives like FL Studio, SONAR, and video editing app Vegas, or booting Linux &#8211; still have a good option.</p>
<p>The issues that I think may be more relevant to Mac users:</p>
<p><strong>The bad news:</strong> The only machine that allows you to add an ExpressCard slot is the 17&#8243; model. I/O remains limited: you get 2 USB ports on all but the 17&#8243; model and 3 USB ports on that device. FireWire 800 can be used with FireWire 400 devices, but 800 is all you get, which I know still bothers some Mac customers. And there&#8217;s no eSATA port, a useful connection now commonly found on PCs. </p>
<p><strong>Snap judgments:</strong> So, what do readers think? Already, a few gems from our Twitter friends:</p>
<p>[asked about PC options and cost] &#8220;skulpture: nope wud never swap back to Win. I&#8217;d rather buy an old MacBook pro.&#8221; Fair enough. And, of course, the very-nice previous-year MacBooks are about to get cheaper &#8211; look for open box or refurb models, especially. The same user, on FireWire: &#8220;well apple have not brought back fw400 so as far as I&#8217;m concerned they have shot themselves in the foot- again!&#8221; (You can use FW400-to-800 adapter cables. I have heard some users complain about compatibility problems, though I haven&#8217;t been able to verify them &#8211; anyone?)</p>
<p>&#8220;autoy: I think the pixel density for the 15&#8221; optional HD display and battery life are the killer features.&#8221;</p>
<p>&#8220;chaircrusher: new MBPs &#8212; faster than the old ones, and expensive.&#8221;</p>
<p>That&#8217;s not Apple.com&#8217;s headline, but I think it&#8217;s fair.</p>
<p>The biggest remaining question to me is really the details on the disks &#8211; if there&#8217;s an 8MB or 16MB cache, for instance, and how the SSDs perform. More on that soon.</p>
<p>Far be it from me to start a platform war, but I&#8217;m curious &#8211; is anyone considering a PC laptop? Are you committed to one platform or the other, or do you compare? How many people are running Windows in Boot Camp for music production, or Linux on the Mac? After all, at the end of the day, it&#8217;s all music. (Some of the feedback I&#8217;ve gotten again and again is that <em>choosing</em> a PC &#8211; given wildly variable quality and complex options &#8211; can be challenging for audio. I hope CDM would be informative whatever platform you choose, so I&#8217;m working on good ways of gathering more info on this. Stay tuned. And likewise, if there&#8217;s more you want to know about the new Macs, just ask.)</p>
<p><strong>Updated:</strong> An early version of Apple&#8217;s comparison specs I believe listed the entry-level 13&#8243; computer without an iSight. I don&#8217;t have a screenshot, so I can&#8217;t verify whether that was an Apple mistake or my mistake, but the current specs verify that the iSight is standard, which makes more sense.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/04/apple-refreshes-macbook-pro-line-models-compared/&via=cdmblogs&text=Apple Refreshes MacBook Pro Line; Models Compared&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/04/apple-refreshes-macbook-pro-line-models-compared/&via=cdmblogs&text=Apple Refreshes MacBook Pro Line; Models Compared&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2010/04/apple-refreshes-macbook-pro-line-models-compared/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/04/apple-refreshes-macbook-pro-line-models-compared/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Turntablism in the Digital Age: DJ Jungleboy with Stanton SCS.3d; Open Scratch Scripting</title>
		<link>http://createdigitalmusic.com/2009/06/turntablism-in-the-digital-age-dj-jungleboy-with-stanton-scs3d-open-scratch-scripting/</link>
		<comments>http://createdigitalmusic.com/2009/06/turntablism-in-the-digital-age-dj-jungleboy-with-stanton-scs3d-open-scratch-scripting/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:38:46 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[DJ]]></category>
		<category><![CDATA[free-software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mixxx]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[Scratch]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[Serato]]></category>
		<category><![CDATA[Stanton]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[turntables]]></category>
		<category><![CDATA[turntablism]]></category>
		<category><![CDATA[vinyl]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/06/09/turntablism-in-the-digital-age-dj-jungleboy-with-stanton-scs3d-open-scratch-scripting/</guid>
		<description><![CDATA[Want to reignite interest in DJs who actually use their hands and fingers to slice up and juggle sounds? A cavalcade of “laptopists” is the ticket. Suddenly, at least in some corners, people are again interested in turntablism. It&#8217;s nice to see how a controller can integrate digital loop and cue points with a setup &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2009/06/turntablism-in-the-digital-age-dj-jungleboy-with-stanton-scs3d-open-scratch-scripting/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/JrR8JcQoRyc&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/JrR8JcQoRyc&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="469"></embed></object></p>
<p>Want to reignite interest in DJs who actually use their hands and fingers to slice up and juggle sounds? A cavalcade of “laptopists” is the ticket. Suddenly, at least in some corners, people are again interested in turntablism. It&#8217;s nice to see how a controller can integrate digital loop and cue points with a setup that still focuses on scratching. And Stanton&#8217;s SCS.3d turns out to be scriptable in the open source DJ software Mixxx. As some live PA musicians revert to a &#8220;push play&#8221; mentality, DJs can keep it interesting.</p>
<p><span id="more-6104"></span>
<p>I’m generally not so interested in posting videos from manufacturers, but in this case it’s fun just watching DJ Jungleboy work behind a pair of Stanton SCS.3d controllers. These instruments seem designed for him. In a way, a lot of what he’s doing could easily be done with a sampler and drum pad, like an MPC setup, but then he’s got it mapped in a slightly unusual way, and the radial layout serves that nicely.</p>
<p>Oddly, what Jungleboy is doing is “DJing,” whereas some people with Traktor or Ableton Live supposedly doing “live PA” (some, not all) are basically just playing finished tracks – something you might more accurately term “iTunesing.” It’s a strange world, and what may ultimately happen is that we start to divide things between people who are making an effort to be musicians, good or bad, and people who aren’t.</p>
<p>These SCS.3d’s I see are now at a street price of US$200, which could make them a nice buy. </p>
<p><strong>Open Source SCS.3d Scripting?</strong></p>
<p>Need another reason to check out the SCS? All due respect to the folks at Serato, here’s a neat twist: you can <em>script</em> the SCS.3d with <a href="http://www.mixxx.org">Mixxx</a>, the open source DJ tool for Windows, Mac, and – yep – Linux. Serato is a terrific and solid tool, but if you’re looking for something a little different, Mixxx looks terrific.</p>
<p>This also demonstrates why choice makes controllers much more powerful, just as you’d want choices and versatility with a musical instrument. There’s a detailed post over at Mixxx’s blog from back in February. Basically, if you’re a power user, you can make the SCS.3d do any trick you like with its controllers, response, and lights. If you’re not, you benefit from the hard work <a href="http://www.djpegasus.com/">DJ Pegasus</a> has been doing to make this possible.</p>
<p><a href="http://mixxxblog.blogspot.com/2009/02/midi-scripting-and-stanton-scs3d-videos.html">MIDI Scripting and the Stanton SCS.3d (Videos)</a></p>
<p>Now, I wonder if we’ll see this scripting applied to Akai’s APC40 soon, too, in Mixxx – my guess is yes, if that team gets their hands on one.</p>
<p>One thing’s for sure: the spirit behind turntablism, virtuoso manipulations of sound, lives on. And those of you just faking turning knobs? You’ll have to figure out how to live with yourselves.</p>
<p> <object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/FgARVcLsfl0&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/FgARVcLsfl0&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="469"></embed></object></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2009/06/turntablism-in-the-digital-age-dj-jungleboy-with-stanton-scs3d-open-scratch-scripting/&via=cdmblogs&text=Turntablism in the Digital Age: DJ Jungleboy with Stanton SCS.3d; Open Scratch Scripting&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2009/06/turntablism-in-the-digital-age-dj-jungleboy-with-stanton-scs3d-open-scratch-scripting/&via=cdmblogs&text=Turntablism in the Digital Age: DJ Jungleboy with Stanton SCS.3d; Open Scratch Scripting&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2009/06/turntablism-in-the-digital-age-dj-jungleboy-with-stanton-scs3d-open-scratch-scripting/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/06/turntablism-in-the-digital-age-dj-jungleboy-with-stanton-scs3d-open-scratch-scripting/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>DIY Compact Music Workstations: Magnets, Eee, x0xb0x, Recycling</title>
		<link>http://createdigitalmusic.com/2009/02/diy-compact-music-workstations-magnets-eee-x0xb0x-recycling/</link>
		<comments>http://createdigitalmusic.com/2009/02/diy-compact-music-workstations-magnets-eee-x0xb0x-recycling/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 19:30:44 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[303]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[ergonomics]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free-as-in-beer]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[midibox]]></category>
		<category><![CDATA[netbooks]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[open-source-hardware]]></category>
		<category><![CDATA[rebirth]]></category>
		<category><![CDATA[synths]]></category>
		<category><![CDATA[weekend-inspiration]]></category>
		<category><![CDATA[x0xb0x]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=5132</guid>
		<description><![CDATA[Very often, computers and music gear greedily consume whole corners of the room. Here&#8217;s a tidy alternative, modest in space consumption as well as in cost. So, what&#8217;s so wonderful about DIY creations by our friend Sasa Djuric (aka fibra)? It isn&#8217;t just that his stands are recycled from monitor stand parts. It&#8217;s not just &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2009/02/diy-compact-music-workstations-magnets-eee-x0xb0x-recycling/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/fibra/3297244166/in/set-72157614167819191/"><img src="http://farm4.static.flickr.com/3599/3297244166_d38c951d84.jpg?v=0"></a></p>
<p>Very often, computers and music gear greedily consume whole corners of the room. Here&#8217;s a tidy alternative, modest in space consumption as well as in cost.</p>
<p>So, what&#8217;s so wonderful about DIY creations by our friend Sasa Djuric (aka fibra)? It isn&#8217;t just that his stands are recycled from monitor stand parts. It&#8217;s not just because the free ReBirth for Windows and an Asus netbook make for a wonderfully affordable computer music station. It&#8217;s not even that his cases for the x0xb0x 303 clone and a MIDIbox project are beautifully executed, or that magnets on the stands more effectively support those gadgets and place them in an ergonomic position.</p>
<p>What&#8217;s wonderful to me is that these designs relate the scale of those music-making objects to human hands. You just want to put your fingers on these devices and make some music.</p>
<p><a href="http://www.flickr.com/photos/fibra/3297242500/in/set-72157614167819191/"><img src="http://farm4.static.flickr.com/3568/3297242500_1e1e8aa751.jpg?v=0"></a><span id="more-5132"></span></p>
<p>From the Flickr set, Sasa explains:</p>
<blockquote><p>This universal stand was part of the monitor once. I attached a piece of thick still and and 2 neodymium magnets recycled from hard drive.</p>
<p>[on the now-free-as-in-beer software running on the Asus netbook] &#8230;yes, in the name of good old times. ReBirth was my very first step in music making. I couldn`t even imagine I`ll build myself clones of all those machines. <img src='http://createdigitalmusic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p></blockquote>
<p>He tells CDM:</p>
<blockquote><p>I used 2 stands that are leftovers from monitors that are installed into an info kiosk. One is bigger than other which is allows me to cascade few machines. This was a really quick project as I used what I had laying around. Thick piece of steel is wood joint. Magnets are from a hard drive; the<br />
tin plates glued on the eee and other machines are cutout from CDROM drive case, rubber comes from a blood pressure meter&#8230;<br />
pretty much everything is recycled. <img src='http://createdigitalmusic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Besides the x0xb0x and eee you recognized, you can also see a ClockBox &#8211; MIDI clock generator (midibox project).</p></blockquote>
<p>Really beautiful work &#8211; economic use of materials, clever design, and it could let you put a drum machine in your kitchen so you can cook music and food for a brilliant evening.</p>
<p>More on the elements of this project:<br />
The <a href="http://www.ladyada.net/make/x0xb0x/">x0xb0x</a> is a fully open-source 303 bassline clone<br />
The <a href="http://www.midibox.org/dokuwiki/doku.php?id=midimasterclock">clockbox</a> is a project based on the Midibox platform (see <a href="http://www.ucapps.de/">site</a>, <a href="http://midibox.org">blog</a>)<br />
The <a href="http://www.liliputing.com/">Liliputing blog</a> has great netbook coverage<br />
ReBirth lives on as freeware at the <a href="http://www.rebirthmuseum.com/">ReBirth Museum</a>. This is Windows, but if you don&#8217;t want to swap Windows onto your netbook, you can <a href="http://appdb.winehq.org/objectManager.php?sClass=version&#038;iId=5445">run it in WINE</a> on Linux. (have to try that myself!)<br />
<a href="http://www.flickr.com/photos/fibra/sets/72157614167819191/">Flickr set</a></p>
<p><a href="http://www.flickr.com/photos/fibra/3297237530/in/set-72157614167819191/"><img src="http://farm4.static.flickr.com/3362/3297237530_2e8e8f0c1a.jpg?v=0"></a></p>
<p><a href="http://www.flickr.com/photos/fibra/3297241436/in/set-72157614167819191/"><img src="http://farm4.static.flickr.com/3411/3297241436_50e6dc66c1.jpg?v=0"></a></p>
<p>All photos by Sasa Djuric, used by permission.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2009/02/diy-compact-music-workstations-magnets-eee-x0xb0x-recycling/&via=cdmblogs&text=DIY Compact Music Workstations: Magnets, Eee, x0xb0x, Recycling&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2009/02/diy-compact-music-workstations-magnets-eee-x0xb0x-recycling/&via=cdmblogs&text=DIY Compact Music Workstations: Magnets, Eee, x0xb0x, Recycling&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2009/02/diy-compact-music-workstations-magnets-eee-x0xb0x-recycling/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/02/diy-compact-music-workstations-magnets-eee-x0xb0x-recycling/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

