User Tools

Site Tools


macros:example:changepageswithtimecode

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:changepageswithtimecode [2022/07/15 12:37] icke_siegenmacros:example:changepageswithtimecode [2022/07/15 13:15] (current) – [Explanation] icke_siegen
Line 20: Line 20:
   * [[macros:control_structures|step condition]]   * [[macros:control_structures|step condition]]
   * [[macros:active_binding|]]   * [[macros:active_binding|]]
 +
 +Here is a file with macros for Playback pages 1~10: {{ :macros:example:timecode2page.xml |}}
    
 ===== Code ===== ===== Code =====
Line 39: Line 41:
     <active binding="Wiki.Macros.Timecode.TogglePages.Enabled"/>     <active binding="Wiki.Macros.Timecode.TogglePages.Enabled"/>
     <sequence>     <sequence>
-   <step>ActionScript.SetProperty.Boolean("Wiki.Macros.Timecode.TogglePages.Enabled", !Wiki.Macros.Timecode.TogglePages.Enabled)</step>+      <step>ActionScript.SetProperty.Boolean("Wiki.Macros.Timecode.TogglePages.Enabled", !Wiki.Macros.Timecode.TogglePages.Enabled)</step>
     </sequence>     </sequence>
   </macro>    </macro> 
Line 45: Line 47:
   <macro id="Wiki.Macros.Playbacks.Page1" name="Toggle Pb to Page 1">   <macro id="Wiki.Macros.Playbacks.Page1" name="Toggle Pb to Page 1">
     <sequence>     <sequence>
-   <step condition="Wiki.Macros.Timecode.TogglePages.Enabled">Handles.Playbacks.ChangePage(0)</step> +      <step condition="Wiki.Macros.Timecode.TogglePages.Enabled">Handles.Playbacks.ChangePage(0)</step> 
- </sequence>+    </sequence>
   </macro>   </macro>
      
   <macro id="Wiki.Macros.Playbacks.Page2" name="Toggle Pb to Page 2">   <macro id="Wiki.Macros.Playbacks.Page2" name="Toggle Pb to Page 2">
     <sequence>     <sequence>
-   <step condition="Wiki.Macros.Timecode.TogglePages.Enabled">Handles.Playbacks.ChangePage(1)</step> +      <step condition="Wiki.Macros.Timecode.TogglePages.Enabled">Handles.Playbacks.ChangePage(1)</step> 
- </sequence>+    </sequence>
   </macro>   </macro>
 </avolites.macros> </avolites.macros>
Line 62: Line 64:
 This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]]
  
-tbd+The first macro defines a custom variable ''Enabled'', sets it to True by default, and makes it possible to toggle it on/off while showing its status (with [[macros:active_binding|]]). 
 + 
 +The other macros check if this variable is TRUE and toggle Playbacks to designated pages.
  
 ===== How to use it ===== ===== How to use it =====
  
   - [[:macros:deploying|make this macro available]]   - [[:macros:deploying|make this macro available]]
 +  - The first macro can be copied or moved to a macro&executor button and lets you enable/disable the function of the other macros.\\ \\ Then, in order to achieve the intended behaviour:\\ \\ 
 +  - create a cuelist with as many cues as you need to toggle pages with tracks, and open it in Playback View
 +  - into each cue insert the respective macro (click on the ''Macros'' cell, click ''[Add]'', select the macro...)
 +  - make this cuelist run by timecode and learn the correct timestamps
  
-tbd +This way timecode controls this cuelist which in turn controls your Playbacks pages unless this mechanism is disabled.
  
 ~~DISCUSSION~~ ~~DISCUSSION~~
macros/example/changepageswithtimecode.1657888631.txt.gz · Last modified: 2022/07/15 12:37 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki