Bug in iTunes?
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.