<?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>Christian Grobmeier - JEE, EAI, PHP &#187; OS X</title>
	<atom:link href="http://www.grobmeier.de/tag/os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://www.grobmeier.de</link>
	<description>A Blog about technical thoughts</description>
	<lastBuildDate>Wed, 02 Jun 2010 12:32:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SVN Properties &#8211; Client Config</title>
		<link>http://www.grobmeier.de/2009/07/05/svn-properties-client-config.html</link>
		<comments>http://www.grobmeier.de/2009/07/05/svn-properties-client-config.html#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:45:54 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=237</guid>
		<description><![CDATA[How to set our SVN defaults for Apache on Mac OSX.]]></description>
			<content:encoded><![CDATA[<p>You  know I am working on several open source projects, and lately one of my comrades told me I should stop coding asap and:&#8221;please correct your client configs I don&#8217;t want to fix the stuff anymore.&#8221;. This shout made me think about my bad behaviour and to be honest, I didn&#8217;t know why I should do this and how.</p>
<p>After some small googling, I figured out that the most cool feature of the SVN properties is to ensure that if you check out something from repository, you&#8217;ll get the line endings you need.</p>
<p><em> &#8220;In other words, if a user on a                 Windows machine checks out a working copy that                 contains a file with an                 <tt class="literal">svn:eol-style</tt> property set to                 <tt class="literal">native</tt>, that file will contain                 <tt class="literal">CRLF</tt> EOL markers.  A Unix user                 checking out a working copy which contains the same                 file will see <tt class="literal">LF</tt> EOL markers in his                 copy of the file.&#8221;</em></p>
<p>Quote from: http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.5</p>
<p>So, this is client config. That means YOU have to make sure that you add your files with the correct properties. Let&#8217;s assume you want to add a file named test.txt. You would do:</p>
<pre>svn add test.txt</pre>
<p>After adding you need to perform:</p>
<pre>svn propset -R svn:eol-style native test.txt</pre>
<p>to set the properties correctly.</p>
<p>Having that beeing said. most people will complain now that this is a difficult task and very error proven. Well it is. But you don&#8217;t have to take care if you are sure that only one operating systems (means: one development enviroment)  is set up. This is true for most projects I guess.</p>
<p>If it is NOT the case, you can force your developers to create a default config setup. On windows it just some entries in the registry (<a href="http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1" target="_blank">please try this</a>, I am not using windows for open source stuff anymore), on Mac OS X and Linux the file ~/.subversion/config must be edited.</p>
<p>In my case, this did do the trick:</p>
<pre>[miscellany]
enable-auto-props = yes</pre>
<pre>
[auto-props]
*.java = svn:mime-type=text/plain;svn:eol-style=native
*.css = svn:mime-type=text/plain;svn:eol-style=native</pre>
<p id="sebb">or at least mostly.  SVN told me, after I wanted to change properties to native, that my css files were binary, which this wasn&#8217;t the case, of course! I couldn&#8217;t change it, until Sebastian Bazley came up with the following:</p>
<pre>svn pl -v</pre>
<p>showed:</p>
<pre>Properties on 'maven.css':</pre>
<pre>  svn:mime-type</pre>
<pre>    application/octet-stream</pre>
<p>He further told me to do:</p>
<pre>svn pd svn:mime-type maven.css</pre>
<p>And that was it &#8211; SVN is forced to use mime type I want.</p>
<p>Last but not least, <a href="http://www.apache.org/dev/svn-eol-style.txt" target="_blank">here is the link to the apache recommendation or SVN config</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2009/07/05/svn-properties-client-config.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mountpoint issue on OS X &#8211; and how to correct it</title>
		<link>http://www.grobmeier.de/2009/05/10/mountpoint-issue-on-os-x-and-how-to-correct-it.html</link>
		<comments>http://www.grobmeier.de/2009/05/10/mountpoint-issue-on-os-x-and-how-to-correct-it.html#comments</comments>
		<pubDate>Sun, 10 May 2009 15:28:15 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=216</guid>
		<description><![CDATA[Mountpoint issues on OSX]]></description>
			<content:encoded><![CDATA[<p>On my Mac Mini box running with OS X 10.4 aka Tiger I had once a Lacie harddisk mounted with the name ANDREW. I plugged it off and connected later another one under the same name. Unfortunatly the mountpoint of this disk wasn&#8217;t:</p>
<pre>/Volumes/ANDREW</pre>
<p>as expected, but rather:</p>
<pre>/Volumes/ANDREW 1</pre>
<p>which gave me hell when running my Junit Test for Apache Commons Compress due to the space in the harddisks name. I was wondering why OS X created the name ANDREW 1. Looking with my bash into /Volumes i recognized that there already was a folder with the name ANDREW. This happened cause when I removed the disk i started eclipse and the IDE couldn&#8217;t find a specific folder. Instead of telling me that, Eclipse simply created the folder. This could happen since the /Volumes folder has write access to everybody on OS X.</p>
<p>I deleted the unnecessary folder. After that I disconnected and reconnected my harddisk named ANDREW. The mountpoint was correct again and life is going normal <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2009/05/10/mountpoint-issue-on-os-x-and-how-to-correct-it.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching workspaces with Eclipse Ganymede</title>
		<link>http://www.grobmeier.de/2009/04/27/switching-workspaces-with-eclipse-ganymede.html</link>
		<comments>http://www.grobmeier.de/2009/04/27/switching-workspaces-with-eclipse-ganymede.html#comments</comments>
		<pubDate>Mon, 27 Apr 2009 06:40:17 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=203</guid>
		<description><![CDATA[Eclipse failed to ask again for the default workspace after a workspace switch.]]></description>
			<content:encoded><![CDATA[<p>Due to a new external harddrive, I needed to switch my workspace from one disk to another. Eclipse Ganymede under OS X 10.4 doesn&#8217;t reckon the switch correctly if you deleted your old workspace from your old harddisk completly. For example, I moved my stuff from harddisk FELIX to harddisk ANDREW and deleted the workspace on FELIX. Eclipse failed to ask me where the workspace dissappeared, since I once said that Eclipse shouldn&#8217;t ask me again. And then it closes, without even showing the error message more than 3 seconds. Well. Bad. <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Solution is to edit the following file:</p>
<pre>$ vi configuration/.settings/org.eclipse.ui.ide.prefs</pre>
<p>Just switch:</p>
<pre>SHOW_WORKSPACE_SELECTION_DIALOG=<strong>false</strong></pre>
<p>to:</p>
<pre>SHOW_WORKSPACE_SELECTION_DIALOG=<strong>true</strong></pre>
<p>and the workspace selection dialog should appear again. This gives you the option to choose another workspace.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2009/04/27/switching-workspaces-with-eclipse-ganymede.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallels and my lacie 2big triple in NTFS format</title>
		<link>http://www.grobmeier.de/2009/03/09/parallels-and-my-lacie-2big-triple-in-ntfs-format.html</link>
		<comments>http://www.grobmeier.de/2009/03/09/parallels-and-my-lacie-2big-triple-in-ntfs-format.html#comments</comments>
		<pubDate>Mon, 09 Mar 2009 06:57:10 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Music Tech. and Hardware]]></category>
		<category><![CDATA[Office Software]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ghul.org/?p=118</guid>
		<description><![CDATA[Using Parallels to acess a Lacie 2Big Triple Harddisk in NTFS Format on Mac OS X 10.4 Tiger]]></description>
			<content:encoded><![CDATA[<p>Before a few days I bought Parallels 4.0 for my Mac 10.4 (Tiger) which is running on an Intel Core Duo Mac Mini. Since I have a windows box running for mastering, paying taxes and for internet browsing for my wife I suddenly had to exchange data from one computer to another. You should also know that I own a few external harddisks. My 2Big triple from Lacie is one of those, a perfectly nice Raid controller with 2 disks in a decent box.</p>
<p>For several reasons I had to format this one in NTFS and most of you know that this is a total game over for my Mac. Mac cannot access this format safely. There are other options to access NTFS from a Mac, for example Paragons software, but really, I don&#8217;t trust those geek software in that case too much. Hej, this is my data! My music! My life!</p>
<p>Then I came to Parallels Desktop, a Virtual Machine Player (and Creator) which is known as well integrated into the mac enviroment. And yes, it really is! I was never so surprised by any kind of software like I was here. Parallels makes you feel 100% integrated on both sides! With Tiger I cannot use all features, for example this Bootcamp stuff, which allows to play with your VM on a native speed level. However, for me it&#8217;s enough to see my windows apps looking like mac apps and that I can drag and drop between Finder and Win Explorer as I want.</p>
<p>Back to NTFS. I plugged in my NTFS drive but couldn&#8217;t create any folder on it nor could I copy a file. After some curses I figured out that I have mounted my 2Big Triple as a Network Storage, not as a local harddisk. Of course as a network harddisk I would need write access within mac, so I had to mount this drive directly to Parallels. This is easy under normal cirstumances. You can do this on the right bottom of the Parallels window, or, if running in coherance mode, from the menu bar &#8220;devices&#8221;. Simply choose one of the devices which you want to plug directly to your Windows.</p>
<p>I did so, but failed. The reason is beeing shown in the Device Manager of Windows. My USB Hub didn&#8217;t get any driver. I double clicked that b**** and told it to update the drive. No problem for windows since everything was prepared on the update site. After the install I had a locally plugged Harddisk &#8211; and know I can access to my NTFS harddisk from my Mac, ah, Windows, damn Macdows without any problems.</p>
<p>Great stuff, that Parallels. I will track this software for sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2009/03/09/parallels-and-my-lacie-2big-triple-in-ntfs-format.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading a Mac Mini with RAM</title>
		<link>http://www.grobmeier.de/2008/12/18/upgrading-a-mac-mini-with-ram.html</link>
		<comments>http://www.grobmeier.de/2008/12/18/upgrading-a-mac-mini-with-ram.html#comments</comments>
		<pubDate>Thu, 18 Dec 2008 13:00:09 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Music Tech. and Hardware]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://root.grobmeier.de/blog/?p=65</guid>
		<description><![CDATA[Upgrading Mac Mini with 2 GB of RAM (or even more)]]></description>
			<content:encoded><![CDATA[<p>Lately I posted about the <a href="http://cyghul.blogspot.com/2008/10/garageband-412-review-with-macbook-air.html">pros of upgrading to GarageBand 4</a>. However, I told you that at least for me there are no reasons for upgrading. In the same post I thought that about upgrading to Logic 8 instead of using Logic Express 7.x. Problem here is that I would have to upgrade to a newer Mac, since my Mac Mini just have 1 Gig of RAM.</p>
<p>As i thought a little more, I remembered of my performance issues with GarageBand, as my compositions grew and used lots more of EXS instruments. Now I am sure that performance issues come from unsufficient memory. 1 Gig of RAM is too less for more than 6 software instruments, esspecially there are EQ tunings on em.</p>
<p>This issues and of course my thoughts about an upgrade to Logic 8 brought me <a href="http://www.methodshop.com/gadgets/tutorials/macmini-ram/index.shtml">to this post</a>, where the guys explained in detail how to open the Mac Mini and upgrading the RAM.</p>
<p>Well, I did so and succeded <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The post above is excellent written. Upgrading is really easy, just do it. Just one thing is to remember: if you have an Intel Core Duo you CANNOT have more RAM than 2 Gigs. You have to use 2x 1 Gig of 667 Mhz SODIMM (= notebook ram!). If you use more RAM, the screen will stay black and won&#8217;t even hear the chime.</p>
<p>Just the Intel Core 2 Duo seems to support more than 2 Gig. Officially it is said by Apple that a Mac Mini supports 3 Gigs. In fact I heard about people using more than 3 gigs with success. Just take a look at the<a href="http://eshop.macsales.com/shop/apple/memory/iMac_and_Mac_mini_memory_performance_testing/"> performance benchmark</a>.</p>
<p>So, please check out which mac you have. You can do this easily in the System Profiler (click the apple &#8211; about this mac icon).</p>
<p>I own now more RAM and yes, my Logic is working much better. I have nearly no performance issues anymore. I really would like to have a trial version of Logic 8, but unfortunatly Apple isn&#8217;t offering such a thing. Bad luck. I guess I will stick with Logic 7 a bit longer and enjoy my new RAM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2008/12/18/upgrading-a-mac-mini-with-ram.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GarageBand 4.1.2 Review (with MacBook Air)</title>
		<link>http://www.grobmeier.de/2008/10/17/garageband-412-review-with-macbook-air.html</link>
		<comments>http://www.grobmeier.de/2008/10/17/garageband-412-review-with-macbook-air.html#comments</comments>
		<pubDate>Fri, 17 Oct 2008 16:06:00 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Audio Software]]></category>
		<category><![CDATA[GarageBand]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://root.grobmeier.de/blog/?p=56</guid>
		<description><![CDATA[For a few days I had the luck to get a brandnew Apple MacBook Air to my hands. The notebook is running with Mac OSX Leopard of course and iLife 08 is preinstalled. This in fact means that I got a copy of GarageBand 4.1.2 which I meanwhile tried out. Normally I am working with [...]]]></description>
			<content:encoded><![CDATA[<p>For a few days I had the luck to get a brandnew Apple MacBook Air to my hands. The notebook is running with Mac OSX Leopard of course and iLife 08 is preinstalled. This in fact means that I got a copy of GarageBand 4.1.2 which I meanwhile tried out.</p>
<p>Normally I am working with OSX 10.4 means Tiger. I am composing ideas usually with GarageBand 3 and then, when the idea envolves, switch over to Logic Express 7.3 where I work out everything. GarageBand is a very useful tool to quickly record ideas when they come up and I cannot live without this. Well, actually I could, but my life is easier with GarageBand.</p>
<p>When I fired up the iLife08 Version of GarageBand 4.1.2 everything looks familiar. There were no surprises, never. At the start screen is a new button which invites you to create a &#8220;Magic Band&#8221; song or something like that. I really didn&#8217;t understand what this crap is. It&#8217;s a bit like a computer game without sense. Choose your style and you see a stage with several instruments on it. Click again and you have some fitting loops in your player. Well, don&#8217;t know why one should consider this useful. So, my choice is to ignore that &#8220;new feature&#8221;.</p>
<p>The first new feature I saw was that <span style="font-weight: bold;">&#8220;arrangement&#8221; bar</span> on top of my tracks. It makes it possible for me now to arrange several parts of my song and give it a name. Means: I mark a part of my song and name it &#8220;chorus&#8221; or &#8220;middle part&#8221; or whatever. Later I thought I can easily copy the whole part and drop it whereever I want. Well, not true. I just can move the whole collection around, but copy and paste is not possible. This makes the feature nice but doesn&#8217;t help in praxis. I really would like to copy past and then modify some parts. I hope that one improves. I read later that apple states that this feature works with copy and paste, but at least I couldn&#8217;t figure out how. That&#8217;s not what I expect from my Mac!</p>
<p>One cool new stuff is the extension of the<span style="font-weight: bold;"> automation features</span>. Similar to old garageband where you could draw your panning and your volume for each track, you are now able to draw EQ and echoes too. Thats a very nice one, I like it! I really could use a feature where I can connect my own automation tools, but I guess this will stay future.</p>
<p><span style="font-weight: bold;">Multi-Take recording</span>. Well THIS one is really great and is a feature I really have missed in Logic Express. But since I record all my instruments in Logic Express and just do some demo voices in GarageBand I will not buy Garageband 4.1.2 only cause of that.</p>
<p><span style="font-weight: bold;">Visual EQ</span>. OK, nice to have. But again, I didn&#8217;t miss that since I have own plugins for the job or use Logic Express. However, it&#8217;s comfortable and useful. But not the feature that gives you the urgent need to upgrade.</p>
<p>Sooooo&#8230; OK. What&#8217;s new also?<br />
You have the chance to burn a CD directly out of GarageBand. Well, I couldn&#8217;t do this since MacBook Air doesn&#8217;t have any CD-R drives or burning utilities. I guess It will work.</p>
<p>The LCD is a bit more comfortable. But nothing new here.</p>
<p>Instruments are strange. The laptop was preinstalled, but some of the instruments where missing. When clicking on the light grey instruments, GarageBand is telling me that it searches the instruments in the net and that I need 1,2 GB on space. What the heck? I didn&#8217;t try that out any further. If Apple really thinks I want to download 1.2 gig &#8211; no guys, are you kidding me? As I allready told you, I have no CD-Rom so a download is the only chance I have. Bah!</p>
<p>At least, I tried out if I can open a GarageBand 4 song with GarageBand 3 &#8211; it failed, of course. The import of a GarageBand 4 song into Logic Express 7.x fails too, of course.</p>
<p>Finally I am not very impressed by the new GarageBand version. If I would upgrade I get a multi-take feature and a nice arrangement tool, which doesn&#8217;t work at first glance. Automation is a bit cooler, yes. On the other hand my new GarageBand songs are not compatible with the products Logic Express 7 and not with older GarageBand versions. Means I would have to upgrade to Logic Express 8. And, hell, my Mac Mini which I use at the moment has not enough RAM memory for that version, so I would have to buy new Garageband, new Logic Express and a new Mac.</p>
<p>Really&#8230; not worth for me. I stay at Tiger with GarageBand 3 and Logic 7. These features are not enough. And if I would upgrade &#8211; I surely would leave GarageBand completly and use Logic 8 instead, since this has been enhanced visually a lot. So&#8230;. no go for GarageBand 4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2008/10/17/garageband-412-review-with-macbook-air.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GarageBand Instruments and Loops on external Harddisk</title>
		<link>http://www.grobmeier.de/2008/04/14/garageband-instruments-and-loops-on-external-harddisk.html</link>
		<comments>http://www.grobmeier.de/2008/04/14/garageband-instruments-and-loops-on-external-harddisk.html#comments</comments>
		<pubDate>Mon, 14 Apr 2008 06:20:00 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Audio Software]]></category>
		<category><![CDATA[Music Tech. and Hardware]]></category>
		<category><![CDATA[GarageBand]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://root.grobmeier.de/blog/?p=23</guid>
		<description><![CDATA[I just have 80 Gig on my harddrive and this is quite less when doing development work at daytime and music in nighttime &#8211; in fact, it&#8217;s not possible to have more bigger music project at the same time with this space. The loops (i don&#8217;t use them, but installed them to see what&#8217;s behind [...]]]></description>
			<content:encoded><![CDATA[<p>I just have 80 Gig on my harddrive and this is quite less when doing development work at daytime and music in nighttime &#8211; in fact, it&#8217;s not possible to have more bigger music project at the same time with this space. The loops (i don&#8217;t use them, but installed them to see what&#8217;s behind that stuff) take more gigs than i can efford, same goes for the garageband instruments.</p>
<p>This morning i had a reinstall and decided to put all that space consuming stuff on my external harddisk. If you want to do like i did, i recommend you about 300 Gig space on a Mac OSX journaled filesystem. I had a FAT32 on my mac to get on it via Windows too, but this harddisk is not always activated when i need it. I have to make a harddisk check to activate it, which is quite uncomfortable. I guess you don&#8217;t want to have that problems with your instruments.</p>
<p>However, having your instruments on an external disk is straightforward. Please note, my volumes name is FELIX, replace that name with whatever you call your harddrives.</p>
<p><span style="font-weight: bold;">LOOPS<br />
</span>I created the folder:<br />
/Volumes/FELIX/audiolib/loops/Apple Loops/Apple</p>
<p>With my Finder I clicked at &#8220;Macintosh HD&#8221;, where my loops are currently installed. Switch further to<br />
/Library/Audio/Apple Loops/Apple<br />
and copy all that folder in there to your new Loops-Folder (and delete the old content). You can do the same with &#8220;iLife Sound Effects&#8221; if you want. Cause you instrument installer indexed all that loops, you have to go to:<br />
/Library/Audio/Apple Loops/<br />
and delete all txt files in there (maybe three or four or simliar- depends on how much Jam Packs you installed, i guess). Start up GarageBand and open you Loop-Browser. It will tell you that you don&#8217;t have any Loops installed. Open your finder with your new loops-place, drag the folder where all subfolders with instruments are and drop the into your loop-browser. GarageBand does the rest for you.</p>
<p><span style="font-weight: bold;">INSTRUMENTS<br />
<span style="font-weight: bold;"></span></span>It&#8217;s a similar process for your instruments. I created:<br />
/Volumes/FELIX/audiolib/instruments<br />
Then i copied everything from /Library/Application Support/GarageBand/Instrument Library to this folder. I emptied the Instrument Library Folder. Please note: if you have some stuff allready installed in you new folder (FELIX in my enviroment) pleas copy carefully. OSX will delete old stuff when you just copy folders, and this is not what we want. In this case you have to copy manually file for file. And: you&#8217;ll need your superuser password for this action. If you don&#8217;t have any yet, open a terminal:</p>
<p>&gt; sudo su</p>
<p>This will ask you for a password. By default you have none. Press enter. If you are in without error message, do this command:</p>
<p>&gt; passwd</p>
<p>and get a new password. By the way, you should do this ALWAYS, it&#8217;s a bad idea not to set a superuser password &#8211; everybody can login and manipulate your computer this way.</p>
<p>Before you do that, of course i cannot give any guarantees. And please note, i have some kind of bug with my method, if you know how to fix that, let me know. All my instruments are now in the same JamPack, which may be a result  of my heavy metal copy actions <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>When you next start up GarageBand i tells you that it has no Instruments installed. There is &#8220;Choose&#8221; Button where you can point to your new Instruments folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2008/04/14/garageband-instruments-and-loops-on-external-harddisk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recording, Mixing, Mastering</title>
		<link>http://www.grobmeier.de/2008/02/14/recording-mixing-mastering.html</link>
		<comments>http://www.grobmeier.de/2008/02/14/recording-mixing-mastering.html#comments</comments>
		<pubDate>Thu, 14 Feb 2008 09:13:00 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Music Tech. and Hardware]]></category>
		<category><![CDATA[Audacity]]></category>
		<category><![CDATA[GarageBand]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://root.grobmeier.de/blog/?p=19</guid>
		<description><![CDATA[The past 1,30 years was full of learning about Music Theory and much more. I improved my bass-guitar playing, learned how to record, learned about necessary equipment, about synthesizers, improved my harmonic and melodie skills, mixed, learned what filters, eq and compressors really are and finally started with the great area of mastering. I survived, [...]]]></description>
			<content:encoded><![CDATA[<p>The past 1,30 years was full of learning about Music Theory and much more. I improved my bass-guitar playing, learned how to record, learned about necessary equipment, about synthesizers, improved my harmonic and melodie skills, mixed, learned what filters, eq and compressors really are and finally started with the great area of mastering. I survived, i succeded. All that stuff was exciting; my horizon is open by now.</p>
<p><span style="font-weight: bold;">COMPOSING<br />
<span style="font-weight: bold;"></span></span>When I started I didn&#8217;t know anything about creating music alone. In fact, i was alone, nobody of my former friends could tell me how to start. In 2006 I bought Magix Music Maker; this was a frustrating piece of software. Once I had something one could name a &#8220;song&#8221;, I couldn&#8217;t develope it the way i want. You are built in a golden cage; everything simple and well designed, but you have not the chance to do something which the developers have thought of. Well, only good thing was that I felt that i -could- do it: I could compose songs.<br />
In 2007 i bought my Mac Mini; a new life started, everything is simple, well designed and ready to use. I will  not leave my Mac again, I love it. Included was a programm called GarageBand 1. I started it and recognized quickly that this easy-to-use programm could help me with making music. GarageBand 1 didn&#8217;t have any support for a &#8220;virtuall keyboard&#8221;, so i bought a keyboard from M-Audio. It&#8217;s connected via USB, quite simple, ugly, without dynamics keys, but usefull and cheap when you just work with midi files. With that equipment I composed my first songs. However, i quickly switched to GarageBand 3, cause this is so much more comfortable. I bought some Jam-Packs and then I had everything I wanted. BTW, if you are thinking you set up your Mac Mini and off you go- wrong. The Mac Mini has NO cable slot for microphone in. You need to get a soundcard for that. I bought a simple Hercules USB-Soundcard for 30 euro. That was enough for my tests.<br />
Later I bought Logic Express, but it was hard to learn. I learned how to use it, but the MIDI editing stuff is uncomfortable. I used it a while for mixing, but had to learn that my money was wasted. I was happy that I didn&#8217;t bought Logic Pro which is much more expensive.<br />
<span style="font-weight: bold;"><br />
RECORDING<br />
</span>After the MIDI editing, I figured out that my sounds are OK, but I need real, analogue instruments to make my music work. I put in my bassguitar into the Hercules card. It was OK for a try-out but I recognized that this isn&#8217;t enough for a professional CD. Later i bought a Phonic Firefly 808 and yest, this hardware is so great- smooth integration into my mac, works perfectly with Core Audio on Mac OSX 10.4.x. Very fine- I started to record.<br />
This was easier with Logic Express; you can record tasks here, one loop over and over again, and at the end you choose the very best and off you go. With GarageBand you have to click &#8220;start&#8221; for every loop. Well, in the latest GarageBand version this feature is integrated, but I didn&#8217;t want to buy it. Maybe the next version; this one has to less features which are of interested of me (who to hell wants a virtual band??).<br />
However, cause Logic Express is so ugly and hard to handle, I used GarageBand again to record.</p>
<p><span style="font-weight: bold;">MIXING</span><br />
For mixing, GarageBand is very very hard to use. You simply cannot have exact positions, cause everything is to small. Logic Express is perfect for mixing. It also offers the possibility with lots of AU-Plugins, which are usefull this task. I used Logic Express, opened my GarageBand songs and everything worked out well. I made some of the standard-errors a beginner makes, but cleaned that out half a year later.</p>
<p><span style="font-weight: bold;">MASTERING</span><br />
Mastering- a new field for me. I learned that WaveLab is one of the best pieces of software, but I didn&#8217;t want to buy that for a important but short task. GarageBand has some features in this direction, but it looks very gory and low level- I really don&#8217;t understand what they want us to use here. However, Logic Express is of course possible. You have to construct your enviroment, and all that just for improving your song. Next problem: you cannot have multiple songs open, which is great for a beginner. However, I remembered <a href="http://audacity.sourceforge.net">Audacity</a>, and thats it! Easy to use it was, and it could integrate all my Logic Express Compressors, Eqs etc. pp. At the end I mastered everything with this great and free Open Source tool.</p>
<p><span style="font-weight: bold;">FAZIT<br />
</span>At the end is clear, a combination of all that tools is the very best for me. My CD sounds great- ok, professional people may have their problems, but the rest will enjoy it like I do. I read very often about &#8220;use that, that is cool&#8221; and figured out, that this idealism is not worth to speak of. All products have there pros and contras. For a small production, this all is perfect. You don&#8217;t need expensive stuff. Just ignore all the &#8220;pros&#8221; out there or the &#8220;semi-pros&#8221; who try to tell you that you ONLY can have fun with the most expensive product. They are lying- it&#8217;s possible to have professional products without stealing software. I guess, it all depends on your quality and your ears.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2008/02/14/recording-mixing-mastering.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Terratec Phase 88 Firewire (FW) on Intel Macs</title>
		<link>http://www.grobmeier.de/2007/11/19/terratec-phase-88-firewire-fw-on-intel-macs-2.html</link>
		<comments>http://www.grobmeier.de/2007/11/19/terratec-phase-88-firewire-fw-on-intel-macs-2.html#comments</comments>
		<pubDate>Mon, 19 Nov 2007 10:15:00 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[Music Tech. and Hardware]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://root.grobmeier.de/blog/?p=9</guid>
		<description><![CDATA[Wow. Couldn&#8217;t believe it: i ordered everything and just one day later my stuff arrived! Thanks Thomann Musichouse, that was really great. Anyway, i started on friday to install everything&#8230; and then pain began. I dropped in my Terratec Phase 88, and say what, my Mac didn&#8217;t recognize it. This was the start of a [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. Couldn&#8217;t believe it: i ordered everything and just one day later my stuff arrived! Thanks Thomann Musichouse, that was really great. Anyway, i started on friday to install everything&#8230; and then pain began. I dropped in my Terratec Phase 88, and say what, my Mac didn&#8217;t recognize it. This was the start of a horrible weekend&#8230; sometime the Phase 88 appeared. When i installed the software which came with the hardware, it dissappeared. Driverupdates didn&#8217;t work. I tried to upgrade the firmware (in the rare cases the fucking hardware appeared), but this ended with a strange errormessage. After that it never appeared again. I thought it could be my OS X  10.4.x installation, cause i recognized sometime that the move from PPC to Intel platform brought problems to me. So my LD still used PPC platform, while everything used Intel.<br />
However, i made a backup of everything, hoped the best, and started to reinstall OS X. I dropped in the Phase 88- and see, it appeared. My Microphone In didn&#8217;t work and i couldn&#8217;t hear anything when working with Logic Express, so i gave the drivers a try again (and the firmware), cause i thought everything is fine with that new OS X. I started to install the firmware (latest, from terratec website) and- it failed! And: Phase 88 disappeared again!!<br />
GWAR! What&#8217;s that *§$!&#8221;? Did the Terratec people EVER test their hardware on a Mac? This is unbelievable! I contacted Thoman this morning i told em i want a PHONIC FIREFLY 808, which is a bit more expensive, but maybe lots better for that fukking piece of shit, which they call Soundcard. I really hope this will result in everything working. I am really &#8211; well, lets say dissapointed &#8211; and if this doesn&#8217;t work, i will buy a simple and small soundcard without support for my TD-20 drums. They have to be recorded about MIDI, then. Well, this is future; i really hope my send-back-card from thoman arrive tomorror or latest at wednesday and maybe at saturday i have the new stuff at home.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2007/11/19/terratec-phase-88-firewire-fw-on-intel-macs-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
