440Forums  |  MacMusic.org  |  PcMusic.org  |  440tv  |  Zicos  |  AudioLexic
immediately   {key13}


A shell control script for PowerMate

MacOsxHints

Thursday January 3, 2008. 05:30 PM
MacOsxHints

I got a PowerMate for my birthday this year, and immediately tried it out with AppleScript. I wrote a small shell control script for the device that seems to work with any version of the software (I happen to be using 1.5.1, which is the out-of-the-box version). Here's the code:#!/bin/shshowMenu() { echo "-----------------" echo "PowerMate Control" echo "-----------------" echo echo "pulse x = Pulse at x rate, from 0-100." echo "on x = Device stays on with brightness x, from 0-100." echo echo "These two settings are mutually exclusive."}if [ $# = 0 ]; then showMenu;fiarg=$1if [ "$arg" = "pulse" ]; then num=$2 realnum=`echo "scale=0; ($num * 20) / 100" | bc` osascript -e 'tell a...
PowerMate birthday this year immediately tried with AppleScript. wrote shell control script PowerMate
A shell control script for PowerMate Read more at MacOsxHints
www.macosxhints.com/article.php?story=2007122622572152

 

 Related News 
10.5: Control the firewall from the command line 10.5: Control the firewall from the command line
 MacOsxHints 01/14/08 05 PM 
Delphi demos vehicle remote-control via Apple iPhone Delphi demos vehicle remote-control via Apple iPhone
 Mac Daily News 01/09/08 05 AM 
Clarion Showcases Direct iPod Audio Control Via USB in 2008  ... Clarion Showcases Direct iPod Audio Control Via USB in 2008 ...
 AppleLinks 01/08/08 08 AM 
Clarion debuts direct Apple iPod audio control via USB in 200... Clarion debuts direct Apple iPod audio control via USB in 200...
 Mac Daily News 01/07/08 08 PM 
A script to pick a random login window background A script to pick a random login window background
 MacOsxHints 12/31/07 05 PM 
A script to workaround slow ssh connection issues A script to workaround slow ssh connection issues
 MacOsxHints 12/28/07 05 PM 
News: Apple patent points to automatic volume control for iPod News: Apple patent points to automatic volume control for iPod
 iPod Lounge 12/26/07 03 PM 
10.5: A python script to work around a sleep issue 10.5: A python script to work around a sleep issue
 MacOsxHints 12/23/07 08 PM 
iPod to Intro Auto-Reduce Volume Control? iPod to Intro Auto-Reduce Volume Control?
 InsanelyGreatMac 12/23/07 03 PM 
Land Rover LRX integrates iPhone, sell your old iPod, take co... Land Rover LRX integrates iPhone, sell your old iPod, take co...
 Low End Mac 12/21/07 08 PM 
Avoid Logitech Control Center crashes via a reminder Avoid Logitech Control Center crashes via a reminder
 MacOsxHints 12/20/07 05 PM 
You Control: Fonts and You Control: Tunes Updated for Leopard You Control: Fonts and You Control: Tunes Updated for Leopard
 AppleLinks 12/18/07 08 AM 
Take Control News: Save with MacSanta Discounts Take Control News: Save with MacSanta Discounts
 TidBITS 12/17/07 05 PM 
You Control: Fonts, Tunes Get Leopard Compatibility You Control: Fonts, Tunes Get Leopard Compatibility
 TheMacObserver 12/17/07 03 PM 
Take Control News: Three Ebook Updates for Holiday Reading Take Control News: Three Ebook Updates for Holiday Reading
 TidBITS 12/15/07 01 AM 
‘Take Control of Your iPhone’ ebook released ‘Take Control of Your iPhone’ ebook released
 Mac Minute 12/13/07 06 PM 
Take Control News: Master Your iPhone with Ted Landau's Advice Take Control News: Master Your iPhone with Ted Landau's Advice
 TidBITS 12/13/07 04 PM 
iPodObserver - Take Control Introduces iPodObserver - Take Control Introduces "Take Control of Your ...
 TheMacObserver 12/13/07 04 PM 
Take Control News: Three New Digital Photography Ebooks Take Control News: Three New Digital Photography Ebooks
 TidBITS 12/07/07 04 PM 
Take Control News: Take Control of Upgrading to Leopard Updated Take Control News: Take Control of Upgrading to Leopard Updated
 TidBITS 12/07/07 04 PM 
Control iTunes with album covers - CoverSutra 1.2 Control iTunes with album covers - CoverSutra 1.2
 Macworld UK 12/06/07 01 PM 

Search

Mac Zicos
Tue October 7, 02:00 PM
immediately   {key13}