OSC command to Blackout and restore desktop background?

102 views
Skip to first unread message

Bryan Henry

unread,
Dec 22, 2016, 12:47:37 PM12/22/16
to QLab
I've been looking at the OSC dictionary, but haven't found a command to blackout the desktop backgrounds.  Does such a command exist?

micpool

unread,
Dec 22, 2016, 1:26:06 PM12/22/16
to QLab
No but you can use a script cue.

tell application "System Events"
try
tell process "QLab"
tell menu bar 1
tell menu bar item "Tools"
tell menu "Tools"
click menu item "Black out desktop backgrounds" --  Change to  "Restore saved desktop backgrounds" for restore script
end tell
end tell
end tell
end tell
end try
end tell



Mic

micpool

unread,
Dec 22, 2016, 1:33:26 PM12/22/16
to QLab
You may need to allow QLab to control the computer by ticking the QLab checkbox in system preferences/Security & Privacy/Privacy/Accessibility/Allow the Apps below to control your computer

Mic

Darin Basile

unread,
Dec 25, 2016, 2:18:00 AM12/25/16
to QLab
I've just been sending a black still store to the bottom layer of my local monitor. Probably not the most efficient, but it works.
Reply all
Reply to author
Forward
0 new messages