No internet connection
  1. Home
  2. How to

Session Data & New Playlist

By Daniel Goodwin @Daniel_Goodwin
    2021-11-03 00:05:43.567Z

    Hey all - I just started fooling around with SF today, and I see the deep potential in it.

    That said, I’m a code dilettante. I know
    so little about writing scripts, and even less about how to deal with simple things like file paths, etc

    I’ve been trying all day, including looking through previous forum posts, to create a command for importing my mix templates in Pro Tools. I just can’t get my head around it.

    I’ve also tried to figure out how to create a new playlist on a selected track, and have had no luck in the forum.

    Anyone?

    • 6 replies
    1. The easiest way to import a session template is to convert it into a track preset (open the template, select all tracks and save as a track preset via Track > Save Track Preset...).

      Then, to import it, use a macro to create a new track and select the track preset from the New Tracks window.

      1. DDaniel Goodwin @Daniel_Goodwin
          2021-11-03 13:43:44.233Z

          Thank you Chris... this helps!

          I wonder if you have insight into the Create New Playlist action. That would be immensely helpful whilst tracking, certainly!

          1. Chris Shaw @Chris_Shaw2021-11-03 18:13:22.619Z2021-11-03 18:30:34.085Z

            The simplest way to create new playlist is with the keyboard short cut "ctrl-shift-option-".

            Normally you'd do just use ctrl-\ but if you use "ctrl-shift-option-" it will create a new playlist for all selected tracks.

            So in SoundFlow I'd use the press Press Keys action. Make sure when you set up a keyboard trigger that it's set to work only in Pro Tools like this:

            1. Chris Shaw @Chris_Shaw2021-11-03 18:27:53.176Z2021-11-03 19:47:29.934Z

              Generally speaking, it's preferable to avoid using keystrokes to control PT with SF whenever possible and to use UI/Menu automation instead. The way to do this would be to have SF click the popup menu to the right of the track name and select "New...".

              To do that, select the "Open & Select Item in Popup Menu" action, use the "Pick" button to select the pop up menu, then Type in the Menu Path EXACTLY as it appears in the menu ("New...").
              The last thing to do is to open the action's Advanced properties (the highlighted gear) and set "Hold Shift" and "Hold Option" to "Yes" :

              1. Lastly - I suggest heading over to SF's YouTube channel and checking out the tutorials there.

                https://www.youtube.com/channel/UCVXALX3neoqcwPHUaJhfQgg

                //CS//

                1. DDaniel Goodwin @Daniel_Goodwin
                    2021-11-03 19:35:38.547Z

                    Ahhh I see - I’m starting to get the UI concept.

                    This is very illuminating and appreciated Chris. I know much of this is likely annoying to answer, but this is truly helpful!