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 [2024/04/07 13:22] – [20240407] icke_siegentodo [2025/03/05 07:41] (current) – [20240709] icke_siegen
Line 6: Line 6:
 ===== Missing articles ===== ===== Missing articles =====
  
- ~~ORPHANSWANTED:wanted~~+ ~~ORPHANSWANTED:wanted!tag~~
 ===== To Do ===== ===== To Do =====
  
Line 81: Line 81:
   * https://github.com/owaits/avolites-patchImport   * https://github.com/owaits/avolites-patchImport
   * Gregory (28.02.24): set User Numer, incl. casting and syntax: {{ ::20240228_gregory_webapi_setusernumber.pdf |}}   * Gregory (28.02.24): set User Numer, incl. casting and syntax: {{ ::20240228_gregory_webapi_setusernumber.pdf |}}
 +  * Gregory (15.04.24): set property, with more casting: {{ ::webapi_currentpalette.pdf |}}
 +  * get attribute value: {{ ::api_getvalue.txt |}}
 +  * create new palette (with explanation about 4430 and 4431): http://forum.avolites.com/viewtopic.php?f=21&p=24858, see {{ ::apicreatenewpalette.txt |}}
 +  * select group: http://localhost:4431/titan/script/2/Group/RecallGroup?handle_userNumber=1
 +  * create shape: http://localhost:4431/titan/script/2/Editor/Shapes/CreateShape?shapeId=1&runOnCells=0&absolute=true
 +  * set shape size: POST http://localhost:4431/titan/set/2/Editor/Shapes/Size (use an extension like RestMan and put 0.05 in the body as raw data, to set the shape size to 5%). See {{::api_post.png?200|}}
 +
 +  
 ==== ASCII ==== ==== ASCII ====
  
Line 247: Line 255:
 </code> </code>
  
 +timeline macros, see {{ ::timelinemacros.xml |}} (14.02.24)
 ==== 20240407 ==== ==== 20240407 ====
  
Line 275: Line 284:
     </sequence>     </sequence>
   </macro>   </macro>
 +  
 +  <!-- added set timecode source -->
 +  <!-- explanation:
 +    (1) In order to set a playback's options you still need to have it set as SourceHandle, 
 +        hence I commented the line where you nullify this (you may want to do this later...)
 +    (2) In order to set a playback's options you need to call FilterHandleOptions()
 +    (3) My favourite errors in the API documentation: this is an Enum, and valid options are 
 +        Timecode1Id, Timecode2Id etc., and to set such enums you need to apply some doublequotes: 
 +        the correct line reads
 +        <step>ActionScript.SetProperty.Enum("HandleOptions.CueLists.TimecodeSource","Timecode3Id")</step>
 +      --> 
 +  
 +  <macro id="UserMacro.CreateCueListSetSource">
 +    <name>Create Cuelist and Set TC Source</name>
 +    <sequence>
 +      <step>Playbacks.CueList.CreateCueList("Playbacks", 0)</step>
 +      <step>Playbacks.Select.EditHandle("Location=Playbacks,1,0")</step>
 +      <step>Handles.SetSourceHandle("Playbacks", 0)</step>
 +      <step>Playbacks.Timecode.ToggleEnabled.Handle(Handles.SourceHandle)</step>
 +      <!-- <step>Handles.SetSourceHandleFromHandle(null)</step> -->
 +      <step>Playbacks.AppendOrInsertPlaybackCue(Playbacks.PlaybackEdit.Handle,1)</step>
 +      <step>Playbacks.SetCueLegend(Playbacks.PlaybackEdit.Handle,1, "Song Start")</step>
 +      <!-- Fails
 +      <step>ActionScript.SetProperty("Playbacks.Editor.Timecode.CueTimecodeDisabled",Disabled)</step> -->
 +      <step>Timecode.SetCueTimecodeWithCueNumber(
 +        Playbacks.PlaybackEdit.Handle,1.0,Timecode.MakeTimecodeTime(1, 00, 00, 20, false, 100)
 +        )</step>
 +      <step>Handles.FilterHandleOptions()</step>
 +      <step>ActionScript.SetProperty.Enum("HandleOptions.CueLists.TimecodeSource","Timecode3Id")</step>
 +      <step>Playbacks.PlaybackEdit.Exit()</step>
 +    </sequence>
 +  </macro>
 +  
 </avolites.macros> </avolites.macros>
 </code> </code>
 +
 +A similar question answered by Gregory, with further details: {{ ::createcuelist.pdf |}}
 +
 +
 +==== 20240707 ====
 +
 +from FB, https://www.facebook.com/groups/Avolites/posts/3137723979693148/
 +
 +Macro to set a playback's level and move the fader.
 +
 +See also GH's email (SB private).
 +
 +<code xml enableCue.xml>
 +
 +<?xml version="1.0" encoding="utf-8"?>
 +
 +<!-- enable/disable a cuelists cue -->  
 +
 +<!-- see http://forum.avolites.com/viewtopic.php?f=20&t=7217&p=24856 -->
 +
 +<avolites.macros>
 +  <macro id="UserMacro.testFirePB16.Page">
 +    <name>_Test FPB 16 w. Page</name>
 +    <sequence>
 +      <step pause="0.05">Handles.Playbacks.ChangePage(99)</step>
 +      <step pause="0.05">Playbacks.FirePlaybackAtLevel("Location=Playbacks,1,1", level:0.6, true)</step>
 +      <step pause="0.05">Handles.Playbacks.ChangePage(0)</step>
 +    </sequence>
 +  </macro>
 +</avolites.macros>
 +</code>
 +
 +==== 20240709 ====
 +
 +from forum: enable/disable a cuelist's cue
 +see http://forum.avolites.com/viewtopic.php?f=20&t=7217&p=24856
 +
 +<code xml enableCue.xml>
 +
 +<?xml version="1.0" encoding="utf-8"?>
 +
 +<!-- enable/disable a cuelists cue -->  
 +
 +<!-- see http://forum.avolites.com/viewtopic.php?f=20&t=7217&p=24856 -->
 +
 +<avolites.macros>
 + <macro name="__PB 100 enable cue 10" id="Wiki.Macros.PB100.Cue10On">
 +    <sequence>   
 +      <step>ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"playbackHandleUN=100")</step>
 +      <step>Playbacks.Editor.CueSelection.SelectCueByNumber(handle:"playbackHandleUN=100", 10)</step>
 +      <step>ActionScript.SetProperty.Boolean("Playbacks.Editor.Times.Disabled", false)</step>
 +    </sequence>
 +  </macro>
 + <macro name="__PB 100 disable cue 10" id="Wiki.Macros.PB100.Cue10Off">
 +    <sequence>   
 +      <step>ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"playbackHandleUN=100")</step>
 +      <step>Playbacks.Editor.CueSelection.SelectCueByNumber(handle:"playbackHandleUN=100", 10)</step>
 +      <step>ActionScript.SetProperty.Boolean("Playbacks.Editor.Times.Disabled", true)</step>
 +    </sequence>
 +  </macro>
 +</avolites.macros>
 +</code>
 +
 +Update SetCurrentShapesDirection for v17, see {{ ::allshapesdirection.xml |}}
 +
 +Nudge Timecode, Daniel Dai/Messenger/20250226
 +
 +{{::timecode_offset.jpeg?600|}}
  
 ==== Titan Tricks ==== ==== Titan Tricks ====
todo.1712496161.txt.gz · Last modified: 2024/04/07 13:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki