• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Bug in iTunes?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in iTunes?


  • Subject: Bug in iTunes?
  • From: Manfred Lippert <email@hidden>
  • Date: Sat, 7 Jun 2003 16:33:25 +0200

Hi,

I've got the following script that sets and reads the volume adjustment of the first selected track in iTunes:

tell application "iTunes"
set theTrack to first item of selection
set (volume adjustment of theTrack) to 42
display dialog (volume adjustment of theTrack) as integer
end tell

Result: The volume adjustment is 41 instead of the requested 42! This is reproducable with every value: positive values are set one too low, negative values are set one too high (e.g. -7 would result in -6).
Is this a bug in iTunes? Is this a known bug? Is this bug in every version of iTunes, or is it a new one?
Any ideas how to work around this bug?

Regards,
Mani
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Scripting the Desktop Printer Manager
  • Next by Date: Re: Remove extra spaces from a string
  • Previous by thread: Scripting the Desktop Printer Manager
  • Next by thread: Re: Bug in iTunes?
  • Index(es):
    • Date
    • Thread