
Assign "Group" at Recipe in command line
BECOME PART OF THE COMMUNITY - Sign up here
-
-
Assign Group a At Preset x.y.z
Assign Preset b.c at Preset x.y.z
Assign MAtricksPool d at Preset x.y.z
x.y.z:
x = Preset Pool ID (4 for color, 21 for the first All pool, etc.)
y = Preset ID
z = Recipe ID
-
And for Recipes in Cues:
..... At Cue x Part y.z
x = Cue ID
y = Part ID (0 for main part)
z = Recipe ID
And for Recipes in Programmer:
..... At Programmer y.z
y = Programmer Part ID (0 for main programmer-part)
z = Recipe ID
Remember that you need to create the recipe line before assigning anything to it, if the recipe line doesn't already exist:
Store Preset x.y.z
Store Cue x Part y.z
Store Programmer y.z
-
-
-
Set Preset 23.58.<recipeline> Property "XWings" "<value>"
Changing "XWings" to 2 for the first recipe line:
- Set Preset 23.58.1 Property "XWings" 2
If you want to do that for all recipe lines in a preset, use '*' instead:
- Set Preset 23.58.* Property "XWings" 2
-
Set Preset 23.58.<recipeline> Property "XWings" "<value>"
Changing "XWings" to 2 for the first recipe line:
- Set Preset 23.58.1 Property "XWings" 2
If you want to do that for all recipe lines in a preset, use '*' instead:
- Set Preset 23.58.* Property "XWings" 2
Would like to change Wings in a Recipe within a cue, but this command doesn't work:Set Sequence 105 Cue 1 Part 1.1 Property "XWings" 2
What am I missing? -
Hi
Try with Part 0.1
If you have no part, your cue is part 0
-
Excellent! Thanks!
-
Hey!
Is it possible to insert a recipe line in a cue via commandline?
Thanks!
-
Store Cue x Part y.z
y = part number (the default part is 0)
z = recipe line
-
works! thx