Collor Palette Setup Macro + Bug?

I'm using the latest version of the Nomad software and I'm trying to create a macro. It should select the last fixtures, change their color, and then update them to their respective color palette.

Select_Last Color 5/124♦

Select_Last Update Color_Palette 1♦

... (Iterates for more colors.)

When I create the macro using the learn function it works. Creating it by editing the macro loses the color selection ability. The channels get selected then have no parameters changed before being updated into the color palette. The edited and "learned" macros look identical.

Is this a bug and can anyone else reproduce this?

Is there a better way to do this?

Any help is much appreciated.

Thank you!

Parents
  • I don't think it's a bug and I can't reproduce this. If the macros look identical, they will behave identically. Carefully compare the two versions of the macro. You may want to repost them in their entirety - exporting to USITT ASCII will make this easy.
  • Thanks for your help!

    I looked at the ASCII file and still couldn't find any differences.

    ------------- Macros ----------
    $MacroDef 928
    Text Edit color (works)

    $$MacroContents Select_Last Color 5 / 124 <Enter>

    $$MacroCommands 86 90 5 57 1 2 4 38

    $MacroDef 929
    Text Learn then edit (fails)

    $$MacroContents Select_Last Color 5 / 124 <Enter>

    $$MacroCommands 86 90 5 57 1 2 4 38
    ----------------------------

    I was able to reproduce the problem by learning a macro, selecting last, changing them to a standard color, (Not Rosco, Lee, etc... one in the color picker standard colors.) and then editing it by deleting all but select last and making it look like above. Learning to any manufacturer specified colors then editing works perfectly. This is turning out to be a super niche error.

    Please let me know if you're able to reproduce this.

    Thanks!
Reply
  • Thanks for your help!

    I looked at the ASCII file and still couldn't find any differences.

    ------------- Macros ----------
    $MacroDef 928
    Text Edit color (works)

    $$MacroContents Select_Last Color 5 / 124 <Enter>

    $$MacroCommands 86 90 5 57 1 2 4 38

    $MacroDef 929
    Text Learn then edit (fails)

    $$MacroContents Select_Last Color 5 / 124 <Enter>

    $$MacroCommands 86 90 5 57 1 2 4 38
    ----------------------------

    I was able to reproduce the problem by learning a macro, selecting last, changing them to a standard color, (Not Rosco, Lee, etc... one in the color picker standard colors.) and then editing it by deleting all but select last and making it look like above. Learning to any manufacturer specified colors then editing works perfectly. This is turning out to be a super niche error.

    Please let me know if you're able to reproduce this.

    Thanks!
Children
Related