tags:

views:

16

answers:

1

I know how to get information about a current track in iTunes with Cocoa Scripting Bridge thanks to an answer to my following question:

http://stackoverflow.com/questions/3930771/how-to-hook-a-listener-to-itunes

But I couldn't receive a notification in this way when volume changed.

Is there any way to hook a listener for volume?

Thank you.

A: 

Nope. You'll just have to poll.

Peter Hosey