No internet connection
  1. Home
  2. How to

Goto next marker is broken in PT 2023.12. anyone know what's up?

By Chip Sloan @ChipSloan
    2024-02-02 18:25:14.121Z

    So this script found in the SF PT package is no longer working since they added the Memory Location stuff in PT. Any ideas? I do not like the PT implementation of the next memory location shortcut as it doesn't reference cursor position. Anyone have any idea? This one is driving me crazy. This is the now broken script:

    sf.ui.proTools.memoryLocationsGotoDelta({
      delta: -1,
    });
    
    • 4 replies
    1. M
      Martin Pavey @Martin_Pavey
        2024-02-03 17:25:37.606Z

        I feel your pain Chip.
        This is the reason I'm staying on 23.6 for now.
        I expected all the really useful go to next marker, extend clip to next marker etc would
        probably be broken by 23.12.
        Hopefully some nice people on here will be able to fix them.

        1. In reply toChipSloan:

          Are you using the lates version of SF (5.5.4)?
          https://my.soundflow.org/install
          It's working on my system. (It does throw an error if there is no next or previous marker to locate to).
          The SF command now uses the new PT SDK.

          1. Also, in the newest release (2023.12.1) you can locate to the previous / next marker by pressing ".+" or ".-". (on the number keypad).

            Once you've used one of the above commands you can locate back and forth just by pressing "+" or "-".
            Pressing "." resets this behavior

          2. In reply toChipSloan:
            Chip Sloan @ChipSloan
              2024-02-03 17:49:54.573Z

              Thank you!!! For some reason when I ask SF to check for updates it tells me there are not any but that that indeed did fix this. Thanks!!!