Hello i want create macro for Selction Group
When i Click on my macro
my macro ask "Whitch Group?"
if i wrhite ( 1 ) i wan't that my macro select my Group ( 1 )
how do this?
Hello i want create macro for Selction Group
When i Click on my macro
my macro ask "Whitch Group?"
if i wrhite ( 1 ) i wan't that my macro select my Group ( 1 )
how do this?
Something like this?
I don't think you can ask questions directly from a macro yet but you can put this LUA one liner into a macro
Lua'Cmd("SelFix Group " .. TextInput("Which Group?"))'
thanks
and how " create a question "witch preset?
if i answers 4.1 my programmer select my preset 4.1
Instead of answering outright like to give you a fishing pole.
Open a Command Line Window and press a Group button and notice what you see at the bottom of the command line window, something like "OK:SelFix Group 1".
Now with that fixture still selected press a Preset and note what you see in the command line window, it's important to have a selection first. Try without a selection to see how the command changes.
Hopefully that should get you there.