todo
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
todo [2022/04/06 09:50] – [examples] icke_siegen | todo [2025/03/05 07:41] (current) – [20240709] icke_siegen | ||
---|---|---|---|
Line 6: | Line 6: | ||
===== Missing articles ===== | ===== Missing articles ===== | ||
- | | + | |
===== To Do ===== | ===== To Do ===== | ||
Line 80: | Line 80: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * Gregory (28.02.24): set User Numer, incl. casting and syntax: {{ :: | ||
+ | * Gregory (15.04.24): set property, with more casting: {{ :: | ||
+ | * get attribute value: {{ :: | ||
+ | * create new palette (with explanation about 4430 and 4431): http:// | ||
+ | * select group: http:// | ||
+ | * create shape: http:// | ||
+ | * set shape size: POST http:// | ||
+ | |||
+ | | ||
==== ASCII ==== | ==== ASCII ==== | ||
Line 174: | Line 183: | ||
< | < | ||
</ | </ | ||
+ | | ||
+ | additionally add/remove macros as per Roger Piqué (messenger 14.04.22): {{ :: | ||
selection by pattern which is always done through RunCommand, see [[macros: | selection by pattern which is always done through RunCommand, see [[macros: | ||
Line 184: | Line 195: | ||
all user settings: {{ :: | all user settings: {{ :: | ||
- | set timeline cursor position: ActionScript.SetProperty(" | + | set timeline cursor position: |
+ | |||
+ | | ||
+ | |||
+ | (messenger Roger Pique 06.04.22) | ||
+ | |||
+ | Gregory Haynes on time objects and timeline functions: {{ :: | ||
+ | |||
+ | first timeline examples: | ||
+ | |||
+ | <code xml> | ||
+ | <?xml version=" | ||
+ | < | ||
+ | |||
+ | <!-- play/pause by usernumber 1 --> | ||
+ | <macro id=" | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | <macro id=" | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <!-- play/pause by location - playbacks page 1 slot 1 --> | ||
+ | <macro id=" | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | <macro id=" | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Gregory (21.07.22): Off Palette Groups: {{ :: | ||
+ | |||
+ | Gregory (15.08.22): no numbers in property names {{ :: | ||
+ | |||
+ | Gregory (13.01.23): invert selected fixtures {{ :: | ||
+ | |||
+ | http:// | ||
+ | |||
+ | > I didn't find a way to retrieve the usernumber of the current layout. But if you can live with using the legends (Layout 1, Layout 2 etc. - or you change the coverterParameter accordingly) then this would work: | ||
+ | |||
+ | <code xml> | ||
+ | <macro id=" | ||
+ | <active binding=" | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | timeline macros, see {{ :: | ||
+ | ==== 20240407 ==== | ||
+ | |||
+ | from facebook: create cuelist and write timecode | ||
+ | |||
+ | <code xml createCuelistWithTc.xml> | ||
+ | <?xml version=" | ||
+ | |||
+ | <!-- see https:// | ||
+ | |||
+ | < | ||
+ | <macro id=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <!-- Fails | ||
+ | < | ||
+ | < | ||
+ | Playbacks.PlaybackEdit.Handle, | ||
+ | )</ | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <!-- added set timecode source --> | ||
+ | <!-- explanation: | ||
+ | (1) In order to set a playback' | ||
+ | hence I commented the line where you nullify this (you may want to do this later...) | ||
+ | (2) In order to set a playback' | ||
+ | (3) My favourite errors in the API documentation: | ||
+ | Timecode1Id, | ||
+ | the correct line reads | ||
+ | < | ||
+ | --> | ||
+ | |||
+ | <macro id=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <!-- < | ||
+ | < | ||
+ | < | ||
+ | <!-- Fails | ||
+ | < | ||
+ | < | ||
+ | Playbacks.PlaybackEdit.Handle, | ||
+ | )</ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | </ | ||
+ | |||
+ | A similar question answered by Gregory, with further details: {{ :: | ||
+ | |||
+ | |||
+ | ==== 20240707 ==== | ||
+ | |||
+ | from FB, https:// | ||
+ | |||
+ | Macro to set a playback' | ||
+ | |||
+ | See also GH's email (SB private). | ||
+ | |||
+ | <code xml enableCue.xml> | ||
+ | |||
+ | <?xml version=" | ||
+ | |||
+ | <!-- enable/ | ||
+ | |||
+ | <!-- see http:// | ||
+ | |||
+ | < | ||
+ | <macro id=" | ||
+ | < | ||
+ | < | ||
+ | <step pause=" | ||
+ | <step pause=" | ||
+ | <step pause=" | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== 20240709 ==== | ||
+ | |||
+ | from forum: enable/ | ||
+ | see http:// | ||
+ | |||
+ | <code xml enableCue.xml> | ||
+ | |||
+ | <?xml version=" | ||
+ | |||
+ | <!-- enable/ | ||
+ | |||
+ | <!-- see http:// | ||
+ | |||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Update SetCurrentShapesDirection for v17, see {{ :: | ||
+ | |||
+ | Nudge Timecode, Daniel Dai/ | ||
+ | |||
+ | {{:: | ||
==== Titan Tricks ==== | ==== Titan Tricks ==== | ||
todo.1649238653.txt.gz · Last modified: 2022/04/06 09:50 (external edit)