Jump to content

Mac OS X Leopard Tips and Tricks: Difference between revisions

From CCRMA Wiki
Jcaceres (talk | contribs)
Jcaceres (talk | contribs)
No edit summary
Line 1: Line 1:
== Jack Audio ==
The easiest is to install the precompiled binaries.
The Jack audio connection kit can be found at http://jackosx.com/
[http://qjackctl.sourceforge.net/ 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 ==
== Finder ==



Revision as of 23:51, 16 March 2008

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.