|
|
Check sound balance if audio quality has dropped
Well, I have this problem once in a while. So, I tried to write an applescript to re-center the sound balance, inspired by your request. The script is based on the examples in http://www.apple.com/applescript/GUI/ and will require the installation of UI Scripting beta software from Apple available here. Please remember that you have to set "Enable access for assistive devices" in System Preferences under Universal Access. Here's the code. Please note I am not a professional applescript scripter. ;-)
Check sound balance if audio quality has dropped
lol, Kemul beat me to it.
Here's my version, with a few extra delays in it, to ensure success and to allow for user verification of results.
tell application "System Preferences" activate end tell delay 0.25 tell application "System Events" tell process "System Preferences" click menu item "Sound" of menu "View" of menu bar 1 delay 4 click radio button 2 of tab group 1 of window 1 delay 1 tell slider 1 of group 1 of group 1 of tab group 1 of window 1 delay 1 set value to 0 end tell end tell end tell delay 3 tell application "System Preferences" quit end tellI also have it available as a compiled script here. Simply unstuff it and place it in ~/username/Library/Scripts, then access it from the script menu. Or whatever you like. |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|