Scheduler
So I am building a very high end playback system to run 5 HD TVs (Barco 55" ultra narrow bezel panels) to stack in a vertical column.
I have the mapping and content all finished but now I am trying to figure out a way to schedule different content to come on at different times of the day.
Science there is no scheduler that I can find in Millumin I was asking if anyone else had any ideas.
I have been playing around with automator and placing small apps and having Calendar to launch them, that worked great but I can not actually get Automator to do more than launch or elect Millumin.
I Keyboard mapped the columns but when I run the applescript (in automator) to hit that key nothing happens.
Here is what I have in my Applescript:
on run {input, parameters}
tell application "Millumin"
activate
delay 2
tell application "System Events"
keystroke "1"
end tell
return input
end tell
end run
Any help would be great
Comments
I created an AppleScript example to execute OSC command via AppleScript.
Please get it in the developer-kit (don't forget to check the OSC documentation also).
Best. Philippe