Created
July 24, 2012 18:57
-
-
Save ryanbriones/3171869 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "iTunes" | |
set the current EQ preset to EQ preset "Manual" | |
tell EQ preset "Manual" | |
set band 1 to -8 | |
set band 2 to -5 | |
set band 3 to -2 | |
set band 4 to -4 | |
set band 5 to -5 | |
set band 6 to -6 | |
set band 7 to -4 | |
set band 8 to -2 | |
set band 9 to 0 | |
set band 10 to -3 | |
set preamp to 6 | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment