No internet connection
  1. Home
  2. How to

Copy File Name in Numbers & Paste to Memory Location Marker

By Mike De Lay @Mike_De_Lay
    2023-03-30 21:24:54.352Z

    Is there a way I could push a single stream deck button and have this happen?

    switch to the Numbers application
    move down a cell (down arrow)
    copy the file name in that cell
    switch back to Pro Tools application
    create a memory marker and paste the file name in the clipboard

    Any help would be awesome!!!

    • 3 replies
    1. Hi Mike,

      You could start a step at a time creating a macro with the following actions:

      • switch to the Numbers application
        use the "Activate App's Main Window" action and set to "Numbers" app

      • move down a cell (down arrow)
        use the "Press Keys" action and record a Down arrow keystroke.

      • copy the file name in that cell

      Use these 3 actions to clear the clipboard, hit Cmd+C in Numbers, and then ask SF to wait until the Clipboard has data before proceeding

      • switch back to Pro Tools application
        use the "Activate App's Main Window" to switch to Pro Tools
      1. You could then potentially end by using this action:

        Note that you can drag the orange "text" output of the Wait for Clipboard Text action into the "Name" property of the Create Memory Location action.

        1. It's possible though that using this method, you'd need to specify the memory location number for this last action to work, which would be an issue in your case.

          Instead, you could automate this part of the process yourself. Here's some videos that show how you could achieve this: