Tag Archives: Mac OS

[Muzaq] BlueCatAudio’s Free Frequency Analyzer Plugin

Are you searching for a Frequency Analyzer Plugin? You may check Blue Cat Audio’s handy freeware plugin…

Blue Cat’s FreqAnalyst is a free spectrum analyzer plug-in that lets you monitor the spectral content of your audio signal in real time.

Free multiplatform download and many more details here

bcafanalyzer

[Bitwig] The Platform-Independent DAW Is Out NOW

bitwig-logo-screen2One of the most promising tools of the last view years – the platform independent DAW Bitwig Studio has eventually been released yesterday. It is available for MacOS, Windows and Linux. Bitwig is a Berlin based company, originally founded by former Ableton developers. The relation to Ableton is something that put the expectations of Bitwig to a comparative high level in the field of DAWs.

We’re gonna check out Bitwig in depth during the next few days and let you know what we think. In the meantime: get yourself a demo run for free. Since the save and export feature is disabled in the normal demo version, we recommend to go for a trial license, which requires registration. Head over to https://www.bitwig.com/en/account/register.html and give the next generation of platform independent DAWs a serious go.

[MacOS] MacUpdate Launched Holiday App Bundle for $49

 

 

Yeah, it was overdue already. The guys over at MacUpdate just launched their  pre-chrismas holiday app bundle. For US$49 you will get:

  • Data Rescue 3 (instead of US$99)
    One of the best data recovery tool for the Mac
  • Espresso 2 (instead of US$75)
    One of the best CSS, HTML, XML, JavsScript editing tools around
  • TotalFinder (instead of US$18)
    The Must-have tool, since Apple’s finder is really still total crap
  • TotalSpaces (instead of US$15)
    brings eventually back the grid-style spaces to OS X 10.7 and 10.8
  • Snapz Pro X 2.5 (instead of US$69)
    Screenshots and video capturing made as easy as possible
  • Mac DVDRipper Pro 4 (instead of US$25)
    Copying, Ripping and Converting DVDs made easy, in times of MacBookAirs this tool looks vintage to me ;-)
  • PopChar X 6 (instead of US$38)
    Accessing special font characters made easy, usable scenarios really unknown to me
  • MoneyWell 2 (instead of US$50)
    some finance manager, I would never use ;-)
  • Swift Publisher 3 (instead of US$30)
    never heard of that one, but sounds interesting
  • RollerCoaster Tycoon 3 (instead of US$30)
    Sim Game in Theme Park style. For those of you who have enuff time for games ;-)
  • Company of Heroes (instead of US$30)
    never heard of that one, sounds like the typical military strategy game

Anyway: the bundle makes sense at least for the TotalFinder, DataRescue, TotalSpaces and Snapz Pro. Means you can’t do anything wrong by buying it. And who knows, probably PopChar, MoneyWell and Swift Publisher might turn out to be useful aswell. The first 12,000 buyers will get Live Interior 3D for free on top (saves you another US$129)…

Get the bundle here: https://www.mupromo.com

 

[MacOS] Valve’s Steam Platform Barely Playable on Macs

Tom’s Hardware tested Steam for the Mac intensively. Their first impressions are disappointing for Apple fans: the Windows version of Steam is a lot faster.

As their benchmark test they used the Valve’s game “Portal” and took benchmarks from two computers:

1. A mid 2009 Mac Book Pro

2. A custom built Hackintosh

Right, they’ve set up a hackintosh with all its ingrediences. Check their tables: you can clearly see the framerates are a lot higher on a Windows installation, but on a Hackintosh system the Mac OS version of Portal becomes playable after all.

So what do we learn?

First: Valve’s step to get on to the Mac OS platform is a good one. But they still have lots of work to do. Second: playing on Windows means more fluent gaming as the framerates are a lot higher (around factor 2). Third: if you’re willing to play on Mac OS you may consider setting up a hackintosh. A hackintosh with the config above easily outpaces at a normal Mac Book and it costs only about half the money.

Via Tom’s Hardware

[MacOS] VirtualBox 3.2 To Support Mac OS Guest on Windows Host [Update]

We suppose Apple will not like that, but Oracle’s latest version of VirtualBox 3.2 Beta 1 now supports virtualization of Apple’s Mac OS X.

Legal View

Although Apple’s license agreement clearly prohibits installing Mac OS X on other hardware than Apple’s, the screenshot shows that even the Windows version of Mac OS X is prepped to run Mac OS X as guest operating system.

On the other hand Apple’s license agreement is not valid in all countries. It cannot be applied in Germany and some other countries for example.

Technical View

To satisfy Apple’s Aqua binary encryption it is required to supply two operating system decryption keys (OSK0 and OSK1) to the kernel extension “Dont Steal Mac OS X.kext”. Although it is no secret that Mac OS can be run on PC hardware using decryption emulators like netkas’ fakesmc.kext, anyhow at the moment it is unclear if Oracle integrated those operating system decryption keys into VirtualBox.

[Update]

VirtualBox does not circumvent Apple’s binary protection. A VirtualBox developer confirmed, that Apple hardware is required in order to run Mac OS as guest in VirtualBox. So without tempering either with VirtualBox’ EFI or with Mac OS X it is not possible to run OS X in VirtualBox on a PC.

On the other hand a closer look at the EFI booter integrated in VirtualBox could reveal either how to modify PC Bios‘ to boot Mac OS X DVDs natively or how to expand our beloved Chameleon.

[MacOS] Add Avi Files to iTunes Library

I. Abstract

As some of us have already realized: iTunes by default does not allow adding AVI files to its library. This is very sad, but there are several solutions for this problem.

II. Converting or going Commercial?

One might be converting all files to something that QuickTime allows to play. As this is not a convenient solution for people having a lot of AVI files, we might give Aroona’s VideoDrive app a try. VideoDrive allows adding AVI files to the iTunes library with a simple click. This is nice. But it costs 15€.

III. Using a freeware Apple script

But you might also try a custom script for free. Since as long as QuickTime can play your file, iTunes is also able to do so. And you know it: QuickTime on the Mac plays AVI, XviD, DivX, x264 movie files and a whole bunch of interesting codecs just beautifully using Perian.

Anyway the solution provided here has originally been publicly released by a guy going under the nick Nevyn on the MacRumors Forums. Aroona’s VideoDrive appeared much later on the markets. By the way: Arroona’s VideoDrive also uses Apple scripts for their things… so yes, the universe is full of funny coincidences.

Nevyn’s script does a simple thing. It adds the movie-type meta-data to the AVI file. And this basically could also be done via terminal:

  • testuser$ SetFile -t "MooV" /path/to/movie.avi

But the nice thing is Nevyn put this idea in tiny Apple Script, that allows creating a nice Apple Script Droplet. Thus allowing us to just drop the files or folders on the Droplet and have the AVI files instantly available in iTunes’ movie library – ready for sharing on the local net via Bonjour…

As said this script has originally been released on the MacRumors Forums:

(*add movie to iTunes

The script will add OSList file-type information to a list of files. This identifies them as movie files, the files are then imported into iTunes.

TO DO:
Verification of file list passed as video files
Growl integration (if installed)
Move repeat loop into separate object script to clean-up code.
*)

--Folder Action [Attach to a folder in Finder]
on adding folder items to this_folder after receiving file_list
repeat with each_file in file_list
try
tell application "Finder" to set file type of file each_file to "MooV"
end try
end repeat
tell application "iTunes" to add file_list
end adding folder items to

--Droplet [Compile and drop items onto application]
on open file_list
repeat with each_file in file_list
try
tell application "Finder" to set file type of file each_file to "MooV"
end try
end repeat
tell application "iTunes" to add file_list
end open

Yes this is basically it. In case you are too lazy to copy and paste. You’ll find the script already put into a Droplet ready for download here. Shouts to Navyn. Nice script…

Enjoy and yes: happy new year to all of you :-)

Links

»MacRumors Forums: Add AVI to iTunes
»Aroona.net: VideoDrive Download
»MegaUpload: Download AVI to iTunes Droplet for free ;-)…
»Perian.org: Download Perian for QuickTime

[MacOS] Snow Leopard 10.6.2 Kernel Patched for Intel Atom Support

Teateam a russian speaking Mac OS developer binary patched the latest Mac OS X 10.6.2 Mach Kernel to eventually reenable support for Intel Atom CPUs. His kernel seems to be running well in 32bit and in 64bit mode. Atom CPUs are now reported as Intel Core Solo or Core Duo.

The patch seems only to consist of modifying a couple of (simply) assembler instructions to permanently set the CPU type. In the meantime Apple has released kernel sources and people are working on adding Atom CPU support in a proper manner.

Congrats Teamteam. That’s what Ilfak made IDA for ;-)

» Tea’s Blog: Kernel 10.2 for Intel Atom 330
» Apple.com: Sources for 10.6.2

[MacOS] 10.6.2 Update Released – Intel Atoms Killed

Apple’s 10.6.2 update closes lots of security holes that could be used to compromise systems. Safari, iWork, iLife, Aperture, Final Cut Studio, and some other apps are rumored to be working more reliable after updating.

Apple pwns back

For OSX86 users on netbooks this update is far away from being recommended at the moment. The update now has proved what has been rumored some days ago: Intel Atom support has definitely been removed from the kernel.

Thus rendering Intel Atom based netbooks non working. Netbooks will not boot after updating as the following video by Stellarola shows. It shows the typical behaviour if the CPU is not supported by the kernel, OS X will instantly reset the system.

» Stellarola: Official – Atom not supported in 10.6.2
» Apple: About the 10.6.2. update
» Apple: Support Downloads for 10.6