<?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>djehuti.com - The Armory &#187; Music</title>
	<atom:link href="http://www.djehuti.com/tag/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.djehuti.com</link>
	<description>Mac and Music geekery. Not much heraldry talk.</description>
	<lastBuildDate>Wed, 09 Nov 2011 16:51:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Usability in Hardware</title>
		<link>http://www.djehuti.com/2011/11/09/usability-in-hardware/</link>
		<comments>http://www.djehuti.com/2011/11/09/usability-in-hardware/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 16:51:27 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.djehuti.com/?p=133</guid>
		<description><![CDATA[I have a TC Electronic BMC-2 monitor controller, that I use and like, for controlling volume on nearfield monitors and headphones in my studio. But it has a usability problem. We talk about usability in software all the time, but here&#8217;s an example of a hardware usability problem. Here&#8217;s the back panel: Whose brilliant idea [...]]]></description>
			<content:encoded><![CDATA[<p>I have a <a href="http://www.tcelectronic.com/bmc-2.asp">TC Electronic BMC-2</a> monitor controller, that I use and like,
for controlling volume on nearfield monitors and headphones in my studio.</p>

<p>But it has a usability problem. We talk about usability in software all the time,
but here&#8217;s an example of a hardware usability problem.
Here&#8217;s the back panel:</p>

<p><img src="/images/bmc2.png" alt="BMC-2 Back Panel" title="BMC-2 Back Panel" /></p>

<p>Whose brilliant idea was it to put the headphone jack <em>under</em> the power jack?
When I use it, I&#8217;m <em>always</em> in front of the unit, reaching over the top to
control it.
Which one of these jacks is likely to get plugged and unplugged more often?</p>

<p>Maybe the BMC-2mkII will reverse the positions of these. I doubt it will be
a free downloadable update though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.djehuti.com/2011/11/09/usability-in-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From the Audio Unit Programming Guide</title>
		<link>http://www.djehuti.com/2011/11/04/from-the-audio-unit-programming-guide/</link>
		<comments>http://www.djehuti.com/2011/11/04/from-the-audio-unit-programming-guide/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 23:21:50 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.djehuti.com/?p=125</guid>
		<description><![CDATA[Audio Plug-In manufacturers would do well to read and re-read this paragraph. Adding Copy Protection If you choose to add copy protection to your audio unit, it’s especially important to consider the audio unit’s opening sequence. The time for copy protection is during audio unit initialization—not instantiation. Therefore, you put copy protection code into an [...]]]></description>
			<content:encoded><![CDATA[<p>Audio Plug-In manufacturers would do well to read and re-read this paragraph.</p>

<h3>Adding Copy Protection</h3>

<p>If you choose to add copy protection to your audio unit, it’s especially important to consider the audio unit’s opening sequence. The time for copy protection is during audio unit initialization—not instantiation. Therefore, you put copy protection code into an override of the <code>Initialize</code> method from the SDK’s <code>AUBase</code> superclass. You do not put copy protection code into an audio unit’s constructor.</p>

<p>Here is a scenario where this matters. Suppose a user doesn’t have the required hardware dongle for your (copy protected) audio unit. Perhaps he left it at home when he brought his laptop to a performance. If your audio unit invokes its copy protection on instantiation, this could prevent a host application from opening. If your audio unit invokes its copy protection on initialization, as recommended, the performer could at least use the host application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.djehuti.com/2011/11/04/from-the-audio-unit-programming-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do Music Artists Fare Better in a World With Illegal File-Sharing?</title>
		<link>http://www.djehuti.com/2009/11/20/do-music-artists-fare-better-in-a-world-with-illegal-file-sharing/</link>
		<comments>http://www.djehuti.com/2009/11/20/do-music-artists-fare-better-in-a-world-with-illegal-file-sharing/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 05:02:18 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.djehuti.com/?p=47</guid>
		<description><![CDATA[Recently, John Gruber at Daring Fireball published a note on his &#8220;linked list&#8221; items called Do Music Artists Fare Better in a World With Illegal File-Sharing? He said, The only group that is making less revenue is the record labels. Reading the linked article and its associated chart, it does seem that this would be [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, John Gruber at <a href="http://daringfireball.net/">Daring Fireball</a> published a note on his &#8220;linked list&#8221;
items called <a href="http://daringfireball.net/linked/2009/11/13/music-industry">Do Music Artists Fare Better in a World With Illegal File-Sharing?</a></p>

<p>He said,</p>

<blockquote>
  <p>The only group that is making less revenue is the record labels.</p>
</blockquote>

<p>Reading <a href="http://labs.timesonline.co.uk/blog/2009/11/12/do-music-artists-do-better-in-a-world-with-illegal-file-sharing/">the linked article</a> and its associated chart, it does seem that
this would be true, as nearly all of the revenue streams on that chart are rising,
and the only one that&#8217;s falling significantly is for labels.</p>

<p><a href="http://www.negativland.com/albini.html">We&#8217;ve all heard</a> about the horrible business practices of the record
labels, and we all know the great <a href="http://www.nytimes.com/2007/10/11/arts/11iht-radiohead.1.7846728.html">success stories</a> about how artists
are now bypassing record labels and releasing directly to fans. Great!
Let&#8217;s just do away with the labels then, let digital downloads be free,
and everybody wins.</p>

<p>There&#8217;s just this one little problem: the revenue lines on the graph are only
labeled right for the old music industry business models.</p>

<p>In the brave new world where artists self-release, or
<a href="http://www.nepenthemusic.com/">run</a>
<a href="http://www.hypnos.com/">their</a>
<a href="http://robertrich.com/">own</a>
<a href="http://www.lotuspike.com/">micro-labels</a>,
that big ol&#8217; declining line at the top labeled &#8220;Recorded revenue (to labels)&#8221;
should really say &#8220;Recorded revenue (to artists)&#8221;.</p>

<p>&#8220;No problem,&#8221; you might say. &#8220;They can make up that revenue in live performance revenues.&#8221;</p>

<p>Hmm. A couple of problems with that.</p>

<p>First, <a href="http://www.lotuspike.com/artists_bencox.php">some artists</a> don&#8217;t tend to perform much. Suck it up and play live,
I guess is the answer to that.
(Or just resign ourselves to music being a money-losing hobby.)</p>

<p>Second, other artists might perform, but find it hard to turn a profit doing it.
Last weekend, I <a href="https://twitter.com/djehuti/status/5719373264">tweeted</a>:</p>

<p><center>
<img src="http://www.djehuti.com/wp-content/uploads/2009/11/arc-tweet.png" alt="Tweet" />
</center></p>

<p>It was <a href="http://thegatherings.org/82gather.html">a great show</a>, and I believe it was sold out. But it was sponsored
by a couple of the aforementioned micro-labels and a bed &amp; breakfast to supplement
ticket sales enough to meet the expenses of producing it.
Why? <a href="http://thegatherings.org/82gather.html">Click the link</a> to see the stage setup and you might get an idea
of why it was expensive to put on.
And even though this was a sold-out show, this sort of music doesn&#8217;t exactly
support huge night-after-night audiences.
(We tried to get a similar concert series going in Pittsburgh, and practically
had to beg people and offer rides to get people into the seats. Clearly a large
and well-established series in Philadelphia is about enough for Pennsylvania.)</p>

<p>My point is that live revenues work well for some artists, but they aren&#8217;t going to
do it for everybody. Many musicians are still very interested in revenue streams
from selling recorded music; it&#8217;s not just the record labels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.djehuti.com/2009/11/20/do-music-artists-fare-better-in-a-world-with-illegal-file-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

