Macro to apply curves to address failing?

Hey y'all! I seem to be having a little bit of an issue with trying to get a macro to work.

(Running this on v3.1.5 because we still need Net2 for some aging infrastructure)

I have a macro to apply various curves to various dimmers (because house lights are weird!)

So in my macro I have:

Address 55 + 56 Curve 920•
Address 68 Thru 70 Curve 921•
Address 80 Thru 82 Curve 921•
Address 133 + 134 Curve 922•

Address 154 + 158 Curve 927•

But the problem is, when I run it the command line populates with:
Address 68 Thru 70 + 80 Thru 82 + 133 + … + 158 Curve - Error: Syntax Error

It seems to properly apply the curve to the addresses in the first line, but then when it tries to do the second line it combines it with the following lines and then thinks there is an error.

What am I doing wrong?? Do I need to submit a bug?

Parents
  • What is your active frame when you ran the macro?

    I built the same macro as a test really quick:

    • I went to Patch
    • Tested Address Curve syntax, did not get an error
    • Hopped over to macro editor and built the macro
    • Hopped back to the patch window to test, and got same error

    I then noticed, that my command line still said "Macro:" instead of "Patch channel:"

    I then clicked into the patch frame and ran the macro again and got no error, and correct curves applied.

    Ran on 3.2.8 build 25

Reply
  • What is your active frame when you ran the macro?

    I built the same macro as a test really quick:

    • I went to Patch
    • Tested Address Curve syntax, did not get an error
    • Hopped over to macro editor and built the macro
    • Hopped back to the patch window to test, and got same error

    I then noticed, that my command line still said "Macro:" instead of "Patch channel:"

    I then clicked into the patch frame and ran the macro again and got no error, and correct curves applied.

    Ran on 3.2.8 build 25

Children
No Data
Related