Raw code of iTunes sound volume command?

The iTunes sound volume command conflicts with this one from Jon’s Commands.
So I’d need the raw code of iTunes’ sound volume command.

Is there anyone who can tell me this code?
Thanks in advance

Hi,

You could use ‘it’. For example:

tell application “iTunes”
activate
set sound volume of it to 0 – iTunes
end tell

gl,

Thanks, this works fine! :smiley: