Last active
May 2, 2024 05:24
-
-
Save protrolium/1df3a92e8e0011bf39abe71a27173e62 to your computer and use it in GitHub Desktop.
Revisions
-
protrolium revised this gist
Feb 19, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ end tell</pre> end tell</pre> ### Launch Resolume Arena 5 <pre>tell application "Terminal" delay 0.5 do script "open -a Arena" delay 0.5 -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,6 +28,8 @@ end tell</pre> - - - ## Shut-Down Sequence ### Quit Resolume Arena 5 <pre>tell application "Terminal" delay 0.5 -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # QLab + Applescript commands for Projector & Application Boot-Up/Shut-Down Routine ## Boot Up Sequence ### Open Projector Manager app <pre>tell application "Terminal" -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 24 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # QLab + Applescript commands for Projector & Application Boot-up/Shut-Down Routine ## Boot Up Sequence ### Open Projector Manager app <pre>tell application "Terminal" @@ -24,4 +24,27 @@ end tell</pre> ### Douse Shutter <pre>tell application "ProjectorManager" AvMute 1 end tell</pre> - - - ### Quit Resolume Arena 5 <pre>tell application "Terminal" delay 0.5 do script "pkill Arena" delay 0.5 tell application "Terminal" to quit end tell</pre> ### Projector Shut-Down Cycle <pre>tell application "ProjectorManager" PowerOff 0 end tell</pre> ### Quit Projector Manager <pre>tell application "Terminal" delay 0.5 do script "pkill Projector Manager" delay 0.5 tell application "Terminal" to quit end tell</pre> -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,18 +7,20 @@ delay 0.5 tell application "Terminal to quit" end tell</pre> ### Panasonic PT-RZ21K Boot-Up <pre>tell application "ProjectorManager" PowerOn 0 end tell</pre> ### Launch Resolume Arena 5 <pre>tell application "Arena" delay 0.5 do script "open -a Arena" delay 0.5 tell application "Terminal" to quit end tell</pre> ### Douse Shutter <pre>tell application "ProjectorManager" AvMute 1 -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 15 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,18 @@ tell application "Terminal to quit" end tell</pre> <br> ### Panasonic PT-RZ21K Boot-Up <pre>tell application "ProjectorManager" PowerOn 0 end tell</pre> ### Launch Resolume Arena 5 <pre>tell application "Arena" delay 0.5 do script "open -a Arena" delay 0.5 tell application "Terminal" to quit end tell</pre> ### Douse Shutter <pre>tell application "ProjectorManager" AvMute 1 end tell</pre> -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ # QLab + Applescript commands for Projector & Application Boot-up Routine ## Boot Up Sequence ### Open Projector Manager app <pre>tell application "Terminal" delay 0.5 do script "open -a Projector Manager" delay 0.5 tell application "Terminal to quit" end tell</pre> <br> ### -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ # QLab + Applescript commands for Projector & Application Boot-up Routine ## Boot Up Sequence ### Open Projector Manager app `tell application "Terminal" \n delay 0.5 \n do script "open -a Projector Manager" delay 0.5 tell application "Terminal to quit" -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ # QLab + Applescript commands for Projector & Application Boot-up Routine ## Boot Up Sequence ### Open Projector Manager app `tell application "Terminal" delay 0.5 do script "open -a Projector Manager" delay 0.5 tell application "Terminal to quit" end tell` <br> ### -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ # QLab + Applescript commands for Projector & Application Boot-up Routine ## Boot Up Sequence ### Open Projector Manager app `tell application "Terminal"\\ delay 0.5\\ do script "open -a Projector Manager"\\ delay 0.5\\ tell application "Terminal to quit"\\ end tell` <br> ### -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 5 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,11 @@ # QLab + Applescript commands for Projector & Application Boot-up Routine ## Boot Up Sequence ### Open Projector Manager app `tell application "Terminal"\ delay 0.5\ do script "open -a Projector Manager"\ delay 0.5\ tell application "Terminal to quit"\ end tell` <br> ### -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,9 @@ # QLab + Applescript commands for Projector & Application Boot-up Routine ## Boot Up Sequence ### Open Projector Manager app `tell application "Terminal <br> delay 0.5 do script "open -a Projector Manager"<br> delay 0.5<br> tell application "Terminal to quit"<br> -
protrolium revised this gist
Feb 18, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ # QLab + Applescript commands for Projector & Application Boot-up Routine ## Boot Up Sequence ### Open Projector Manager app `tell application "Terminal<br> delay 0.5<br> do script "open -a Projector Manager"<br> delay 0.5<br> tell application "Terminal to quit"<br> end tell` <br> ### -
protrolium created this gist
Feb 18, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # QLab + Applescript commands for Projector & Application Boot-up Routine ## Boot Up Sequence ### Open Projector Manager app `tell application "Terminal \ delay 0.5 \ do script "open -a Projector Manager" \ delay 0.5 \ tell application "Terminal to quit" \ end tell` <br> ###