I made two new macro's for you. One is another updated script that will open the folder containing the current session file.
The other one is the requested macro that will make a date folder in your Bounced Files folder within the folder that you current session is. If the folder exist it does nothing.
Thanks for making theses macros , today was the first time I had a chance to try it out. The Macro "Export Clips to Bounce Files within Date Folder" worked well, I had to just increase the pause a little(.5) to make it run correctly each time.
@Fokke Sorry I didn't see this back in May of last year.and didn't answer your question. I will look and see where I increase the pause. and let you know. This was a great KM macro that you made. use it every day .
Thank you so much for this, @Fokke ! Works like a charm!
Just one question for a cherry on top: Is there an easy addition to the script for opening the Bounced Files folder of the current session rather than just the project folder?
Thanks again for these two macros, they're saving me tons of time!
Hi Fokke, thank you for your macros! I know this is an old thread and maybe some things changed in Pro Tools.
When I tried to execute the "Export Clips To Bounced Files Within Date Folder" it didn't worked.
I tried to investigate wich steps did not work and I think I found the problem. In PT when I select "Choose..." and hit CMD+SHIFT+G this is the path that shows
/Users/Shared/Pro Tools/AAXPlugInCache/
Can you tell me if this is something to do with newer versions of Pro Tools? I'm running PT Studio 2024.6
The patch shouldn't be the Bounced Folder in my Session Folder? Or am I missing something here? I'm not and KM expert so I couldn't find a solution to that. I appreciate your effort and helping us with those macros. The Current Session Folder is amazing and I was looking for that for years! Thank you
Thank your for the reply. Honestly I'm not quite familiar with Tokens (yet)
I tried to swap the circled token for the one you suggested but it did not work. Is this what you suggested? I'm quite new to KM so excuse me if this is a dumb question
Assuming that displays the correct path to the current project when PT is at the front, then you can grab that parent path via the aforementioned token by placing an action like this at the very start of your macro:
NB: The reason I suggest grabbing that path at the start of the macro is that, in my experience, %FrontDocumentPath% may return nothing if the current front window is a dialog. I don't have PT, so I can't test, but there's no harm in safeguarding against that.
Unfortunately the %FrontDocumentPath% token does not work in ProTools for some reason.
Nowadays I use an applescript for that.
And filter the result into a path that I can use.
Then there is another problem. When you choose your files destination folder you cannot enter the whole path like Noisneil suggests above. We have to navigate to the path. The way I navigated in the macro you just found is by using command-shift-G. "Go To" Then the macro has to Pause Until that dialog pops up so we can enter the path we want. MacOs has slightly changed the behaviour of this "Go To" window and now it does not have a name anymore that KM can recognise. So we have to set a pause by trial and error. Which I don't like because maybe on some hard disks it can be slower. I rather have a decent Pause Until a window with this and that name pops up. Any suggestions here?