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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.