Skip to content

Instantly share code, notes, and snippets.

View felix-schwarz's full-sized avatar

Felix Schwarz felix-schwarz

View GitHub Profile
@felix-schwarz
felix-schwarz / RemoteBuddyFlash.scpt
Last active August 29, 2015 14:05
Flash effect using Remote Buddy's visualize AppleScript command
tell application "Remote Buddy"
visualize effect "fadeReserve" for duration 0.2
visualize effect "fadeOut" for duration 0.1 with color "white"
delay 0.1
visualize effect "fadeIn" for duration 0.1 with color "white"
visualize effect "fadeCleanUp" for duration 0
end tell