That's what i was expecting.
Thank you Ryan.
Is there any way to avoid this ?
That's what i was expecting.
Thank you Ryan.
Is there any way to avoid this ?
Hi
I have washs with 19 leds in 3 rings
I want to create a magic preset with color but it doesn't work.
It spreads the color only to some rings, but not all.
Does someon have an explanation ?
Thanks
It hasn't made it to the top of the list yet.
For the first days people have been asking how to do loop in sequence.
@blueshitdesign
Ypu don't have to use quotes in the popup, then number is an integer.
For me that line is unnecessary.
SetUserVar mynum (what fade time ?)
Hi
Just try ;: SetUserVar "number" =$number
Hi
It's the game with variable :
Setuservar cmd (what command ?)
If the answer contains space or keyword, the variable is not defined
ie : my command >> $cmd = my, as space stops the definition.
go exec 201 >> $cmd is not valid as Go is a keyword and space stops the definition.
Setuservar cmd ("what command ?")
Then the answer is a string (within quotes), the desk doesn't care about what is between quotes.:
ie: answer = "my command" or "Go Exec 201"
To recall the variable as a string : $"cmd"
Set Cue $mycue "Command" $"cmd" will give you the right result.
To recall the variable to execute Go exec 201 : $cmd
Why do you Off a sequence already off ?
When you do Off seq x, it triggs the offcue then apply the command. That's normal.
Display MoreHi
For the Selected Sequence just do not specify a Sequence
Assign group 2 at Cue 1 thru part *.*
this works for every Cue, every Part and every Recipe
Be aware that 'cue 1 thru' will assign group and recipe also at Offcue.
Hi
Assign Group 2 at seq 151 cue 1 thru 5 part thru.1
at is a keyword, "AT" is a property value.
Hi
You can't use recipe within recipe.
Build a universal preset with matricks, then use it in your cue recipe.
Things have changed with versions.
For now, all your exported datas are in the gma3_library folder. Since version 1.7 or before.
You can always use Set
Set seq 1 cue 2 part 0.1 "selection" "default.groups.your group" "values" "showdata.datapools.your data pool.presetpools.Color.1" "Matricks" "default.matricks.2 wings"
But the global philosophy, for what i undesrtand, is : you Assign an object to another and you Set property to an object.
And i think it's faster to do "Assign preset 4.1 at seq 1 cue 2 part 0.1"
Hi
A preset, a group, a matricks are objects from a pool.You Assign an object to another object :
Assign Object # at Object #
Assign preset 4.1 at seq 1 cue 2 part 0.1
Xwings, PhasetoX, etc are properties of an object that you can Set
Set Object # Property "name" "value"
Set seq 1 cue 2 part 0.1 "Xgroups" "2"
Use the wait column in your first line.
Don't use Go Loaded
Just select the sequence you want and hit Go.
The seq x won't go.
I've tried with my onPC that work separately but the selection grid need to be ordered
Hi, what do you mean ?
Waou ! Thanks a lot Andreas, you're always the best.
But what is this formula ?
It remembers me something in gma2, but i don't remember exactly what.
Looks like a sort of 24 bits conversion.
Thanks again.