Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Scripted: Wrong approach for audiophiles' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Scripted: Wrong approach for audiophiles
Authored by: pecosbill on Nov 16, '04 03:55:55PM
Since I didn't want to pay the dual price of volume logic, I am using the iTunes EQ with the subtractive settings. For convenience, I've modified the above script and guessed with the preamp setting though it seemed better at 6 than 12 and using the above logic, it should be greater than zero. HTH.

Copy and paste the following into a Script Editor window and press Run:


tell application "iTunes"
	tell EQ preset 1 -- the Manual setting which you can then save
		set band 1 to -8
		set band 2 to -5
		set band 3 to -3
		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 -- A guess on my part
	end tell
end tell

---
Pecos Bill

[ Reply to This | # ]

Scripted: Wrong approach for audiophiles
Authored by: s3pt1k on Feb 21, '06 09:27:25PM

FYI, so far as I can see, you need to have the EQ in "manual" mode.



[ Reply to This | # ]