Skip to content

Instantly share code, notes, and snippets.

@protrolium
Last active May 2, 2024 05:24
Show Gist options
  • Select an option

  • Save protrolium/1df3a92e8e0011bf39abe71a27173e62 to your computer and use it in GitHub Desktop.

Select an option

Save protrolium/1df3a92e8e0011bf39abe71a27173e62 to your computer and use it in GitHub Desktop.

Revisions

  1. protrolium revised this gist Feb 19, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion QLAB-scripting.md
    Original 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 "Arena"
    <pre>tell application "Terminal"
    delay 0.5
    do script "open -a Arena"
    delay 0.5
  2. protrolium revised this gist Feb 18, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions QLAB-scripting.md
    Original 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
  3. protrolium revised this gist Feb 18, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion QLAB-scripting.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # QLab + Applescript commands for Projector & Application Boot-up/Shut-Down Routine
    # QLab + Applescript commands for Projector & Application Boot-Up/Shut-Down Routine
    ## Boot Up Sequence
    ### Open Projector Manager app
    <pre>tell application "Terminal"
  4. protrolium revised this gist Feb 18, 2020. 1 changed file with 24 additions and 1 deletion.
    25 changes: 24 additions & 1 deletion QLAB-scripting.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # QLab + Applescript commands for Projector & Application Boot-up Routine
    # 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>
  5. protrolium revised this gist Feb 18, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion QLAB-scripting.md
    Original file line number Diff line number Diff line change
    @@ -7,18 +7,20 @@
    delay 0.5
    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
  6. protrolium revised this gist Feb 18, 2020. 1 changed file with 15 additions and 1 deletion.
    16 changes: 15 additions & 1 deletion QLAB-scripting.md
    Original 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>
  7. protrolium revised this gist Feb 18, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions QLAB-scripting.md
    Original 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" \n
    delay 0.5 \n
    <pre>tell application "Terminal"
    delay 0.5
    do script "open -a Projector Manager"
    delay 0.5
    tell application "Terminal to quit"
    end tell`
    end tell</pre>
    <br>
    ###
  8. protrolium revised this gist Feb 18, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions QLAB-scripting.md
    Original 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"
    delay 0.5
    `tell application "Terminal" \n
    delay 0.5 \n
    do script "open -a Projector Manager"
    delay 0.5
    tell application "Terminal to quit"
  9. protrolium revised this gist Feb 18, 2020. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions QLAB-scripting.md
    Original 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"\\
    `tell application "Terminal"
    delay 0.5
    do script "open -a Projector Manager"
    delay 0.5
    tell application "Terminal to quit"
    end tell`
    <br>
    ###
  10. protrolium revised this gist Feb 18, 2020. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions QLAB-scripting.md
    Original 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"\
    `tell application "Terminal"\\
    delay 0.5\\
    do script "open -a Projector Manager"\\
    delay 0.5\\
    tell application "Terminal to quit"\\
    end tell`
    <br>
    ###
  11. protrolium revised this gist Feb 18, 2020. 1 changed file with 5 additions and 6 deletions.
    11 changes: 5 additions & 6 deletions QLAB-scripting.md
    Original 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
    <br>
    delay 0.5
    do script "open -a Projector Manager"<br>
    delay 0.5<br>
    tell application "Terminal to quit"<br>
    `tell application "Terminal"\
    delay 0.5\
    do script "open -a Projector Manager"\
    delay 0.5\
    tell application "Terminal to quit"\
    end tell`
    <br>
    ###
  12. protrolium revised this gist Feb 18, 2020. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions QLAB-scripting.md
    Original 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<br>
    `tell application "Terminal
    <br>
    delay 0.5
    do script "open -a Projector Manager"<br>
    delay 0.5<br>
    tell application "Terminal to quit"<br>
  13. protrolium revised this gist Feb 18, 2020. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions QLAB-scripting.md
    Original 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" \
    `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>
    ###
  14. protrolium created this gist Feb 18, 2020.
    11 changes: 11 additions & 0 deletions QLAB-scripting.md
    Original 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>
    ###