User Tools

Site Tools


macros:example:changechaseroverlap

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
macros:example:changechaseroverlap [2018/08/27 17:14] – ↷ Page name changed from macros:example:changexfade to macros:example:changechaseroverlap icke_siegenmacros:example:changechaseroverlap [2019/04/27 19:11] (current) – [Change a chaser's overlap] sideshowbond
Line 1: Line 1:
 Example Example
-====== Change a chaser'X-Fade ======+====== Chase - Change a chaser'overlap ======
  
 ^ by: | Gregory Haynes, Ricster, Apr. 2017 | ^ by: | Gregory Haynes, Ricster, Apr. 2017 |
 ^ published: | http://forum.avolites.com/viewtopic.php?f=20&t=5150 | ^ published: | http://forum.avolites.com/viewtopic.php?f=20&t=5150 |
-^ description: | snippets to change a chaser'x-fade +^ description: | snippets to change a chaser'overlap 
-^ remarks: | not a working macro but interesting discussion and insights on some properties, tpyes, and type casting |+^ remarks: | not a working macro but interesting discussion and insights on some properties, types, and type casting |
  
 {{tag>Chase X-fade handle}} {{tag>Chase X-fade handle}}
Line 52: Line 52:
   * ''ActionScript.SetProperty.Float("Playbacks.Editor.Times.ChaseFixtureOverlap", 0.5)'' sets the property ''"Playbacks.Editor.Times.ChaseFixtureOverlap"'' to 0.5 which is 50%   * ''ActionScript.SetProperty.Float("Playbacks.Editor.Times.ChaseFixtureOverlap", 0.5)'' sets the property ''"Playbacks.Editor.Times.ChaseFixtureOverlap"'' to 0.5 which is 50%
  
-Another example was published by kimwida: http://forum.avolites.com/viewtopic.php?f=20&t=5579+Another example was published by kimwida: http://forum.avolites.com/viewtopic.php?f=20&t=5579 where the chasers are referred by their usernumber and a legend is set to reflect the current overlap value: 
 + 
 +<code xml> 
 +  <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=19159")</step> 
 +  <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.Times.ChaseFixtureOverlap", 0.2)</step> 
 +  <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=19160")</step> 
 +  <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.Times.ChaseFixtureOverlap", 0.2)</step> 
 +  <step pause="0.01">Handles.SetSourceHandleFromHandle("chaseHandleUN=1293")</step> 
 +  <step pause="0.01">ActionScript.SetProperty("Handles.PendingLegend", "Overlap 20%")</step> 
 +  <step pause="0.01">Handles.SetLegend()</step> 
 +  <step pause="0.01">Handles.ClearSelection()</step> 
 +</code>
 ===== How to use it ===== ===== How to use it =====
  
macros/example/changechaseroverlap.1535390094.txt.gz · Last modified: 2018/08/27 17:14 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki