Alan, I'm getting this:
---------------------------
PowerPro
---------------------------
ERROR: com.create_object: Can't create object
Error occurred near line 1 of script iTunes:
local iTunesApp = com.create_object("iTunes.Application")
Press Cancel to end all running scripts.
---------------------------
Also, is this the right way to test it?
local iTunesApp = com.create_object("iTunes.Application")
win.debug(iTunesApp.CurrentTrack.Artist)
