Page 1 of 1

Bump macro

Posted: 04 Aug 2025, 17:06
by LGSsupport
Hi,

I have some bump macro’s that uodate pallets ik cue lists. Now i know that in MA you can create release pallets so you can remove attributes from al pallet with a macro.
Like you have a gobo in your all pallet for your bumps but you want to remove it out of the pallet and the cuelist.

Does anyone knows a way to get this done in Avo?

Re: Bump macro

Posted: 15 Aug 2025, 21:14
by Gregory
Although you wouldn't be able to store it as a palette, what you might be able to do is use Off on all the attributes you want to remove from palettes or cues and then merge that into the ones you want.

In principle in should be possible to write a macro to set attributes to Off in the programmer. There are functions like Programmer.Editor.Fixtures.SetControlOff or Programmer.Editor.Fixtures.OnOffFixtureControls. Both of these expect fixtures to be selected in the programmer first, the latter uses the attributes selected using the OnOff selection.

Re: Bump macro

Posted: 07 Sep 2025, 15:18
by LGSsupport
Alright!

So doe you maybe have an example for when want to remove the dimmer attribute from the cue list for example?