Hi, you can try "preset to cue list" in the lua plugins aera. Hope it can help you.by wb - grandMA2 discussion forum
Hello, may be this plugin could help you :by wb - grandMA2 discussion forum
Hi, this is weird. Normally it would do the job like Benoît wrote. You can try plugin "multiple load" in Lua Plugins aera. It can be useful if you trigger the same executors several times. (example : executors for colors and position in live,...). Hope it will help you.by wb - grandMA2 discussion forum
hello, maybe a cue storing an one shot effect and loop to the cue.by wb - grandMA2 discussion forum
Hi, you could use this plugin if you want :by wb - grandMA2 Macro share
Great I will try and thank you.by wb - grandMA2 Plugins & Lua Scripts
Hello, How can I delete a file in a subfolder(macros) of gma onpc ? I try without success with os.remove('name of my file'). thanksby wb - grandMA2 Plugins & Lua Scripts
Thanks Glad, You give me a clue to make the job (replace space by underscore).by wb - grandMA2 Macro share
Hello, how can I assign a command to a macro line like this one : as ma 1."macro_name".1 /cmd="of ex "executor_name" " the problem is the double quote. thanks.by wb - grandMA2 Macro share
this plugin will create a macro to trig 'off' a selection of executors.by wb - grandMA2 Plugins & Lua Scripts
this plugin will create a macro to toggle pause a selection of executors.by wb - grandMA2 Plugins & Lua Scripts
this plugin will create a macro to trig 'go on' a selection of executors.by wb - grandMA2 Plugins & Lua Scripts
Ok I post the files again.by wb - grandMA2 Plugins & Lua Scripts
I downloaded it from here and it is not emptyby wb - grandMA2 Plugins & Lua Scripts
Hi, to answer your wishes : an update and explanations (hope it will be clear).by wb - grandMA2 Plugins & Lua Scripts
Hi, Have a look in the commandline you will see ´copy' a first time , so you have to touch a preset, ´copy' second time, touch the last preset. Then you will see ´select' to select your executor. Remember that you have ten second to do that ; that your current selection must match with one fixturetype ; that the preset range must be in a numerical order.by wb - grandMA2 Plugins & Lua Scripts
Hi, thanks. You can find some informations : - - I'm not William B. but Willy B. near Nantes.by wb - grandMA2 Plugins & Lua Scripts
hi, perhaps Assign Root 3.2/intensitylittlight=0by wb - grandMA2 Macro share
Hi, First you must have an active fixtures selection : lets say group 1. Then you have to touch the first preset tile you want and confirm with "please". (in the command line there is "copy" waiting for actions) then repeat these actions for the last preset. after you have to press an executor button to locate the cue list ("select" waiting in the command line).by wb - grandMA2 Plugins & Lua Scripts
Right, Sorry.by wb - grandMA2 discussion forum
Hi, you can also move fixtures or channels without move whole universe. e.g. : ' assign fixture 101 t 103 at dmxuniverse 10.132' you can replace fixture by channelby wb - grandMA2 discussion forum
Hi, you can add to the function Cleanup() this line : cmd('del g "MYSELECTION"/nc')by wb - grandMA2 Plugins & Lua Scripts
Hi, if I don't misunderstood you could try this : ------------------------------------------------------------------------ -- shortcuts and local variables ------------------------------------------------------------------------ local cmd = gma.cmd local echo = gma.echo local grab = gma.show.getobj local handle = grab.handle local label = grab.label ------------by wb - grandMA2 Plugins & Lua Scripts
Hi, you have to move forward into directories of the system. here an example : local cmd = gma.cmd local echo = gma.echo local handle = grab.handle local getvalue= gma.show.property.get local fixtype,pan_amplitude fixtype=handle('fixture 701') fixtype=getvalue(fixtype,3) fixtype=string.match(fixtype,'%d+') echo(fixtype) cmd('cd fixturetype '..fixtypeby wb - grandMA2 Plugins & Lua Scripts
hi, new one which can inverse pandmx ,pan encoder, tiltdmx,tiltencoder,or reset these settings of your current selection, no need to go in the setup.by wb - grandMA2 Plugins & Lua Scripts
hi, new release : grab name if group selection or asking for name if other selection. works with active preset type and you have to touch the presets (see info in the plugin).by wb - grandMA2 Plugins & Lua Scripts
hi, new release : grab name if group selection or asking for name if other selection. works with active preset type and you have to touch the presets (see info in the plugin).by wb - grandMA2 Plugins & Lua Scripts
hi, new release with improvements.by wb - grandMA2 Plugins & Lua Scripts