<?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; Apple</title>
	<atom:link href="http://createdigitalmusic.com/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com</link>
	<description>The latest gear, software, and techniques for electronic music production and performance</description>
	<lastBuildDate>Fri, 20 Nov 2009 17:06:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone Developer Limbo, Sonorasaurus, and Music as an Application</title>
		<link>http://createdigitalmusic.com/2009/11/17/iphone-developer-limbo-sonorasaurus-and-music-as-an-application/</link>
		<comments>http://createdigitalmusic.com/2009/11/17/iphone-developer-limbo-sonorasaurus-and-music-as-an-application/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:26:12 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[ipod-touch]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/11/17/iphone-developer-limbo-sonorasaurus-and-music-as-an-application/</guid>
		<description><![CDATA[
Yesterday, I talked about two complaints of music developers writing applications for the iPhone. These come from developers who are really iPhone fans, who just want to get their software released and (for many music devs) better categorized on Apple’s store. Pajamahouse Studios, maker of the new Sonorasaurus remix application, follow up with a more [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="http://createdigitalmusic.com/images/2009/11/sonorasaurusscreen.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sonorasaurus-screen" border="0" alt="sonorasaurus-screen" src="http://createdigitalmusic.com/images/2009/11/sonorasaurusscreen_thumb.png" width="480" height="320" /></a>
</p>
<p>Yesterday, I talked about two complaints of music developers writing applications for the iPhone. These come from developers who are really iPhone <em>fans</em>, who just want to get their software released and (for many music devs) better categorized on Apple’s store. Pajamahouse Studios, maker of the new Sonorasaurus remix application, follow up with a more detailed explanation of their situation.</p>
<p>These are not rejections; at least rejections are generally accompanied with some sort of suggestion of what would need to be changed. They represent the dreaded iPhone developer “limbo,” in which an application is neither rejected nor approved. For Sonorasaurus, that’s been the state of affairs for over two months. As the developers explain, there seems to be nothing unusual about their app:</p>
<ul>
<li><strong>Library access: </strong>It doesn’t access the iPhone/iPod music library. <del datetime="2009-11-17T18:29:39+00:00">(no application is allowed to do that, which incidentally limits a lot of the DJ app possibilities of the device)</del> <strong>Clarification:</strong> The status of the music API itself is unclear; some developers report just this sort of approval delay when trying to use it. [<a href="http://tapku.com/blog/dont-touch-the-iphone-3-0-music-api/">Source</a>] Also, access to files inside the media library is not directly possible, which can be compared to the status of Android.</li>
<li><strong>File access: </strong>A separate http server is provided, with a parallel library, for users to store their own tracks – again, something found on numerous other approved applications. This doesn’t use the included library. </li>
<li><strong>Included music / music distribution: </strong>Five included songs are for testing only – something found in a number of other, similar applications that have been approved. The application is not an alternative to iTunes for distribution. </li>
<li><strong>Media decoding: </strong>Custom MP3 decoding technology – something <em>not </em>provided on the iPhone – was separately licensed. <strong>Clarification:</strong> This was not meant to imply that you can&#8217;t do MP3 decoding; the developers meant to make the point that they were not violating patents or licensing by using their own decoding, which presumably they did for the purposes of building a DJ app.</li>
</ul>
<p>Of course, whatever the reason, we’ve seen in past applications suddenly approved after weeks or months, so who knows what will actually happen with this app.</p>
<p>Read the full explanation:</p>
<p><a href="http://www.sonorasaurus.com/blog/in-limbo-part-1/">In Limbo Pt. 1</a> [Sonorasaurus]</p>
<p>While reading that, though, I also have to observe how significant these workarounds are. Without launching into an Android versus iPhone debate – believe me, there are many, many things to criticize about the Android as a platform, especially relative to music –&#160; <em>none</em> of these is an issue on the Android. Forget platform wars or fanboys. Alternatives are good. I’d hope that we do have more than one approach to how to do this. These approaches <em>should</em> have to compete with one another, as they offer different tradeoffs and advantages.</p>
<p>If music is becoming an application, this kind of freedom is important.</p>
<p> <span id="more-8377"></span>
<p>Point by point:</p>
<ul>
<li><strong>Library access: </strong>Android’s standard, supported APIs provide <a href="http://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html">access to the media library</a> and <a href="http://developer.android.com/reference/android/provider/MediaStore.Audio.Playlists.html">user playlists</a>. <strong>Clarification:</strong> this includes direct access to the files and the ability to read from the buffer of these files (with some effort), in public, documented, approved APIs, with no chance of having an app rejected for the use of these APIs. My understanding is that this is not exactly the case on the iPhone.</li>
<li><strong>File access: </strong>Users are free to put files on their SD card over USB, and off-load those files – neither possible on iPhone. And yes, these will be integrated with the media library; iTunes-style sync isn’t necessary. </li>
<li><strong>Included music / music distribution: </strong>Including songs is actually a bit of a challenge, but you can freely download content and store it on the SD card. Because Google doesn’t have an equivalent of iTunes, that includes creating your own alternative distribution methods – meaning a label or music store can do make their own outlet. </li>
<li><strong>Media decoding: </strong>Decoding technology is included on the phone, including the ability to decode the open OGG Vorbis format. <strong>Clarification:</strong> Some folks read this to mean that the iPhone can&#8217;t decode MP3s, which was <em>not</em> what I intended; the key point here is that Android has in-box support for free formats and byte-level access to the audio buffers they give you, by default, straight out of the user&#8217;s media library. That is not entirely the case on iPhone.</li>
</ul>
<p><a class="thickbox" href="http://www.flickr.com/photos/jagelado/3859140905/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3859140905_58f9062d56[1]" border="0" alt="3859140905_58f9062d56[1]" src="http://createdigitalmusic.com/images/2009/11/3859140905_58f9062d561.jpg" width="500" height="313" /></a></p>
<div class="imgcaption">More mobiles means more different ideas about how to distribute music and creative applications. Photo (<a href="http://creativecommons.org/licenses/by-nc/2.0/deed.en">CC</a>) <a href="http://www.flickr.com/people/jagelado/">Jose A. Gelado</a>.</div>
<p>Beneath all of this is the major fundamental difference, which is that you can install applications for Android whether or not they’ve been approved for Android. There’s actually a checkbox in the Market that allows you to opt into installing other apps you’ve downloaded directly from a developer or from another source.</p>
<p>Again, I don’t mean to make a pro-Android argument. In fact, I believe many of these items are also true on Windows Mobile, Symbian, and upcoming Linux platforms; I just happen to be working on Android now, so I’m more familiar with it.</p>
<p>What’s important is that this represents an alternative approach to how to provide music as an application, one in which the user is free to load content on and off the device.</p>
<p>Specifically, this paragraph jumped out at me:</p>
<blockquote><p>Another problem would be that Apple could see this as a means to circumvent iTunes as a means to sell and distribute music. This we also addressed. These songs can only be used within the App. They can not be removed from the app / device for use elsewhere (iTunes on the desktop, burning to a CD, etc).</p>
</blockquote>
<p>Now, we hear from many developers that the iTunes integration is something that attracts them to the platform. Likewise, many content creators will want just these sorts of restrictions.</p>
<p>But what if you want fewer restrictions? Let’s say you’re an artist releasing Creative Commons-licensed tracks, and you want to <em>encourage</em> remixing, sampling, modification, and free use of your tracks. Or what if you’re a label or artist collective, and want to experiment with new ways of using mobile for distribution, beyond what’s possible with iTunes and Apple’s stores? The same qualities that may attract someone else should, I think, concern you. I don’t think that necessarily means you <em>shouldn’t</em> write an iPhone application with your music, but perhaps you should also consider trying an alternative platform. </p>
<p>There seems to be a growing sense that the iPhone Way is The Only Way. Obviously, that’s not the case. This very debate demonstrates just how much room for interpretation the distribution of content can produce. </p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/11/17/iphone-developer-limbo-sonorasaurus-and-music-as-an-application/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Music Devs Want Change at Apple App Store, as DJ Apps Remain Unapproved</title>
		<link>http://createdigitalmusic.com/2009/11/15/music-devs-want-change-at-apple-app-store-as-dj-apps-remain-unapproved/</link>
		<comments>http://createdigitalmusic.com/2009/11/15/music-devs-want-change-at-apple-app-store-as-dj-apps-remain-unapproved/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 23:05:17 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[DJ]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod-touch]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[touch-dj]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/11/15/music-devs-want-change-at-apple-app-store-as-dj-apps-remain-unapproved/</guid>
		<description><![CDATA[A powerful DJ application for your iPhone or iPod touch may be a tantalizing prospect. But several would-be candidates aren’t available to you yet. Why? They’re languishing in Apple’s approval process, with no sign of whether they’ll be released or not.
For all the success of Apple’s App Store, some developers and users continue to express [...]]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/jDUS_2rcAjw&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jDUS_2rcAjw&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="469"></embed></object></p>
<p>A powerful DJ application for your iPhone or iPod touch may be a tantalizing prospect. But several would-be candidates aren’t available to you yet. Why? They’re languishing in Apple’s approval process, with no sign of whether they’ll be released or not.</p>
<p>For all the success of Apple’s App Store, some developers and users continue to express frustration at what they believe is a sluggish, unpredictable approval process, restrictive Apple policies, and Apple’s complete control over distribution and categorization. That now leads to two complaints from music developers. A number of music developers want more delineation from Apple’s categories, so that the flood of general music apps don’t drown out powerful, creative tools. Meanwhile, developers of DJ applications claim that Apple is discriminating against DJ apps, which they say has led to delays without explanation.</p>
<p>“Open” development is relative, without question. Game system makers require developers to prove to them why they should be “allowed” to create titles, leading to a tightly-controlled stream of approved titles. But the success of Apple’s relatively open development model has prompted many software creators to hunger for greater freedom. I’ve increasingly heard people enthusiastic about the more flexible distribution model on Google’s Android (and other Linux) platforms, which allow users to install apps they want. I even moderated a mobile music platform panel at the CMJ music conference at which a Verizon representative, no less, talked about wanting to be more open to applications. The benchmark was Apple, for being perceived as overly restrictive.</p>
<p>iPhone/iPod touch developers, however, aren’t simply ranting against Apple. They’re complaining because they’re enthusiastic about the App Store. They want changes from Apple and believe there’s potential to get what they want. That said, I think they also illustrate potential for rivals like Google to outdo Apple – assuming those rivals invest more time and effort into courting these kind of applications.</p>
<h3>Is Apple Blocking DJ Apps?</h3>
<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/tVv4PY6st6Y&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tVv4PY6st6Y&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="469"></embed></object></p>
<p>First, some developers believe that Apple is intentionally blocking DJ applications from being approved. Whether intentional or not, a number of potentially ground-breaking applications are unavailable after a significant delay. Kasabian Kasabianmeister writes:</p>
<p> <span id="more-8351"></span><br />
<blockquote>
<p>Apple is deliberately not allowing DJ apps to the App Store </p>
<p>Something really strange is going on with the Apple review team. They now seem to approve all kinds of applications, even the ones that have been previously considered &quot;unacceptable&quot;, but there is one kind of applications that are simply kept &quot;in review&quot; stage for months without any explanation.      <br /><a href="http://www.youtube.com/watch?v=tVv4PY6st6Y">http://www.youtube.com/watch?v=tVv4PY6st6Y</a></p>
<p>These are the DJ applications that have been developed with the idea to give the user the ability to mix his own MP3 tracks on the iPhone. Currently, there is no application in the AppStore that has such functionality. Of course, this wasn&#8217;t left unnoticed by the developers, but&#8230;</p>
<p>At least 3 applications: Touch DJ (<a href="http://www.amidio.com">www.amidio.com</a>), Sonorasaurus (<a href="http://www.sonorasaurus.com">www.sonorasaurus.com</a>), DJ Player (<a href="http://www.djplayer.fm">www.djplayer.fm</a>) are not being approved since the beginning of September, hitting the 2-month &quot;in review&quot; mark. One of the developers even made a video voicing the frustration over the absolutely unacceptable behaviour of Apple:       <br /><a href="http://www.youtube.com/watch?v=jDUS_2rcAjw">http://www.youtube.com/watch?v=jDUS_2rcAjw</a></p>
<p>What is really weird and unprofessional, Apple doesn&#8217;t give any reasons whatsoever what is the reason of such delays. The developers are just told to &quot;wait&quot; without any explanations.      <br />Meanwhile, the demand for the DJ apps is so high that people even started an online petition entitled &quot;Apple, Allow DJ apps on the iPhone!&quot;:       <br /><a href="http://www.petitionspot.com/petitions/iphonedj">http://www.petitionspot.com/petitions/iphonedj</a></p>
<p>One of the reasons for such attitude could be that Apple is working on its own DJ app, or is waiting for a DJ app from a &quot;senior&quot; player and keeping the possible &quot;competitors&quot; aside. In any case, it is quite possible that we will know the real reason soon.</p>
</blockquote>
<p>It’s worth noting that, in the past, Apple’s application process has simply proved to be inconsistent and slow, which can cause people to see intention where there is none. But that doesn’t necessarily excuse Apple’s App Store approval process. The iPhone and iPod touch are popular largely because of Apple’s success at making media playback devices. Apple needs to document what it views as acceptable use of these devices. In the absence of information, developers are jumping to their own conclusions, possibly accurately, possibly not.</p>
<p>Obviously, aside from interest in Apple’s policies, I’m sure many iPhone and iPod touch owners are eager to see these applications, so we’ll certainly be following them to see if any are released.</p>
<p><strong>In other rejection news&#8230;</strong> The App Store is currently just letting these DJ apps languish in limbo rather than providing a rejection. But another significant set of rejections is <a href="http://www.tuaw.com/2009/11/14/apple-rejects-unity-games-on-the-app-store/">game titles built with the Unity game engine</a>. There, the issue appears to be the presence of support in the engine for a private API call from Apple, whether or not the title itself uses the API, and &#8230;uh, yeah, that one&#8217;s complicated. <strong>Updated</strong> TUAW tells us <a href="http://twitter.com/TUAW/status/5767963166">via Twitter</a> that Unity developers say they&#8217;ve fixed that issue, so&#8230; move along, nothing to see here.</p>
<h3>Do Music Apps Need Better Categorization?</h3>
<p><object width="580" height="352"><param name="movie" value="http://www.youtube.com/v/7zSBVzJNh18&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7zSBVzJNh18&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="352"></embed></object></p>
<p>One potential danger of having a centralized store like iTunes and the App Store is giving control of approval to a single company (Apple), as seen in the DJ apps. The other is that such a storefront will simply not be categorized in a way that allows people to discover apps successfully.</p>
<p>Apple has been roundly praised for creating a store that encourages people to consume apps. Now, some developers want Apple to tweak their categorization to allow some of the most creative applications to stay in the forefront. Over the summer, Jokton Strealy, maker of the excellent <a href="http://e2d.org/songvoo/">songvoo music collection management tool</a>, issued a call to fellow developers to try to get better categorization from Cupertino.</p>
<p>Side note: songvoo is just the sort of app that critics of the App Store might assume would be impossible. It replaces the existing playback functionality of the iPod and iPhone, the sort of replacement app that has sometimes earned rejection from Apple. Evidently, if an application is differentiated enough, it <em>can</em> clear Apple’s approval hurdles. (On the other hand, inconsistent policy and overzealous restrictions are at the center of some of those criticisms.)</p>
<p>But Strealy has no complaints about the App Store itself or the approval process. He just wants a more intelligently-organized store. Here’s his open letter from the summer, which has since earned a lot of support from fellow developers:</p>
<blockquote><p>Recently, the Music section of the App store has gotten very busy with a new type of app &#8212; let’s call them Artist Apps or Fan Apps. Some of these Apps are great resources for fans and artists reaching out to their fans and potential fans, and some don&#8217;t live up to their potential.</p>
<p>However, they are joining a category that previously moved a lot slower, as the apps that had been populating this category were apps with a lot of development put into them and therefore sold at a higher tier usually- but were released at a slower pace. A look at the top 100 paid music apps illustrates this nicely.</p>
<p>Customers perusing the music section to catch that next great sound generating tool (for example), could check in on the new releases section perhaps once a week or even once a month and have the opportunity to check out all the great new apps that had been released, without worrying that one was missed.</p>
<p>Now however, these newer Artist apps have flooded this category, and great apps are getting lost in the shuffle. On one day last week, there were 21 pages of Artist or Fan apps, with a few &quot;other&quot; apps strewn in the mix here and there, very hard to pick out of the jumble.</p>
<p>I understand that this may be happening in other categories for other reasons, but I only concentrate on the Music section since I am a music producer and music App writer.</p>
<p>I propose that we all get together to come up with some suggested sub-category names for the music category. I will start the list off and hopefully some of you will chime in and give suggestions for other categories or add more definition to a sub-category that is already here.</p>
<p>Once enough input is received, I will compile it into one bug report for Apple. i will then post the bug# for everyone to include with any correspondence with Apple on this issue.</p>
<p>New sub-categories for the Music section of the App store.</p>
<p>Music Creation:     <br />Synthesizers, drum machines, sound generators, scoring and notation, sequencers, DJ apps, recorders (multi track)</p>
<p>Music Utilities:     <br />Lyrics apps, iPod interfaces, visualizers, iPod controllers, song recognizers, concert finders</p>
<p>Learning:     <br />Metronomes, guitar and voice tuners, music slow downers, guitar tutors, chord apps,</p>
<p>Artist Apps/Fan Apps:     <br />iLike apps, Deadmau5 app, PVD App, Underworld App, NIN, etc.</p>
<p>Radio Tuners:     <br />AOL Radio, Pandora, Last.fm, individual radio stations</p>
<p>Please visit the Apple iPhone developer forums and voice your opinion/support!     <br /><a href="https://devforums.apple.com/message/107989#107989">https://devforums.apple.com/message/107989#107989</a></p>
<p>Sincerely,     <br />Jokton Strealy., President      <br /><a href="Elements2Dance.com">Elements2Dance.com</a></p>
</blockquote>
<p>If nothing else, the explosion of development for iPhone and iPod touch is prompting some lively discussions about just what development should look like. A lot of what you hear is praise for the Apple model, but I expect some of the criticism of it – even down to minor details – could be productive, as well. I’ll certainly be watching the development of both of these issues, and we’ll see if Apple responds or not.</p>
<p><strong>Updated:</strong> Jokton notes an additional change to the way apps are listed.</p>
<blockquote><p>As for my original issue with categories and release dates, there has been a new development. Apple recently stopped listing &#8220;updates&#8221; in the &#8220;release date&#8221; listing of each category. Now the only way to get a listing there (which generates sales) is release a new app (1.0). Before that, devs were releasing constant updates to an app to keep it &#8220;on the radar&#8221; on the app store, even if the update were a simple as correcting a spelling error or perhaps even faking issues to correct. That in itself created a lot of &#8220;update spam&#8221;.  Many developers are up in arms about these new changes because previously this was the only way to get your app seen by the masses. There has been no official word from Apple on the issue, so it is still unclear if this is a permanent change or some kind of error in the system. If this change is indeed permanent, then the argument for more subcategories is even more important now.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/11/15/music-devs-want-change-at-apple-app-store-as-dj-apps-remain-unapproved/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Rant &#8211; Congratulations, Apple: &#8220;Syncing&#8221; Music Now Means &#8220;Using iTunes&#8221;</title>
		<link>http://createdigitalmusic.com/2009/11/03/rant-congratulations-apple-syncing-music-now-means-using-itunes/</link>
		<comments>http://createdigitalmusic.com/2009/11/03/rant-congratulations-apple-syncing-music-now-means-using-itunes/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 18:57:26 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[intellectual-property]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[ipod-touch]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=8229</guid>
		<description><![CDATA[Photo (CC) Tim Douglas.
Critics frequently attach the phrase &#8220;lock-in&#8221; to Apple&#8217;s iTunes Store &#8211; iTunes &#8211; iPod/iPhone combination. But, in the post-DRM age, what does that mean, exactly? 
First, you have to recall that while for many of us the manual drag-and-drop music management is appealing, it isn&#8217;t so for many average consumers. They want [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/octavaria/95182011/"><img src="http://farm1.static.flickr.com/34/95182011_29cf768738.jpg"></a></p>
<div class="imgcaption">Photo (<a href="http://creativecommons.org/licenses/by-sa/2.0/deed.en">CC</a>) <a href="http://www.flickr.com/people/octavaria/">Tim Douglas</a>.</div>
<p>Critics frequently attach the phrase &#8220;lock-in&#8221; to Apple&#8217;s iTunes Store &#8211; iTunes &#8211; iPod/iPhone combination. But, in the post-DRM age, what does that mean, exactly? </p>
<p>First, you have to recall that while for many of us the manual drag-and-drop music management is appealing, it isn&#8217;t so for many average consumers. They want sync. That means that music will be stored in iTunes and synced to Apple devices and nothing else. Apple is serious about locking you to their store and their devices, enough so that they frequently update their software with special keys that prevent the use of devices. iTunes is &#8220;free,&#8221; but Apple determines which mobile devices you can use and which you can&#8217;t. And Apple has gone after anyone who dares give you the ability to use your own music software or own devices, including efforts (ironically) to make their iPhone and iPod work with Linux and open source players.</p>
<p>These efforts don&#8217;t protect the music or prevent privacy &#8211; they protect users of Apple&#8217;s software and mobile devices from using anything but Apple&#8217;s tools. Yet Apple has used the Digital Millenium Copyright Act to take legal action over anyone who dares to even talk about how to use legally-purchased music and hardware:</p>
<p><a href="http://www.eff.org/cases/odioworks-v-apple"> OdioWorks v Apple</a></p>
<p>Perhaps suspecting their case was too thin to defend, Apple eventually backed off that particular claim &#8212; after, says the Electronic Frontier Foundation, &#8220;7 months of censorship and a lawsuit.&#8221;</p>
<p><a href="http://www.eff.org/press/archives/2009/07/22-0">Apple Withdraws Threats Against Wiki Site</a></p>
<p>But the software and hardware locks are unchanged. And Apple has won, in my view, an even more important battle: they have a monopoly over mindshare. <span id="more-8229"></span></p>
<p>Here&#8217;s an example from a recent review by Gizmodo of the Android 2.0 mobile operating system from Google, as implemented on the Verizon-distributed Motorola Droid. They have some fair points about Android&#8217;s maturity and strong and weak points. But note what they say about music sync:</p>
<blockquote><p>The only way to get your music and videos on the phone is to manually drag and drop the files. There is no syncing, no easy way to get your music library onto your phone. How are normal people supposed to figure this out? Verizon reps actually joked about how putting music on the Droid is sure to make for a lovely Saturday afternoon. What. The. Shit.</p></blockquote>
<p>In fact, this is technically accurate, to my knowledge, only if you&#8217;re using iTunes. That incompatibility is engineered specifically by Apple. It&#8217;s a &#8220;feature&#8221;: other vendors <em>could</em> make other devices sync with iTunes, but Apple engineers regular updates to prevent them from doing so. In fact, while Apple was conceding defeat in its efforts to censor the Web over its iTunes lock, it was simultaneously busy <a href="http://www.engadget.com/2009/07/15/itunes-8-2-1-brings-pres-music-syncing-capability-to-a-halt/">blocking the Palm Pre from working with iTunes</a>. This should be especially sad to long-time Mac watchers, who saw a Mac community railing against Microsoft&#8217;s effective office software and operating system monopolies in the 90s. Those Mac historians should also recall the early development of iTunes and shareware predecessor SoundJam, both of which worked with a variety of hardware. Now, some members of the same Mac community cheer market share numbers and anti-competitive practices by Apple.</p>
<p>But, engineering aside, it&#8217;s really the mindshare battle that&#8217;s most impressive. Gizmodo, in saying the Android &#8220;doesn&#8217;t sync,&#8221; really means that it &#8220;doesn&#8217;t sync with iTunes.&#8221; And given iTunes&#8217; massive market share, Gizmodo is not alone &#8211; I&#8217;ve seen similar complaints from other press outlets and, anecdotally, many, many users.</p>
<p>In fact, Android sync is supported by a variety of applications. In my tests, it works with the open-source players Songbird (Mac, Windows, Linux), Banshee (Mac, Linux), Rhythmbox (Linux), Winamp (Windows), Media Monkey (Windows), and yes, even Microsoft&#8217;s own Windows Media Player. Microsoft may restrict the use of its Zune media player, but ironically its music playback software is far more open than Apple&#8217;s. </p>
<p><a href="http://createdigitalmusic.com/images/2009/11/androidbanshee.jpg"><img src="http://createdigitalmusic.com/images/2009/11/androidbanshee.jpg" alt="androidbanshee" title="androidbanshee" width="580" height="456" class="alignright size-full wp-image-8235" /></a></p>
<div class="imgcaption">Banshee automatically syncs my Android on Ubuntu Linux. And yes, even normal people, or &#8220;human beings&#8221; as the Ubuntu folks like to say, can use this. I find myself cursing at iTunes, and have even found this easier.</div>
<p>By &#8220;sync,&#8221; incidentally, I mean automatically &#8211; it&#8217;s no harder to use these applications with Google Android than Apple&#8217;s iTunes and iPhone/iPod. I personally find most of them more flexible and intuitive than iTunes. And I can show someone in a couple of minutes how to manage their device via the file system, too &#8211; even &#8220;normal people.&#8221; (I definitely don&#8217;t count as &#8220;normal,&#8221; so no argument there. But presumably &#8220;normal people&#8221; can learn to use the Mac Finder, right? Apple certainly argues they can &#8211; then locks users out of that tool when they connect an Apple mobile player.)</p>
<p>This is not a pro-Android argument, despite the screenshot. Any music player or phone that supports normal disk mounting will work the same way.</p>
<p>Why should all of this matter to musicians? The reasons monopolies are a concern in the first place has to do with pricing, and media monopolies add to that control of culture and speech. Even if your music isn&#8217;t distributed through iTunes, pricing and consumption patterns, and even the kinds of music people listen to and where they discover it are now being deeply impacted by Apple. Apple, in turn, by convincing users that there are no other options and engineering interoperability out of their products protect that control, just as digital music is growing by leaps and bounds. (For statistical evidence of the resulting trends, see today&#8217;s other story, linked below.)</p>
<p>I spoke to the Electronic Frontier Foundation&#8217;s Senior Staff Attorney Fred von Lohmann in April about the paper-thin (literally) arguments from Apple, when Apple was trying to prevent websites from talking about the database lock between iTunes and mobile devices:</p>
<blockquote><p>All Apple has told us about this is in the letter they sent to us in December, as posted on the website as an exhibit to our complaint. Apple simply cites the fact that the iTunesDB page authors said that the obfuscation mechanisms used to create the iTunesDB has &#8220;may reside&#8221; in the FairPlay DRM code.</p>
<p>&#8230;The important thing here is that the iTunesDB pages were simply discussions about what might need to be done to reverse engineer the iTunesDB hashing. There was nothing to indicate that the efforts had succeeded. So even if understanding the iTunesDB hashing mechanism somehow magically unlocked all of FairPlay (which would seem to be far fetched), nothing on the pages suggests that the authors were anywhere near that goal.</p></blockquote>
<p>Note that at the time, the EFF did not claim Apple lacked the right to make these kind of locks. The EFF told CDM at the time, &#8220;They have every right to do &#8211; to try to block it. Apple can certainly try to block it. What they can&#8217;t do is use inapplicable federal law to use legal threats to get them to stop.&#8221; And Apple backed off those claims.</p>
<p>The issue is whether you should invest in a product that limits your freedoms to use it. And the issue for musicians is whether this kind of a behavior from a company with an effective monopoly is limiting the potential power of digital music listeners in the future.</p>
<p>This is not to say that there aren&#8217;t reasons to choose to use an Apple device or its iTunes software. As reader &#8220;low resolution sunset&#8221; says in comments on the previous story:</p>
<blockquote><p>This is pure conjecture: but I tend to think that slick interface design, trust, and loyalty for the Apple brand identity is what&#8217;s winning them the dominant market share of downloads.</p></blockquote>
<p>Indeed. So, why not rely on that design, trust, and natural loyalty? Why force loyalty through engineering? And even given these qualities, isn&#8217;t there a danger when one company becomes so dominant that people don&#8217;t so much as consider alternatives? What&#8217;s to keep Apple competitive on good design if they have no competitors?</p>
<p>I certainly can&#8217;t answer those questions. And in the meantime, I&#8217;m looking to other alternatives, alternatives that have made me quite happy.</p>
<p>More on what this can actually mean:</p>
<p><a href="http://createdigitalmusic.com/2009/11/03/digital-sales-up-but-is-apple-monopoly-the-price-npd-mint-data-editorial-analysis/">Digital Sales Up, But is Apple Monopoly the Price? NPD, Mint Data, Editorial Analysis</a></p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/11/03/rant-congratulations-apple-syncing-music-now-means-using-itunes/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>Digital Sales Up, But is Apple Monopoly the Price? NPD, Mint Data, Editorial Analysis</title>
		<link>http://createdigitalmusic.com/2009/11/03/digital-sales-up-but-is-apple-monopoly-the-price-npd-mint-data-editorial-analysis/</link>
		<comments>http://createdigitalmusic.com/2009/11/03/digital-sales-up-but-is-apple-monopoly-the-price-npd-mint-data-editorial-analysis/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 18:25:54 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[cd-baby]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[emusic]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[rhapsody]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=8214</guid>
		<description><![CDATA[Data and images courtesy Mint.com.
Mint.com, the online financial management tool, has put its numbers together with  market researchers NPD Group to analyze music spending. The results: when it comes to consuming recorded music, digital music continues to rise. At the same time, so does Apple&#8217;s grip on the music consumption market, a combination that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://createdigitalmusic.com/images/2009/11/digitalsales.jpg"><img src="http://createdigitalmusic.com/images/2009/11/digitalsales.jpg" alt="digitalsales" title="digitalsales" width="580" height="348" class="alignright size-full wp-image-8215" /></a></p>
<div class="imgcaption">Data and images courtesy <a href="http://mint.com">Mint.com</a>.</div>
<p><a href="http://mint.com">Mint.com</a>, the online financial management tool, has put its numbers together with  market researchers <a href="http://www.npd.com/corpServlet?nextpage=corp_welcome.html">NPD Group</a> to analyze music spending. The results: when it comes to consuming recorded music, digital music continues to rise. At the same time, so does Apple&#8217;s grip on the music consumption market, a combination that includes proprietary control of a music store, a music player, and the leading mobile device. </p>
<p><a href="http://createdigitalmusic.com/images/2009/11/marketshare.jpg"><img src="http://createdigitalmusic.com/images/2009/11/marketshare.jpg" alt="marketshare" title="marketshare" width="580" height="274" class="alignright size-full wp-image-8217" /></a><span id="more-8214"></span></p>
<p>The NPD data should look familiar. Digital music is growing, and clearly it&#8217;s at the root of the record industry&#8217;s loss of revenue as consumers shift from physical to digital media. Also, Apple&#8217;s iTunes remains the lion&#8217;s share of the market &#8211; enough so that they effectively control distribution, pricing, and consumption patterns, the very definition of monopoly by most measures. (That&#8217;s even before you get to Apple&#8217;s effective monopoly over the computer player and mobile device, though my suspicion is that an all-out attack on the portable device could start to chisel away at all three.)</p>
<p>Even in the NPD data, though, there&#8217;s an interesting indicator: note that the &#8220;Other&#8221; category is roughly the same size as Apple&#8217;s main competitors. That suggests that there&#8217;s a plurality minority. And oddly enough, it&#8217;s right in the middle of this mysterious &#8220;Other&#8221; category that a lot of unknown music artists make their dollars, selling direct to listeners or going through niche sites. Artists I&#8217;ve talked to in the electronic genre have almost universally said they make nothing on Apple, while they do very well on a site like electronic-specific <a href="http://beatport.com">Beatport</a>. And unlike physical media, it&#8217;s not a big deal for someone who loves electronic music to drop their favorite tunes manually from the Beatport store into iTunes and an iPhone. </p>
<p>Dig into the Mint.com numbers, and you see just how different stores can be. Per-transaction spending differs by an enormous margin. Brick-and-mortar retailers sell a lot more per transaction. True, this could include accessories like headphones at stores like Sam Goody, but it&#8217;s also interesting to note the gap between stores like eMusic, Rhapsody, and CD Baby, and the smaller per-transaction buy at iTunes.<br />
<a href="http://createdigitalmusic.com/images/2009/11/spendper.jpg"><img src="http://createdigitalmusic.com/images/2009/11/spendper.jpg" alt="spendper" title="spendper" width="580" height="250" class="alignright size-full wp-image-8222" /></a></p>
<p>While Apple buyers aren&#8217;t spending as much per visit, they&#8217;re visiting more often, and Apple&#8217;s move to variable has made a big difference. Buyers have gone from purchasing an average of 2-2.5 transactions to well over 3, coinciding with the introduction of variable pricing.</p>
<p><a href="http://createdigitalmusic.com/images/2009/11/transperuser.jpg"><img src="http://createdigitalmusic.com/images/2009/11/transperuser.jpg" alt="transperuser" title="transperuser" width="580" height="332" class="alignright size-full wp-image-8223" /></a></p>
<p>If you&#8217;re not a fan of monopolies, there&#8217;s just not much to be done to spin this data. As digital consumption has grown by an order of magnitude, nothing has happened &#8211; thus far &#8211; to change Apple&#8217;s dominant share of the market. And as you can see in pricing statistics, within the Apple ecosystem, Apple has been enormously effective in controlling the pricing of the product and spending habits of the consumers. </p>
<p>On the other hand, looking at the inverse situation, a lot of the most interesting activity is happening outside either the former brick-and-mortar or new digital iTunes economies. We don&#8217;t have data on a lot of these niche stores (Dancetracks, Beatport, Bleep, and so on), which grow in number and variety. We don&#8217;t have data on direct-to-consumer sales by artists. And we don&#8217;t have much data on legal free music consumption, music released as Creative Commons or pay-what-you-will. Just criticizing Apple for their popularity could miss out on what&#8217;s happening in these alternative channels.</p>
<p>Many of these channels have no obligation to share their statistics, but to any who are interested, I&#8217;d love to talk to you. (And I think CD Baby winds up being the most interesting stat here.)</p>
<p>This is also an excellent illustration of what online analytics can do with financial data. It certainly won&#8217;t ease anyone who prefers that this data remain private, but fans of analytics might also see potential for collective learning experiences from shared data. Data like this had long been privileged only to banks and credit cards; a service like Mint allows users to share such data with one another.</p>
<p>So, how are you spending on music?</p>
<p>And would you find it useful &#8211; or disturbing &#8211; to have that kind of data shared anonymously with other consumers?</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/11/03/digital-sales-up-but-is-apple-monopoly-the-price-npd-mint-data-editorial-analysis/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Going Mobile: Velocity-Sensitive Touch Pads &#8211; on an iPhone? iGOG Says Yes</title>
		<link>http://createdigitalmusic.com/2009/10/21/going-mobile-velocity-sensitive-touch-pads-on-an-iphone-igog-says-yes/</link>
		<comments>http://createdigitalmusic.com/2009/10/21/going-mobile-velocity-sensitive-touch-pads-on-an-iphone-igog-says-yes/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 03:37:01 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[drum-replacement]]></category>
		<category><![CDATA[drumagog]]></category>
		<category><![CDATA[drums]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[kits]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[multi-sampling]]></category>
		<category><![CDATA[pads]]></category>
		<category><![CDATA[Sampling]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[triggering]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=8063</guid>
		<description><![CDATA[The iPhone&#8217;s glass touchscreen may be a thing of beauty, but despite its multi-touch capabilities, it would seem this device is incapable of responding to how hard you tap it. But the developers at Wave Machines Labs apparently didn&#8217;t want to take no for an answer.
The iGOG drum suite for iPhone provides drum pads and [...]]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/gHnZPh3QxDw&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/gHnZPh3QxDw&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="469"></embed></object></p>
<p>The iPhone&#8217;s glass touchscreen may be a thing of beauty, but despite its multi-touch capabilities, it would seem this device is incapable of responding to how hard you tap it. But the developers at Wave Machines Labs apparently didn&#8217;t want to take no for an answer.</p>
<p>The iGOG drum suite for iPhone provides drum pads and sample triggering in unique ways, most notably in its velocity-sensitive VelAUcity. How do you get velocity response from a device that&#8217;s supposedly not pressure-sensitive? Presumably there&#8217;s additional data in the touch events that makes this possible, but for now Wave Labs aren&#8217;t saying:</p>
<blockquote><p>iGOG’s proprietary VelAUcity technology does the unthinkable and turns the iPhone’s screen into touch sensitive drum pads. Play loud, play soft, or play a full-blown crescendo on a crash cymbal, iGOG will capture every nuance of your performance. Just plug in your headphones and start playing.</p></blockquote>
<p>Here&#8217;s the interesting twist: generally, when any of us say &#8220;iPhone,&#8221; what we really mean is &#8220;iPhone or iPod touch.&#8221; That&#8217;s not true in this case: &#8220;NOTE: VelAUcity is only available on iPhone devices.  if you&#8217;re using an iPod Touch, VelAUcity is disabled.&#8221; That seems to suggest that the trick is the built-in mic, or at the very least some private API that&#8217;s iPhone-specific. (Audio triggering is most likely, as this app comes from a developer with drum replacement experience.) That would also suggest to me that you might be able to pull this off with non-Apple mobile devices and controllers in the future.</p>
<p>As a result, though, I can&#8217;t test it &#8211; I have only the iPod touch.</p>
<p>Unconvinced or uninterested? iGOG has some other approaches to how the small Apple handheld can be made more useful as a set of pads:<span id="more-8063"></span></p>
<ul>
<li>Multi-positional pads that assign articulation based on location</li>
<li>A mic trigger mode &#8212; which may be more useful than the VelAUcity. This mode assigns any nearby sound (like rapping a table) as a trigger. (That&#8217;s possible, of course, with a variety of software, but having the device itself be portable could be handy, so to speak.)</li>
<li>Multi-samples, file management, and sequencing for doing more with the samples.</li>
<li>No, <strong><em>real multi-sampling</em></strong> &#8212; 384 multisamples per drum!</li>
</ul>
<p>Even if you&#8217;re skeptical of yet another iPhone app, I think there are some great ideas here for music software (mobile and otherwise). Here&#8217;s a look at the mic trigger mode in action:</p>
<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/fffUdO5p250&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fffUdO5p250&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="469"></embed></object></p>
<p>Oh yes, and speaking of all this audio triggering, the same developer makes the superb Drumagog drum replacing plug-in. With pricing at US$199-379, you have to be pretty serious about drum replacement, but I know people who are who swear by it. There&#8217;s really nothing stopping you from whipping up your own solution, but Drumagog has a lot of niceties that make the process easier, quicker, and more powerful.</p>
<p><a href="http://www.drumagog.com">http://www.drumagog.com</a></p>
<p>If you are a Drumagog user, you can bring those files into iGOG. That makes this app all the more interesting &#8211; it can be both a fun toy for someone new to the idea, and a companion to a more serious (and more expensive tool).</p>
<p>More on iGOG:<br />
<a href="http://www.wavemachinelabs.com/igog/">http://www.wavemachinelabs.com/igog/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/10/21/going-mobile-velocity-sensitive-touch-pads-on-an-iphone-igog-says-yes/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>iPhone Day: Free Frameworks Make Thumping Apps, Mobile or Otherwise</title>
		<link>http://createdigitalmusic.com/2009/10/07/iphone-day-free-frameworks-make-thumping-apps-mobile-or-otherwise/</link>
		<comments>http://createdigitalmusic.com/2009/10/07/iphone-day-free-frameworks-make-thumping-apps-mobile-or-otherwise/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 04:48:23 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[drum-machines]]></category>
		<category><![CDATA[free-software]]></category>
		<category><![CDATA[grooveboxes]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod-touch]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[open-hardware]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[openframeworks]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[Pd]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[pure-data]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=7827</guid>
		<description><![CDATA[Part of the beauty of the iPhone from its launch date was the notion of a Mac you could fit in the palm of your hand. That makes it ironic that, for so many developers, mobile platforms in general have turned into a way to fragment software, to make it run fewer places instead of [...]]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/-OgEOk4mrYw&#038;rel=0&#038;color1=0x5d1719&#038;color2=0xcd311b&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/-OgEOk4mrYw&#038;rel=0&#038;color1=0x5d1719&#038;color2=0xcd311b&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="580" height="469"></embed></object></p>
<p>Part of the beauty of the iPhone from its launch date was the notion of a Mac you could fit in the palm of your hand. That makes it ironic that, for so many developers, mobile platforms in general have turned into a way to fragment software, to make it run <em>fewer</em> places instead of more. There&#8217;s something to be said for designing to a specific mobile device, but on the other hand, how many developers would want to restrict where their creations run? And particularly in music, isn&#8217;t the appeal of mobile creation the ability to have your tools work in more places? Maybe targeting just one gadget is the right choice for a given tool, but it shouldn&#8217;t be the <em>only</em> choice.</p>
<p>On the iPhone, the application Thump has plenty in common with a range of mobile music making tools. It&#8217;s simple but fun, a groove box with sequencing, subtractive synths, drums, and a set of basic effects, plus the ability to load your own samples and export songs.</p>
<p>Thump also demonstrates how simplifying sonic capabilities can produce musically-beautiful results, by focusing on the essentials and creating something with personality. Here&#8217;s a track by its creator showing off its sounds:<br />
<object height="81" width="100%"><param name="movie" value="http://a1.soundcloud.com/player.swf?g=wi&#038;url=http%3A//soundcloud.com/mazbox/thump-soundreel"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://a1.soundcloud.com/player.swf?g=wi&#038;url=http%3A//soundcloud.com/mazbox/thump-soundreel" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object><span><a href="http://soundcloud.com/mazbox/thump-soundreel/">thump soundreel</a> by <a href="mazbox">mazbox</a></span></p>
<p>Well worth checking out the app on your platform of choice:<br />
<a href="http://www.mrkbrz.com/thump/">http://www.mrkbrz.com/thump/</a></p>
<p>What might not be immediately apparent is that under the hood, Thump makes use of the open source environment <a href="http://www.openframeworks.cc/">openFrameworks</a>. As a result, the same code runs on iPhone, Mac, and Windows, as well as Linux. (It&#8217;s not distributed for Linux, but it could be. Hint, hint.) Creator  Marek Bereza gives back, too &#8211; he ported the openFrameworks audio library to the iPhone, where it&#8217;s available to anyone.</p>
<p><strong>Updated</strong> Marek notes in comments just what this means. The video below is, essentially, <em>the same app</em>. In place of the iPod screen, he has used a massive lattice of physical controls. A separate installation at the same show used a large touchscreen and simplified interface. And this really demonstrates what cross-platform means. Guy Kawasaki in the 80s mocked &#8220;ports&#8221; as a cheap wine. The idea is not to simply dump your code on a different platform and hope for the best &#8211; in fact, in this case, the changes from one platform to another were radical. The key is maximizing what&#8217;s essential, what really is not specific to a single device.</p>
<p><object width="580" height="435"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6804910&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6804910&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="580" height="435"></embed></object>
<p><a href="http://vimeo.com/6804910">Physical Sequencer</a> from <a href="http://vimeo.com/mazbox">Marek Bereza</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><a href="http://www.creativeapplications.net/environment/physical-sequencer-aka-thump-of-sound-iphone/">Creative Applications has a detailed write-up</a> of the installation with more documentation.</p>
<p>If you&#8217;re interested in creating your own projects, oF has an elegant syntax based on Processing, but adapted to C/C++ coding paradigms and libraries.<span id="more-7827"></span></p>
<p>I would recommend trying desktop development first as you&#8217;re learning, but when you do want to go mobile, setup is absurdly easy:</p>
<p><a href="http://www.openframeworks.cc/setup/iphone">Setup instructions for iPhone</a></p>
<p>Having this as a foundation means more freedom for users and developers alike, the ability to run where you want, and a shared community of artists helping one another out. It does not mean sacrificing revenue, either &#8211; which is important, because revenue is often what enables (and encourages) developers to make new things. Here, we see a commercial mobile tool and distribution via the iTunes store, with free-as-in-beer distribution of desktop apps. But even the Free Software Foundation actually <a href="http://www.fsf.org/licensing/essays/selling.html">encourages charging for distribution</a> &#8211; and to many people, the FSF is the most extreme example. </p>
<p>The bottom line is, you&#8217;re free to create what you want, where you want &#8211; and it doesn&#8217;t even have to have a price of free.</p>
<p>The use of openFrameworks is possible because the iPhone allows the execution of native code. Apple does not allow the Java virtual machine, which locks out many useful platforms and tools &#8212; including <a href="http://processing.org">Processing</a>. Naturally, that should not be the case with forthcoming non-Apple platforms based on Linux; more on that soon.</p>
<p><em>Thanks to Memo Akten for the tip &#8212; and for his exceptional documentation of iPhone openFrameworks development.</em></p>
<p><img src="http://createdigitalmusic.com/images/2009/10/motionpage2.jpg" alt="motionpage2" title="motionpage2" width="480" height="320" class="alignright size-full wp-image-7846" /></p>
<p><strong>GPU-tiful and Cross-Platform</strong></p>
<p><strong>Updated</strong> Another framework I left out is the lovely <a href="http://www.libnui.net/">libnui</a>. The tagline says it all: &#8220;C++ API, multiplatform (Mac OS X, iPhone, Win32, Win64, Linux), 3D hardware accelerated GUI and more&#8230;&#8221;</p>
<p>On the iPhone, Intua&#8217;s elaborate Beatmaker software and David Wallin&#8217;s bleep!box have both been made with libnui. I want to single out <a href="http://www.bleepboxapp.com/">bleep!box</a> because of its UI &#8211; note how UI elements are simplified and scaled to the size of your fingertip. That&#8217;s something that, speaking of multiple platforms, could be equally important with touch hardware coming to Mac, Windows, and Linux platforms (some of it here already). I saw a huge fan of Windows tablets loving Propellerhead Reason on a tablet. He probably would be less enthused running Reason or Record on a touch interface; the UI elements are way too small.</p>
<p>bleep!box is also worth a look for the same reason as Thump: elegant UI, simple functions, and a lot of fun.</p>
<p><strong>Pd, too</strong></p>
<p>Pure Data, the open source patching cousin of Max/MSP, can also run on mobile devices. It&#8217;s currently powering the application <a href="http://rjdj.me">RjDj</a>, but because Pd is free, that could be just the beginning. In May, I wrote about the work being done by Hans-Christoph Steiner, who has been <a href="http://createdigitalmusic.com/2009/05/12/save-that-old-pda-run-reware-play-pd-musical-creations-android-offf-nyc/">porting Pd even to ancient PDAs and iPods</a> &#8211; including those, notably, without native floating-point capabilities (the kind of number crunching usually associated with sound).</p>
<p>Well, now Hans-Christoph is looking toward other, current-generation devices, too, kicking off with a workshop on making interactive sound on the iPhone using Pure Data. Here&#8217;s a taste:</p>
<blockquote><p>OK, kids, you won&#8217;t believe how easy this is. Once you have Pure Data installed on your your iPhone or iPod-Touch, creating and uploading your own sound-processing and sound-generating patches is as trivial as copying a text file to your device! You&#8217;ll still need an Apple Developer License, but because Pd patches are treated as media files, they don&#8217;t have to go thru Apple&#8217;s elaborate code review &#8212; so, you can just dive right in, turning your phone into a pocket synth within minutes. In this 3-hour hands-on workshop, interactive sound whiz and Pure Data developer Hans-Christoph Steiner will lead you through all the steps.</p></blockquote>
<p>Hans-Christoph will be talking Pd on the iPhone at a conference next month at Carnegie Mellon University in Pittsburgh. That will also include Memo Akten and Zach Gage talking about <a href="http://artandcode.ning.com/page/iphone-openframeworks">openFrameworks</a>. And for nearly-entirely open source hardware, there&#8217;s a tantalizing-looking workshop combining <a href="http://artandcode.ning.com/page/mobile-physical-computing">Android with Arduino</a>, too. </p>
<p><a href="http://artandcode.ning.com/">http://artandcode.ning.com/</a></p>
<p>There&#8217;s quite a lot more to say about this, but I hope this whets your appetite.</p>
<p>And, of course, riding the train to Pittsburgh or your nearest university or open source workshop, now you&#8217;ll have Thump which which to make some thumping tracks on your iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/10/07/iphone-day-free-frameworks-make-thumping-apps-mobile-or-otherwise/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Behringer&#8217;s Latest Rip-Off Job: Apple.com</title>
		<link>http://createdigitalmusic.com/2009/09/04/behringers-latest-rip-off-job-apple-com/</link>
		<comments>http://createdigitalmusic.com/2009/09/04/behringers-latest-rip-off-job-apple-com/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 23:25:55 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Behringer]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[intellectual-property]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/09/04/behringers-latest-rip-off-job-apple-com/</guid>
		<description><![CDATA[&#160;
 Look out: Behringer, already a notorious rip-off artist, is taking the “first step in [the] company’s reinvention of online presence.” I shudder to think what the coming steps will look like. But yes, the new site looks a wee bit familiar. It actually gets worse as you dig into the layout.
In fairness, for over [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://createdigitalmusic.com/images/2009/09/behringersite.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="behringersite" border="0" alt="behringersite" src="http://createdigitalmusic.com/images/2009/09/behringersite_thumb.jpg" width="580" height="505" /></a></p>
<p><a href="http://createdigitalmusic.com/images/2009/09/applesite.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="applesite" border="0" alt="applesite" src="http://createdigitalmusic.com/images/2009/09/applesite_thumb.jpg" width="580" height="542" /></a>&#160;</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="lookwhatwemade" border="0" alt="lookwhatwemade" align="right" src="http://createdigitalmusic.com/images/2009/09/lookwhatwemade.jpg" width="220" height="199" /> Look out: Behringer, already a notorious rip-off artist, is taking the “first step in [the] company’s reinvention of online presence.” I shudder to think what the coming steps will look like. But yes, the <a href="http://www.behringer.com/EN/">new site</a> looks a wee bit <a href="http://apple.com">familiar</a>. It actually gets worse as you dig into the layout.</p>
<p>In fairness, for over a decade now, Apple’s site has perhaps the most ripped-off Website design on the Internet. But then, Behringer is special. </p>
<p>Back when the blog Music Thing was publishing, it was able to do an annual series on cloned Mackie and Roland/BOSS gear, some down to colors, typography, and control layouts. (Check out the MT archives for some of this <a href="http://musicthing.blogspot.com/search?q=behringer">hall of shame</a>, or lack thereof.)</p>
<p>And Behringer doesn’t just copy the Apple layout like other sites. They actually send out a breathless press release that <em>brags</em> about their pixel-perfect, color-perfect clone.</p>
<p><strong>Update:</strong> Apparently, you can thank readers of the Behringer Website for the choice. <a href="http://www.mrtunes.ca/">Mr. Tunes</a> notes via Twitter that this design was chosen in a survey among other mock-ups, for which you could win a blatant rip-off of the <a href="http://line6.com/pod20/">Line 6 Pod</a>. I could comment on that, but the things I might say would not make me a team player for &#8220;Team Behringer.&#8221;</p>
<p><span id="more-7308"></span><br />
<blockquote>
<p>After months of hard work from a 9-person development team, BEHRINGER launched a dramatically upgraded website today. Sporting an elegant, efficient aesthetic and an intuitive interface, the new site boasts a feature-rich series of upgrades…</p>
</blockquote>
<p>Indeed, an inspection of image assets and CSS reveals that the development team really did re-create the design from scratch using their own images and code. (There’s 81 months of human development time the planet will never get back.)</p>
<p>Here’s the great irony: Behringer’s <a href="http://www.behringer.com/EN/terms.aspx">Terms of Use</a> for their site.</p>
<blockquote><p>This Site is provided for your personal and non-commercial use only. The purpose of this Site is to provide information on BEHRINGER and its products. All content included in this Site, including but not limited to any text, graphics, images, logos, button icons, data compilations, software, audio and video (collectively, &quot;Materials&quot;), is the property of BEHRINGER or its content suppliers, and you may not distribute, exchange, modify, reproduce, perform, sell or transmit the Materials for any business, commercial or public purposes. The Materials are protected by applicable laws and international copyright and trademark laws, and any unauthorized use of any Materials may violate copyright, trademark, and other applicable laws. You may not frame or utilize framing techniques to enclose any portion of this Site or any Materials without express written consent of BEHRINGER. You are granted a revocable and nonexclusive right to create a hyperlink to this Site so long as the link does not portray BEHRINGER, its affiliates, or their products/services in a false, misleading, derogatory, or otherwise offensive manner. You may not use any BEHRINGER trademark, logo or other Materials as part of the link without express written consent of BEHRINGER or as provided herein. If you breach any of these Terms, your authorization to use this Site automatically terminates and you must immediately destroy any downloaded or printed Materials herefrom. </p>
</blockquote>
<p>Of course, the idea of Behringer’s proprietary intellectual property in this case is more than a bit absurd. Here’s Apple’s Terms of Use:</p>
<blockquote><p>All text, graphics, user interfaces, visual interfaces, photographs, trademarks, logos, sounds, music, artwork and computer code (collectively, “Content”), including but not limited to the design, structure, selection, coordination, expression, “look and feel” and arrangement of such Content, contained on the Site is owned, controlled or licensed by or to Apple, and is protected by trade dress, copyright, patent and trademark laws, and various other intellectual property rights and unfair competition laws.</p>
</blockquote>
<p>Indeed.</p>
<p>By the way, wasn’t “<em>Seeing</em> is Believing” the tag on one of the images on Apple’s site at some point? (Why would I not be surprised if that was, you know – nine months ago?)</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/09/04/behringers-latest-rip-off-job-apple-com/feed/</wfw:commentRss>
		<slash:comments>113</slash:comments>
		</item>
		<item>
		<title>Apple Logic Studio 9 Review for Macworld; What Stands Out</title>
		<link>http://createdigitalmusic.com/2009/08/31/apple-logic-studio-9-review-for-macworld-what-stands-out/</link>
		<comments>http://createdigitalmusic.com/2009/08/31/apple-logic-studio-9-review-for-macworld-what-stands-out/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 15:25:32 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[DAW]]></category>
		<category><![CDATA[DAWs]]></category>
		<category><![CDATA[Flex-Time]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[logic-9]]></category>
		<category><![CDATA[logic-pro]]></category>
		<category><![CDATA[logic-studio]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Macworld]]></category>
		<category><![CDATA[MainStage]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=7224</guid>
		<description><![CDATA[Flex Time is likely to be the feature that will have the biggest impact on users, by making audio more malleable.
Logic has been a big box of sound toys for some time, but I think what decides whether you really build a working relationship with software like Logic is whether you like editing in it. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://createdigitalmusic.com/images/2009/08/flextime.jpg" alt="flextime" title="flextime" width="580" height="250" class="alignright size-full wp-image-7229" /></p>
<div class="imgcaption">Flex Time is likely to be the feature that will have the biggest impact on users, by making audio more malleable.</div>
<p>Logic has been a big box of sound toys for some time, but I think what decides whether you really build a working relationship with software like Logic is whether you <em>like editing in it</em>. And that makes Logic Studio 9 worth a new look &#8211; and a must-upgrade for fans of the tool. Its combination of subtle tweaks to the editing interface, the ability to edit inside takes, the incredible Flex Time for squishing around audio like Play-Doh, and easy conversion to sampler tracks makes it really fun to edit audio in Logic. You can read the full, detailed review I wrote for <em>Macworld</em>:</p>
<p><a href="http://www.macworld.com/article/142321/logicstud09.html">Logic Studio: Music workstation suite adds flexible audio, improved editing and live performance, simulated amps and effects</a> [Macworld.com]</p>
<p><img src="http://createdigitalmusic.com/images/2009/08/playbackmainstage.jpg" alt="playbackmainstage" title="playbackmainstage" width="580" height="532" class="alignright size-full wp-image-7230" /></p>
<div class="imgcaption">MainStage adds backing track playback, looping, and ReWire hosting to make it more versatile for live performance.</div>
<p><span id="more-7224"></span></p>
<p>The amps and such are fun, but to me the other banner feature in Logic 9 is the vastly improved MainStage, which adds backing tracks, ReWire hosting, and other features that could make it more powerful for live performance. Apparently MainStage has crept into some big-name live shows; I&#8217;m going to work on getting more reports from the field. (Meanwhile, I&#8217;m trying to figure out how I can rework my own live set so it requires <em>less</em> software, but that&#8217;s me.)</p>
<p>Oh, and one little improvement I didn&#8217;t fit in the review: there are some amazing special effect convolution impulses Apple threw in with Space Designer, which should give you more fodder for sound design experimentation.</p>
<p>The record industry may be dying, the planetary economy failing, and music technology elusively complex to most average musicians,  yet competition in the DAW space just continues to heat up. I find it amusing that some claim Apple&#8217;s aggressive pricing is only possible because they sell hardware. I&#8217;d buy that, except for some of Apple&#8217;s own competitors. Digidesign will add a pretty powerful version of Pro Tools to a hardware bundle. Cakewalk&#8217;s SONAR, once a little more bare-bones in the extras department than Logic, now offers a lot of the same sorts of goodies to Windows users in its own (underrated, I think) DAW. And Reaper is a powerful, cross-platform option that costs just US$60, even for most commercial work (now that they&#8217;ve made the individual license more open). In fact, various tools are so good that I think it&#8217;s really hard to give people advice. Personal taste is more likely to dictate which you prefer, because the ineffable <em>feeling</em> of using these tools &#8211; as similar as they may look on paper &#8211; is very different. If I ever work out a good way to describe that in words &#8211; which does happen to be my job, whether I&#8217;m up to it or not &#8211; I&#8217;ll let you know.</p>
<p>Any tool you&#8217;re using is a tool that matters. And I know we have a number of readers using Logic. Later this week, I&#8217;m planning a Logic Q&#038;A to fit some of the technical revelations that didn&#8217;t fit in the review, so feel free to ask more questions or comment however you like on the Macworld review.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/08/31/apple-logic-studio-9-review-for-macworld-what-stands-out/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Watch: Changes, Compatibility, Caution, Native Instruments, Plogue</title>
		<link>http://createdigitalmusic.com/2009/08/26/snow-leopard-watch-changes-compatibility-caution-native-instruments-plogue/</link>
		<comments>http://createdigitalmusic.com/2009/08/26/snow-leopard-watch-changes-compatibility-caution-native-instruments-plogue/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:10:00 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[EXS24]]></category>
		<category><![CDATA[garritan]]></category>
		<category><![CDATA[kontakt]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[Native-Instruments]]></category>
		<category><![CDATA[operating-systems]]></category>
		<category><![CDATA[plogue]]></category>
		<category><![CDATA[plogue-bidule]]></category>
		<category><![CDATA[samplers]]></category>
		<category><![CDATA[snow-leopard]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/08/26/snow-leopard-watch-changes-compatibility-caution-native-instruments-plogue/</guid>
		<description><![CDATA[Rawr! A real snow leopard at age eight weeks at the Eichberg Zoo. Now, should you let the (operating system) snow leopard mature a little before you try to play with it? Photo (CC) Tamby Tamboko.
Updated: See http://createdigitalmusic.com/snowleopard for a running report.
Apple’s “Snow Leopard” 10.6 ships Friday, which means it’s time to start compiling information [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/tambako/494128348/"><img src="http://farm1.static.flickr.com/197/494128348_a3e86735d8.jpg" /></a></p>
<div class="imgcaption">Rawr! A real snow leopard at age eight weeks at the Eichberg Zoo. Now, should you let the (operating system) snow leopard mature a little before you try to play with it? Photo (<a href="http://creativecommons.org/licenses/by-nd/2.0/deed.en">CC</a>) <a href="http://www.flickr.com/people/tambako/">Tamby Tamboko</a>.</div>
<p><strong>Updated: See <a href="http://createdigitalmusic.com/snowleopard">http://createdigitalmusic.com/snowleopard</a> for a running report.</strong></p>
<p>Apple’s “Snow Leopard” 10.6 ships Friday, which means it’s time to start compiling information about the new OS flavor. Just don’t upgrade too fast, as always.</p>
<p>Want to push an operating system to the breaking point? Ask a musician. Between the demands of real-time performance and the complex ecosystem of mix-and-match hardware, software, and plug-ins, odds are your local audio geek will break an OS faster than anyone else. Not every operating system upgrade is going to have a big impact on music software, but keep in mind that even subtle changes can cause issues that may interfere with your work.</p>
<p>Of course, all of this means music users should treat any OS update with caution. :</p>
<ul>
<li>If you’ve got a critical, primary production machine, your best bet is often simply to<em> wait</em>. Confirm that software works before you upgrade rather than after. </li>
<li>If you’ve got some time to invest in an upgrade or have more than one machine, be sure to do a full backup and system image so you can revert to the previous, known working OS. </li>
<li><strong>Best solution:</strong> Boot off an external hard drive. Don&#8217;t commit to installing internally until you&#8217;re sure everything is working. Once you are, go enjoy. (as noted in comments, and yes, I should have said this initially&#8230; still, the latest 10.5 build is still the preferred OS for now.) </li>
</ul>
<p>So, sit back. Enjoy life. Go for a walk on a beach. Recline in your favorite chair with your MacBook running Mac OS X 10.5 Leopard. Isn’t it great? Need to waste time? <a href="http://www.popcap.com/games/pvz">Plants vs. Zombies</a> is out for Mac.</p>
<p>What? Still want to upgrade?</p>
<p>Fair enough. We’ll be tracking changes to Snow Leopard and which of them may impact audio.</p>
<p>The short version: <strong>Snow Leopard introduces only small changes</strong>, but if a developer hasn’t been on top of those changes, you could see issues. And as for the <strong>64-bit mode that’s attracting most of the attention</strong>, the short answer is, you can’t use it for music yet.</p>
<p>Native Instruments and Plogue have each responded to CDM with information on their software.</p>
</p>
<p> <span id="more-7124"></span>
</p>
<h3>Executive Summary</h3>
<ul>
<li>NI and Plogue have tested their software as functioning on 10.6 </li>
<li>Neither NI nor Plogue recommends you upgrade your OS yet – Plogue uses stronger language to discourage you </li>
<li>64-bit support, expanded in Mac OS 10.6, is not yet relevant to music use because nothing (not even from Apple) supports it yet, but don’t worry – you can get more RAM through other methods </li>
<li>Audio MIDI Setup gets a tune-up, and built-in audio support appears to be improved </li>
</ul>
<h3>Native Instruments</h3>
<p>If you’re a Mac user who uses NI products on <em>any</em> version of the operating system, you should stay tuned to this URL:</p>
<p><a href="http://www.native-instruments.com/en/support/compatibility/mac-os-x-compatibility/">http://www.native-instruments.com/en/support/compatibility/mac-os-x-compatibility/</a></p>
<p>NI tells CDM they’ve just updated it today with Snow Leopard information:</p>
<blockquote><p>Native Instruments has conducted initial compatibility tests with Mac OS X 10.6, which have shown all current NI products to work without any specific issues under standard installations of this operating system.</p>
<p>However, users involved in professional audio production or live performance should be cautious about upgrading to Mac OS X 10.6 until compatibility with third-party audio software and hardware has been widely confirmed by the relevant manufacturers.</p>
<p>Native Instruments is currently conducting further systematic compatibility and performance tests with Snow Leopard, and will provide additional information on this page as it becomes available.</p>
</blockquote>
<p>The second paragraph sounds like what I just wrote, huh?</p>
<h3>Plogue</h3>
<p>Plogue, an independent developer of a variety of software ranging from the awesome modular environment <a href="http://createdigitalmusic.com/2009/03/17/plogue-bidule-modular-music-app-get-started-meet-the-creators/">Bidule</a> to sampling engines for Garritan’s orchestra and piano products and an upcoming library of <a href="http://createdigitalmusic.com/2009/01/16/authentic-chiptune-soft-synth-emulation-plogue-chipsounds-scoop-from-namm/">vintage chip sounds</a> have been doing their own work. Privately, I talked with them about some of the work they had to do after Apple rewrote underlying operating system plumbing with Objective-C (from C and Carbon). Here’s their official statement to CDM on Snow Leopard and, in the parallel Windows dimension, Windows 7:</p>
<blockquote><p>10.6 and W7 each caused only <em>minor</em> modifications to our code base, however these mods are necessary for proper functioning of our products on those platforms. Most of our transition efforts as a company will be of a user support nature.</p>
<p><strong>Any musician foolish enough to jump on new OSes without a hint of caution, inevitably makes me wish for a new kind of Darwin Award prize.</strong></p>
</blockquote>
<p>(Emphasis mine. Consider yourself warned.)</p>
<h3>Ableton (Unofficial) and a Plug-in Warning</h3>
<p>From the Ableton forums, via comments:</p>
<blockquote><p>It&#8217;s currently being tested internally over here, so the current version is not officially compatible yet &#8211; on the other hand this does not mean that it doesn&#8217;t run.</p>
<p>We will release an update after the tests during the next weeks that will be officially compatible, but we don&#8217;t recommend upgrading yet if stability is your main concern.</p>
<p>It&#8217;s likely that a few new third party plugin problems will show up due to the changes under the hood in 10.6 and experiences show that the latest 10.5 versions now are the way to go after the gfx performance problems with earlier 10.5 and 10.4 versions.</p>
</blockquote>
<p>So, in other words, now is a great time to upgrade to 10.5!</p>
<p>More in the thread here:</p>
<p><a href="http://forum.ableton.com/viewtopic.php?f=1&amp;t=122803&amp;hilit=snow+leopard&amp;sid=deab797d396a35c2c517573cb5326ecf&amp;start=30">Ableton Forums</a></p>
<p>Now, note, mostly what this extensive discussion reveals is that Snow Leopard is poorly understood, partly thanks to a very successful hype campaign on Apple’s part. (Ahem.)</p>
<p>There are <em>not</em> magical performance and speed improvements found by installing Snow Leopard – or, most likely, any OS. (Would that such things were true.) The presence of a set of multithreading tools, for instance, is specific only to developers for whom that set of tools is useful. Audio software already has finely-tuned multithreading implementations specific to real-time applications, and in the case of something like Ableton Live, it really needs to work across platforms.</p>
<p>If you install a new OS with the expectation that it’ll be “faster,” you’ll almost certainly be disappointed. If you install a new OS hoping you’ll “break things,” then you probably won’t be disappointed. I don’t mean to suggest don’t ever upgrade or live in fear of all software, just that you should imagine that, like redoing the plumbing in your basement, long-term advantages will come, but with significant effort and time.</p>
<h3>PreSonus Hardware</h3>
<p>See a separate post: at Snow Leopard launch, PreSonus audio interfaces are likely to be <a href="http://createdigitalmusic.com/2009/08/26/presonus-hardware-first-show-stopper-mac-os-10-6-problem/">entirely incompatible</a>.</p>
<h3>About 64-bit (Nothing to see here…)</h3>
<p>NI notes that the 10.6 offers significant changes to 64-bit support, including a new 64-bit kernel mode – this being the rough equivalent of the “x64” 64-bit versions of Windows (and Linux) that have been available for some time.</p>
<p>Here’s the bottom line: 64-bit support on Mac OS isn’t yet relevant to audio users, period. It’s not supported by Apple’s own Logic Studio, or any other major host at this time. This is a situation we’ll be watching, as it is something developers appear to be investigating.</p>
<p>But before we get too far into that issue, you should consider why you’re asking about 64-bit in the first place. 64-bit computing offers two potential advantage. First, running processor computation natively at 64 bits offers a marginal improvement. Second – the issue most people care about for music – 64-bit <em>memory addressing</em> offers access to massive amounts of memory, beyond the approximate 4 GB barrier that applies to 32-bit applications.</p>
<p>More memory is a very good thing. But you probably don’t want to sacrifice compatibility just to get it. Fortunately, you don’t need the 64-bit OS to get beyond that 4 GB barrier. On the Mac, some workarounds have extended the practical life of 32-bit memory addressing for music applications – thus avoiding the need to get a 64-bit native version of every driver and every piece of software you want to use.</p>
<p>On Windows and Linux, you can indeed get a number of audio applications (like SONAR on Windows, for instance) that have excellent 64-bit support, and a number of the drivers have followed suit. Even, then, though, many users choose to stick with 32-bit versions in order to have superior compatibility.</p>
<p>Note that processing “64-bit audio” – that is, digital audio represented using 64-bit data – is a completely different issues. A 32-bit processor and 32-bit operating system and 32-bit software can all do 64-bit audio processing. Whether you really need 64 bits for audio production is a whole other can of worms I won’t open here.</p>
<h3>Getting More Memory – Without Any 64-bit Snow Leopards</h3>
<p>When I spoke to Apple earlier this month, they downplayed the 64-bit issue and pointed out that their own EXS24 sampler in Logic Studio can access additional installed memory just fine with 32-bit – that means if you have Logic 8 or later, Pro or Express, Tiger or Leopard or Snow Leopard, you can use additional RAM. Each EXS24 sampler instance has its own memory space, so you can use as much memory as you want.</p>
<p>Apple even has a support doc on the subject:</p>
<p><a href="http://support.apple.com/kb/HT1041">Logic Pro/Express 8: How the EXS24 sampler addresses RAM in Logic 8</a></p>
<p>Last month, we looked at the situation for Native Instruments’ Kontakt. Again, using some of the flexibility of the memory architecture unique to the Mac, they’ve managed to access bigger amounts of RAM even on 32-bit OS.</p>
<p><a href="http://createdigitalmusic.com/2009/07/16/kontakt-battery-enhanced-more-compatible-64-bit-memory/">Kontakt, Battery: Enhanced, More Compatible, 64-bit Memory</a></p>
<p>Kontakt is able to get up to a whopping 32 GB thanks to something called the Kontakt Memory Server. Again, you can get still more than 32 GB using 64-bit Windows, but for most users, that’s overkill.</p>
<p>All of this is to say, 64-bit is <em>not a reason to upgrade to Snow Leopard</em> for audio work – at least, not yet. Some of the built-in applications (like the Finder and Safari) get performance boosts from 64-bit optimization on 10.6, but none of that is critical to audio and music – and it’s certainly not worth upgrading too soon only to find some compatibility wrinkle we haven’t yet found.</p>
<h3>Updates to Audio MIDI Setup</h3>
<p>A reader tips us off to some small changes to Apple’s centralized Core Audio settings panel, Audio MIDI Setup. Audio and MIDI are now separated into separate windows, and Audio gets some nice improvements.</p>
<p>Note the per-app settings and adjustments for sample rate, bit depth, and Format. As in previous recent versions of Mac OS, you can also aggregate multiple physical audio interfaces into one – one of a number of reasons we really love Core Audio as a sound system.</p>
<p><a href="http://createdigitalmusic.com/images/2009/08/snowdevices.jpg" rel="lightbox"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="snowdevices" border="0" alt="snowdevices" src="http://createdigitalmusic.com/images/2009/08/snowdevices_thumb.jpg" width="555" height="404" /></a></p>
<p>The reader also notes that the update seems to improve support for his built-in hardware:</p>
<blockquote><p>It&#8217;s now possible to choose a higher sample rate and resolution for all inputs/outputs on the built-in sound card of my MacBook Pro early &#8216;08, which is pretty cool. Before there was clearly hearable, annoying digital fragments when playing back any sounds, especially on low volume &#8211; all magically gone, i don&#8217;t hear anymore noise.</p>
</blockquote>
<h3>Got More Information?</h3>
<p>Help us continue our “More Than You Wanted to Know,” obsessive series of coverage on CDM and tip us off!</p>
<p>Corrections and clarifications are welcome, too – that’s why I enjoy the maleable nature of the Web.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/08/26/snow-leopard-watch-changes-compatibility-caution-native-instruments-plogue/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Logic Express Packs Most of Logic for Less; Apple Adds PDF Manual to Logic 9</title>
		<link>http://createdigitalmusic.com/2009/08/21/logic-express-packs-most-of-logic-for-less-apple-adds-pdf-manual-to-logic-9/</link>
		<comments>http://createdigitalmusic.com/2009/08/21/logic-express-packs-most-of-logic-for-less-apple-adds-pdf-manual-to-logic-9/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 14:49:30 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[DAWs]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[logic-9]]></category>
		<category><![CDATA[logic-express]]></category>
		<category><![CDATA[logic-pro]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2009/08/21/logic-express-packs-most-of-logic-for-less-apple-adds-pdf-manual-to-logic-9/</guid>
		<description><![CDATA[ 
I have to say I think Express is a model of what a more entry-level edition of a product could be. (I know Apple competitors reading this are shaking their heads and pointing out that Apple is in the comfortable position of selling pricey computers with big margins, but I think Apple still provides [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://createdigitalmusic.com/images/2009/08/logicexpressmontage.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="logicexpressmontage" border="0" alt="logicexpressmontage" src="http://createdigitalmusic.com/images/2009/08/logicexpressmontage_thumb.jpg" width="580" height="308" /></a> </p>
<p>I have to say I think Express is a model of what a more entry-level edition of a product could be. (I know Apple competitors reading this are shaking their heads and pointing out that Apple is in the comfortable position of selling pricey computers with big margins, but I think Apple still provides incentive to buy the Studio version without feeling the need to cripple Express.)</p>
<p>Nearly everything new in Logic Studio 9 is also in Logic Express 9, which Apple began shipping yesterday.</p>
<p>Apple Logic 9’s audio editing have been transformed, via a new means of squishing audio around in time (FlexTime) and new editing tools (Bounce in Place, one-step conversion to sliced sampler instruments, drum replacement, the ability to edit in takes, and reorganized contextual menus for regions). All of those features are in Express, as is the new Amp Designer and Pedalboard.</p>
<p><strong>What Express gives you: </strong>Express is basically all of Logic Pro, with all the major effects and instruments, mixing, notation, and stereo output. You ven get things like the UltraBeat drum machine.</p>
<p><strong>What Express doesn’t give you: </strong>The big ommissions from Logic Express are, naturally, the additional apps in the suite – MainStage for live performance, Soundtrack Pro for editing, and the lot. You also don’t get surround sound (no biggie). Most importantly, you miss out on some of my favorite sound design tools – the insane Sculpture physical modeling instrument and Space Designer convolution reverb and not to be found.</p>
<p>Logic still isn’t for everyone – well, anyway, I don’t really believe in “one size fits all” for music tech, generally. But if you do like Logic’s workflow and aren’t quite ready for the whole Studio suite, Express is a good choice, priced at US$199. That <em>almost</em> makes it the best bargain DAW available on the Mac – except that for non-commercial use, <a href="http://www.reaper.fm/download.php">Reaper</a>, now available on Mac, is cheaper (and for commercial use, roughly ties).</p>
<p><a title="http://www.apple.com/logicexpress/" href="http://www.apple.com/logicexpress/">http://www.apple.com/logicexpress/</a></p>
<p><a href="http://createdigitalmusic.com/images/2009/08/logicpdf.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="logicpdf" border="0" alt="logicpdf" src="http://createdigitalmusic.com/images/2009/08/logicpdf_thumb.jpg" width="556" height="214" /></a> </p>
<p><strong>In other Logic news</strong>, those of you wondering what happened to the PDF manual for Logic Studio 9, it’s back! Apparently there was a production delay that held up its release; Apple says it was never their intention to eliminate the PDF version. Also, if you do choose to use the default Mac help viewer, that incorporates the full text of the documentation available in previous versions as PDF and print, along with all the expanded documentation for Logic Studio 9. I still find the help viewer annoying, because it insists on staying the topmost window, but both it and the PDF version work. (For window management on the Mac, check out my new best friend <a href="http://lifehacker.com/5159586/twoup-makes-better-use-of-your-screen-real-estate">TwoUp</a>, which could help solve this problem if you’ve got a big display. It finally makes my Mac manages windows as well as, well, Windows.)</p>
<p><a href="http://documentation.apple.com/en/logicpro/usermanual/Logic%20Pro%209%20User%20Manual%20(en).pdf">Direct PDF documentation link from Apple</a> (thanks, dead_red_eyes on comments!)</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/08/21/logic-express-packs-most-of-logic-for-less-apple-adds-pdf-manual-to-logic-9/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
