macros:example:createdummypalettes
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
macros:example:createdummypalettes [2024/08/09 19:40] – created icke_siegen | macros:example:createdummypalettes [2024/08/09 21:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== Create Dummy Palettes ====== | ====== Create Dummy Palettes ====== | ||
- | ^ by: | Sebastian Beutel | | + | ^ by: |
- | ^ published: | August 2023 | | + | ^ published: |
- | ^ description: | + | ^ description: |
- | ^ remarks: | start a new show and fire this macro. It will create global colour palettes for you. | | + | ^ remarks: |
- | {{tag>setip start dummy palette patch fixture macro}} | + | {{tag>setup start dummy palette patch fixture macro}} |
+ | |||
+ | This was the plan: | ||
+ | |||
+ | > What needs to be done : | ||
+ | > - Unpack Macro needs to create the Dummy palettes 1 through 10, 11 through 20 | ||
+ | > - Unpack Macro needs to create the Bump Palletes 101 & 102 | ||
+ | > - Unpack Macro needs to create Playbacks( 11 thro 20, 21 thro 30, 31 thro 40 & Cuelists ( 101 thro 110 ) for the Macros | ||
+ | > - Unpack Macro needs to Link Macros to Cues in Playlist | ||
+ | > | ||
+ | > - Unpack Macro needs to record the Playback Groups for the Bump Selection | ||
+ | > - Unpack Macro needs to create a Layout View and move the Selection Cue Lists to the Colour picker | ||
+ | > - Layout at position X & Y | ||
+ | > - Unpack Macro needs to add the Colour Selection Button Macros to the layout view | ||
+ | |||
+ | The macro shown here does the first half of the tasks. | ||
==== functions ==== | ==== functions ==== | ||
Line 22: | Line 37: | ||
==== control structures ==== | ==== control structures ==== | ||
* [[macros: | * [[macros: | ||
- | + | ||
+ | |||
+ | Full file here: {{ : | ||
===== Code ===== | ===== Code ===== | ||
- | <code xml filename.xml> | + | <code xml [enable_line_numbers=" |
<?xml version=" | <?xml version=" | ||
- | < | + | < |
- | < | + | |
- | < | + | <!-- at first some dummy macros, to check the linking in the cuelists --> |
+ | |||
+ | | ||
+ | < | ||
< | < | ||
- | | + | </ |
- | | + | </ |
+ | |||
+ | <!-- more dummy macros... --> | ||
+ | |||
+ | <macro id=" | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <!-- the heavy lifting --> | ||
+ | |||
+ | <macro id=" | ||
+ | |||
+ | < | ||
+ | |||
+ | <!-- patch an RGB fixture --> | ||
+ | |||
+ | | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
+ | <!-- select fixture --> | ||
+ | |||
+ | <step pause=" | ||
+ | |||
+ | <!-- set some colour values and quick-create palettes --> | ||
+ | |||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <step pause=" | ||
+ | |||
+ | <!-- create some more palettes... --> | ||
+ | |||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <step pause=" | ||
+ | |||
+ | <!-- clear programmer --> | ||
+ | |||
+ | < | ||
+ | |||
+ | <!-- create abstract palettes --> | ||
+ | |||
+ | <step pause=" | ||
+ | <step pause=" | ||
+ | <step pause=" | ||
+ | <step pause=" | ||
+ | <step pause=" | ||
+ | |||
+ | <!-- create Playbacks (11~20, 21~30, 31~40) & Cuelists (101~110) --> | ||
+ | |||
+ | <step pause=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
+ | <!-- create some more cue playbacks here... --> | ||
+ | |||
+ | <step pause=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
+ | <!-- Cuelists --> | ||
+ | |||
+ | <step pause=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
+ | <!-- create some more cuelists here... --> | ||
+ | |||
+ | <step pause=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
+ | <!-- unassign dummy fixture --> | ||
+ | |||
+ | <step pause=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
+ | <!-- open Colours and Playbacks workspace windows --> | ||
+ | |||
+ | < | ||
+ | < | ||
+ | |||
+ | | ||
</ | </ | ||
</ | </ |
macros/example/createdummypalettes.1723232453.txt.gz · Last modified: 2024/08/09 19:40 (external edit)