Created
December 28, 2014 09:22
-
-
Save laclefyoshi/8c03d41cf6666bf948d6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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" | |
activate | |
set newPreset to make new EQ preset | |
set name of newPreset to "Eargasm Explosion" | |
set band 1 of newPreset to 3 | |
set band 2 of newPreset to 6 | |
set band 3 of newPreset to 9 | |
set band 4 of newPreset to 7 | |
set band 5 of newPreset to 6 | |
set band 6 of newPreset to 5 | |
set band 7 of newPreset to 7 | |
set band 8 of newPreset to 4 | |
set band 9 of newPreset to 11 | |
set band 10 of newPreset to 8 | |
set preamp of newPreset to 0 | |
set current EQ preset to newPreset | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment