User Tools

Site Tools


macros:example:createdummypalettes

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:createdummypalettes [2024/08/09 20:55] icke_siegenmacros:example:createdummypalettes [2024/08/09 21:25] (current) – external edit 127.0.0.1
Line 134: Line 134:
       <step>Playbacks.Editor.Macros.AddLinkFromId("Wiki.Macros.Dummy.001")</step>       <step>Playbacks.Editor.Macros.AddLinkFromId("Wiki.Macros.Dummy.001")</step>
       <step>Playbacks.PlaybackEdit.Exit()</step>       <step>Playbacks.PlaybackEdit.Exit()</step>
 +
 +        <!-- create some more cuelists here... -->  
        
-    +      <step pause="0.1">Playbacks.CueList.CreateCueList("PlaybackWindow", 110)</step> 
-   <step pause="0.1">Playbacks.CueList.CreateCueList("PlaybackWindow", 110)</step> +      <step>Handles.SetSourceHandle("PlaybackWindow", 110)</step>   
-   <step>Handles.SetSourceHandle("PlaybackWindow", 110)</step> +      <step>ActionScript.SetProperty("Handles.CurrentUserNumber", userNumber:110)</step> 
-   <step>ActionScript.SetProperty("Handles.CurrentUserNumber", userNumber:110)</step> +      <step>Handles.SetUserNumber()</step>
-   <step>Handles.SetUserNumber()</step>+
       <step>Handles.ClearSelection()</step>       <step>Handles.ClearSelection()</step>
-   <step>Playbacks.Select.EditHandle("cueListHandleUN=110")</step>+      <step>Playbacks.Select.EditHandle("cueListHandleUN=110")</step>
       <step>Playbacks.AppendOrInsertPlaybackStep(Playbacks.PlaybackEdit.Handle,1)</step>       <step>Playbacks.AppendOrInsertPlaybackStep(Playbacks.PlaybackEdit.Handle,1)</step>
-   <step>Playbacks.Editor.CueSelection.SelectCueByNumber(Playbacks.PlaybackEdit.Handle, 1)</step> +      <step>Playbacks.Editor.CueSelection.SelectCueByNumber(Playbacks.PlaybackEdit.Handle, 1)</step> 
-   <step>Playbacks.Editor.Macros.AddLinkFromId("Wiki.Macros.Dummy.010")</step>+      <step>Playbacks.Editor.Macros.AddLinkFromId("Wiki.Macros.Dummy.010")</step>
       <step>Playbacks.PlaybackEdit.Exit()</step>       <step>Playbacks.PlaybackEdit.Exit()</step>
        
Line 153: Line 154:
       <step>Handles.ConfirmRelease()</step>  <!-- in order to delete use Handles.ConfirmDelete() -->       <step>Handles.ConfirmRelease()</step>  <!-- in order to delete use Handles.ConfirmDelete() -->
       <step>ActionScript.SetProperty.Boolean("Handles.AllowDeleteFixtures", false)</step>       <step>ActionScript.SetProperty.Boolean("Handles.AllowDeleteFixtures", false)</step>
 +
 +      <!-- open Colours and Playbacks workspace windows -->
        
-   <step><menuLink id="Windows.Playbacks" stack="mainWindowStack" behaviour="PushOrRaise" /></step> +      <step><menuLink id="Windows.Playbacks" stack="mainWindowStack" behaviour="PushOrRaise" /></step> 
-   <step><menuLink id="Windows.Colours" stack="mainWindowStack" behaviour="PushOrRaise" /></step>+      <step><menuLink id="Windows.Colours" stack="mainWindowStack" behaviour="PushOrRaise" /></step>
        
- +    </sequence>
-     </sequence>+
   </macro>   </macro>
 </avolites.macros> </avolites.macros>
macros/example/createdummypalettes.1723236905.txt.gz · Last modified: 2024/08/09 20:55 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki