Complete Help Docs

Laser Show Technology for Lighting Professionals

User Tools

Site Tools


examples:pangoscript

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
examples:pangoscript [2025/04/17 18:09] Lyra Letourneaexamples:pangoscript [2026/01/02 21:04] (current) Lyra Letournea
Line 5: Line 5:
 ===== Pangolin Internal Examples ===== ===== Pangolin Internal Examples =====
  
-These examples were made by internal team members at pangolin as examples for pangoscripts+These examples were made by internal team members at pangolin as examples for pangoscripts.
  
 ==== Timeline AutoSave ==== ==== Timeline AutoSave ====
Line 77: Line 77:
 This script demonstrates the ability to animate objects over time, Animate Prop goes from value1, to value 2, over value in ms. In this case, a code is written to restart a timeline, but to fade out the audio before doing so. You could animate Volume and master brightness at the same time which could be interesting too. Then resets the values by just setting their value and plays the show again. This script demonstrates the ability to animate objects over time, Animate Prop goes from value1, to value 2, over value in ms. In this case, a code is written to restart a timeline, but to fade out the audio before doing so. You could animate Volume and master brightness at the same time which could be interesting too. Then resets the values by just setting their value and plays the show again.
  
 +==== Control Color Channels From DMX ====
 +
 +One way to use your DMX console to control colors is by using RGB Generic profiles and linking those channels directly to the RGB objects of color channels in BEYOND. In Settings> DMX Settings> DMX to Pangoscript settings, you can load the following file to link the first 12 channels in your BEYOND install to these. 
 +
 +{{ :examples:dmx-to-pangoscript-rgb-channels.beyonddt |}}
 +
 +The script itself looks like the following, where "0" and "R" are replaced with channel numbers, and R,G,B respectively. This in conjunction with something like "Magical Color Changing Workspace" linked below, you can recolor your entire workspace live from your console.
 +
 +  ColorChannel.0.R = ExtValue(0,255)
 +  
 +[[workspace|Workspaces]]
  
 ===== Examples from Users ===== ===== Examples from Users =====
  
-The following examples are from the userbase, at the permission of the users. +The following examples are from the userbase, at the permission of the users. Scripts many not have been validated by pangolin internally, and opinions expressed, and explanations are directly from the user not pangolin
  
 ==== Jeff Vyduna ==== ==== Jeff Vyduna ====
examples/pangoscript.1744906143.txt · Last modified: by Lyra Letournea

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki