This is the third in a series of posts about what’s hidden inside Final Cut Pro 10.0.
Inside FCP X there hints of features that have yet to be fully implemented, or have been dropped and never to be made available. There’s no way of knowing which is which, but it’s interesting to get inside and have a look around.
Ever since the case of the first ever Macintosh in 1984 not having any text to describe connectors, Apple have tried to enable internationalisation of hardware and software a priority. That means that most Macintosh applications contain text in multiple foreign languages. This makes software simpler to distribute, but also easier for us to examine.
In bygone days we would have used ResEdit to take a look at application text, dialog boxes and menus. As MacOS X is based on Unix, applications are now stored as specialised directories which can be explored without needing a specialised tool.
Text from Final Cut Pro / Contents /Resources / en.lproj / PELocalizable.strings
More preference panels than we know how to display:
/* PreferenceTabs */
“PEEditingPreferenceName” = “Editing”;
“PEPlaybackPreferenceName” = “Playback”;
“PEImportPreferenceName” = “Import”;
“PEDebugPreferenceName” = “Debug”;
“PEVoiceoverPreferenceName” = “Voiceover”;
“PECacheFilePreferenceName” = “Render”;
“PEStoragePreferenceName” = “Storage”;
So there is a debug mode for Final Cut Pro X.
Read More