PDA

View Full Version : how do I load a preset at app lunch ?



emilianomorgia
18-08-2006, 10:50 AM
Hello , how do I load a preset at application lunch ?

let's say I need preset one running after the pixelmad start up .

thanks

emilianomorgia
18-08-2006, 11:57 PM
Answer ; you need to buy the dongle first ..... http://www.sinapsi.us/forum/images/upo/emoticon-0128-giggle.gif

then you create your preset / drag it into a cuelist / set the QL as Play when it's load .

http://www.sinapsi.us/forum/images/upo/emoticon-0109-tongueout.gif

Thanks to TG

emilianomorgia
19-08-2006, 04:07 PM
or :

Copy this Script :


set CR to ASCII character of 13
tell application "System Events"
try
tell application "Pixelmad_v2_f56_UB" to activate
keystroke "A"
keystroke "1" using {control down}

end try
end tell



thanks to Mr_P to suggest to use keystroke