HI tehre i am trying to create a macro so i can access the right click on f track name in pro tools edit window to access its options
My goal is to be able to acces the 'move to...' option for folders in PT
Not sure what the 1st line of command should be ... i need to instrust SF to RIGHT click on track name ... any help woudl be awesome! thank you !
Christian Scheuer @chrscheuer2020-09-12 14:51:04.802ZHi Alex,
This script would click "Move to..." and select the "New Folder..." option on the currently selected track:
sf.ui.proTools.selectedTrack.titleButton.popupMenuSelect({ isRightClick: true, menuPath: ['Move to...', 'New Folder...'], });- AAlex Morgan @Alex_Morgan
THANSK SO MKUCH !
BUT i don't know how to insert this into script - and can't see a video/tutorial
what I mean is ... what is the step to use your kindy provided script into the script creator in soundflow - ie which line goes where etc ?
i would love to know this as then I could try and use the scripts for open automation lanes but when I copy and paste them it doesn't work and I guess I am doing it wrong!
thanks!!!
ps JUST LOVING SOUNDFLOW SO MUCH!
Christian Scheuer @chrscheuer2020-09-16 19:33:33.453ZHi Alex
What I showed you above would be the entire script. Just copy/paste it in, nothing else.
The script would click on "Move to..." -> "New Folder..."You can see it in action here:
https://drive.google.com/file/d/13oEndr7goy88oavyv0NZypvRBFyizSKV/view?usp=sharing- AAlex Morgan @Alex_Morgan
Hey, thanks whenever i paste the code i get an error message?
please see attached screenshot! :)
thank you!
0
Christian Scheuer @chrscheuer2020-09-17 14:46:16.393ZOh ok. Thanks for showing us that error.
Things to try: Do you have Link Track and Edit Selection turned on? Are you in the Edit window (most SoundFlow functions don't work in the Mix window).
- AAlex Morgan @Alex_Morgan
got it working FANTASTIC and i edited...
just to follow same logic ... if i wanted to be able to 'click' automation lanes box without having to move mouse over to channel is there a similar way!
i wish I knew how to edit script!
Christian Scheuer @chrscheuer2020-09-17 20:44:44.314ZTry this :)
sf.ui.proTools.selectedTrack.children.whoseTitle.is('Show/hide automation lanes').first.elementClick();- AAlex Morgan @Alex_Morgan
Christain, you are a complete legend!!!! Soundflow is TRULY changing my life! i am so SO grateful for this product !!!!!!!!!!!!! :)
Christian Scheuer @chrscheuer2020-09-17 22:26:14.918ZThank you, Alex :) So happy to hear it!