No internet connection
  1. Home
  2. How to

Show/Hide Automation Lanes Possible?

By Andrew Skipper @Andrew_Skipper
    2021-02-25 18:12:28.753Z

    Can't find a short cut anywhere and no commands in SF seem to exist. The only way seems to be clicking on the tiny automation lane button for the selected track or using a modifier to make it for all tracks. Anyone know of a way to do this within SF? Thanks

    Solved in post #2, click to view
    • 3 replies
    1. samuel henriques @samuel_henriques
        2021-02-26 14:56:37.515Z

        hi @Andrew_Skipper ,

        try this, as long as track size is small or larger, it works for me:

        sf.ui.proTools.selectedTrack.children.whoseRole.is("AXDisclosureTriangle").whoseTitle.is("Show/hide automation lanes").first.mouseClickElement({
            relativePosition: {"x":1,"y":1},
            isOption: true,
        });
        

        if you want only the selected track, remove `isOption: true,``

        ReplySolution
        1. A
          In reply toAndrew_Skipper:
          Andrew Skipper @Andrew_Skipper
            2021-02-26 18:27:29.220Z

            That's great - thanks very much. Tied to 2 buttons on my deck - this will save me a lot of RSI trying to click that teeny weeny button :-)
            Love this community - thanks again!!

            1. samuel henriques @samuel_henriques
                2021-02-26 19:17:04.809Z

                nice one, happy it works. Awesome community indeed!!