A 'perfect' iTunes equalizer setting.


/ Published in: AppleScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. tell application "iTunes"
  2. tell EQ preset 1
  3. set band 1 to -3
  4. set band 2 to 0
  5. set band 3 to 3
  6. set band 4 to 1
  7. set band 5 to 0
  8. set band 6 to -1
  9. set band 7 to 1
  10. set band 8 to 3
  11. set band 9 to 6
  12. set band 10 to 5
  13. set preamp to 0
  14. end tell
  15. end tell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.