davidremoto
09-03-2010, 02:25 PM
Hello!
I have a PowerMate and I wont control the iTunes EQ with applescript but dont work for my
This is my script
tell application "iTunes"
set output_band1 to band 1 of (get band 1 setting)
set band 1 (output_band1 + 5)
end tell
This other script for volume control work fine
tell application "iTunes"
set output_vol to output volume of (get volume settings)
set volume output volume (output_vol + 10)
end tell
Thanks for the help!
Bye
I have a PowerMate and I wont control the iTunes EQ with applescript but dont work for my
This is my script
tell application "iTunes"
set output_band1 to band 1 of (get band 1 setting)
set band 1 (output_band1 + 5)
end tell
This other script for volume control work fine
tell application "iTunes"
set output_vol to output volume of (get volume settings)
set volume output volume (output_vol + 10)
end tell
Thanks for the help!
Bye