Mac OS X Leopard Tips and Tricks

From CCRMA Wiki
Revision as of 16:51, 16 March 2008 by Jcaceres (Talk | contribs)

Jump to: navigation, search

Jack Audio

The easiest is to install the precompiled binaries.

The Jack audio connection kit can be found at http://jackosx.com/

QjackCtl is highly recommended instead of jackpilot. It is kind of harder to find online as binary version. Is can be found in this strange place http://ardour.org/osx_system_requirements

Finder

Sort Folders Before Files

This only works when you sort by kind... Just edit with emacs or any other text editor (as root) the file:

System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings

and change the line:

/* General kind strings */
"Folder" = "Folder";

to:

"Folder" = "~Folder";

Restart OS X.