No internet connection
  1. Home
  2. How to

Pro Tools 2024.3.0 Playlist selector

By Joe Kearns @Joe_Kearns
    2024-03-12 13:07:11.034Z

    Hey!

    just updated to latest PT and noticed some of my SF's aren't working. Mainly to do with selecting 'duplicate playlist'

    This is the line of script that seems to not work now:

    sf.ui.proTools.selectedTrack.popupButtons.whoseTitle.is('Playlist selector').first.popupMenuSelect({
    menuPath: ["Duplicate..."],
    });

    Any ideas on what it's called now?

    thanks!

    • 5 replies
    1. J
      Joe Kearns @Joe_Kearns
        2024-03-12 14:00:11.363Z

        Actually an update here. It appears anything to do with the track dropdown menus has changed. Like 'Move to' etc.

        Any help greatly appreciated!

        1. This is a known issue that will hopefully be fixed sometime in the future.
          For the time being you need to add a relative position to the playlist selector
          (I also think this needs to be done when using the track title popup as well):

          sf.ui.proTools.selectedTrack.popupButtons.whoseTitle.is("Playlist selector").first.popupMenuSelect({
              menuPath: ["New...],
              relativePosition: {x:5, y:5}
          })
          
        2. S
          In reply toJoe_Kearns:
          SoundFlow Bot @soundflowbot
            2024-03-12 20:28:03.472Z

            This report was now added to the internal issue tracked by SoundFlow as SF-869

            1. S
              In reply toJoe_Kearns:
              SoundFlow Bot @soundflowbot
                2024-03-14 19:39:30.661Z

                Linked issue SF-869 updated: This issue should now be resolved in SoundFlow 5.7.1 which is available as a manual download from https://my.soundflow.org - We changed the behavior of popupMenuSelect ("Open & Select Item in Popup Menu") so that it simulates a mouse click in the center of the button, instead of in the top-left corner. This should ensure that buttons with non-clickable borders, like certain track-related buttons in recent versions of Pro Tools, will keep working without having to set up custom offsets.

                1. S
                  In reply toJoe_Kearns:
                  SoundFlow Bot @soundflowbot
                    2024-03-14 19:39:33.772Z

                    The linked internal issue SF-869 has been marked as Done