"CommandEnable" macro

BECOME PART OF THE COMMUNITY - Sign up here
  • I am trying to create a simple macro so that I can easily turn on/off the "CommandLine Enable" on sequence settings.

    None of the macros below are working:

    Code
    Set Sequence 1 Property "CommandEnable"
    Code
    Edit Sequence 1 property “CommandEnable”
    Code
    EditSetting Sequence 1 Property "“CommandEnable”"


    I am shure this is absurdly simple to solve. I've been trying to find the solution but I am missing some basic stuff for sure...


    Thanks in advance.

  • This toggles the Command Enable setting for me:

    Edit Sequence 1 Property "CommandEnable"


    This switches off Command Enable:

    Set Sequence 1 Property "CommandEnable" "No"


    This switches on Command Enable:

    Set Sequence 1 Property "CommandEnable" "Yes"


    Tested it right now in v1.8.8.2.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!