User Tools

Site Tools


todo

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
todo [2025/03/05 07:41] – [20240709] icke_siegentodo [2025/04/23 08:00] (current) – [20250422] icke_siegen
Line 388: Line 388:
 {{::timecode_offset.jpeg?600|}} {{::timecode_offset.jpeg?600|}}
  
 +==== 20250422 ====
 +
 +<code xml>
 +<!-- Daniel Dai, 18.04.24, Messenger -->
 +<!-- note the formatting of the variables -->
 +
 +  <macro id="Wiki.Macros.CreateCircle" name="Create Circle Shape">
 +    <sequence>
 +      <step>Editor.Shapes.CreateShape("1", 1, true)</step>
 +    </sequence>
 +  </macro>
 +</code>
 +
 +<code xml>
 +
 +  <!-- abuse Palette.Numeric.InputValue in order to feed some numeric input into a macro -->
 +  <!-- April 2025, Daniel Dai, Messenger -->
 +  <!-- Usage: enter a number, hit Exit, select fixtures, fire macro -->
 +  
 +  <macro id="Wiki.Macros.Pattern1in2" name="Pattern 1 in 2">
 +    <sequence>
 +      <step>Command.StartNewCommand()</step>
 +      <step>Command.AppendString("PATTERN")</step>
 +      <step>Command.AppendNumeral((int:Palette.Numeric.InputValue / 2), false)</step>
 +      <step>Command.AppendString("IN")</step>
 +      <step>Command.AppendNumeral((int:Palette.Numeric.InputValue), false)</step>
 +      <step>Command.RunCommand(Command.CommandLineText)</step>
 +    </sequence>
 +  </macro>
 +
 +</code>
 +
 +<code xml>
 +
 +  <!-- abuse Palette.Numeric.InputValue in order to feed some numeric input into a macro -->
 +  <!-- April 2025, Daniel Dai, Messenger -->
 +  <!-- Usage: enter a number, hit Exit, fire macro - in order to select a specific playback -->
 +  <!-- also shows example XmlNodeNames -->
 +  
 +  <macro id="Wiki.Macros.SetSource.Cue" name="Set Source Cuehandle">
 +    <sequence>
 +      <step>Handles.SetSourceHandleFromHandle(Handles.GetHandleFromUserNumber("cueHandle", int:Palette.Numeric.InputValue))</step>
 +    </sequence>
 +  </macro>
 +  
 +  <macro id="Wiki.Macros.SetSource.Playback" name="Set Source Playbackhandle">
 +    <sequence>
 +      <step>Handles.SetSourceHandleFromHandle(Handles.GetHandleFromUserNumber("playbackHandle", int:Palette.Numeric.InputValue))</step>
 +    </sequence>
 +  </macro>
 +
 +</code>
 ==== Titan Tricks ==== ==== Titan Tricks ====
  
todo.1741160499.txt.gz · Last modified: 2025/03/05 07:41 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki