User Tools

Site Tools


macros:xml_file_format

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:xml_file_format [2017/10/29 16:25] – ↷ Page moved from xml_file_format to macros:xml_file_format icke_siegenmacros:xml_file_format [2024/08/24 08:17] (current) icke_siegen
Line 47: Line 47:
   * ''<description>'' corresponds with the closing ''</description>'', is optional, and may hold a longer description of the macro   * ''<description>'' corresponds with the closing ''</description>'', is optional, and may hold a longer description of the macro
   * ''<sequence>'' corresponds with the closing ''</sequence>'' and holds the actions which the macro is to perform (one or more steps)   * ''<sequence>'' corresponds with the closing ''</sequence>'' and holds the actions which the macro is to perform (one or more steps)
 +    * it is also possible to use ''<start>'' ... ''</start>'' and ''<end>'' ... ''</end>'' in order to have separate actions when the button is pressed and when it is released, see [[macros:example:stopwatchflash|]]
   * ''<step>''...''</step>'' is the function which this step is to perform. In this case it calls the function ''ActionScript.SetProperty.Enum()'' with the arguments ''"Handles.HandlesHeldover"'' and ''"NeverHold"''.   * ''<step>''...''</step>'' is the function which this step is to perform. In this case it calls the function ''ActionScript.SetProperty.Enum()'' with the arguments ''"Handles.HandlesHeldover"'' and ''"NeverHold"''.
  
-A brief introduction about possible functions [[http://www.avolites.de/downloads/manuals/Avolites%20Titan%20Macros%20v0.9.pdf|is available here]]. But essentially, this whole wiki is dedicated to possible macros :-/+A brief introduction about possible functions [[http://www.avosupport.de/downloads/manuals/Avolites%20Titan%20Macros%20v0.9.pdf|is available here]]. But essentially, this whole wiki is dedicated to possible macros :-/ 
 + 
 +It is possible to bundle some steps together into one block with {curly braces} like this: 
 +<code xml> 
 +<sequence> 
 +  <step>Playbacks.SetRecordType("RecordCueModeProgrammer")</step> 
 +  <step> 
 +         { 
 +            Playbacks.StoreCue("PlaybackWindow", 1000, false); 
 +            Handles.SetSourceHandle("PlaybackWindow", 1000); 
 +            ActionScript.SetProperty("Handles.CurrentUserNumber", userNumber:10000); 
 +            Handles.SetUserNumber(); 
 +            Handles.ClearSelection(); 
 +         } 
 +     </step> 
 +</sequence> 
 +</code> 
 + 
 +See http://forum.avolites.com/viewtopic.php?f=20&t=5783. 
  
 ~~NOCACHE~~ ~~NOCACHE~~
macros/xml_file_format.1509294353.txt.gz · Last modified: 2017/10/29 16:25 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki