|
Post by ts1234 on Mar 12, 2020 14:26:04 GMT -8
I'm guessing this has been answered a 1000 times, but a quick search didn't seem to find it...
Very newbie user...On windows 10 / pro tools 12
I want to create a batch that will resize all tracks to fit the window...
cntl-start-alt up arrow should do this, but the keyboard record function only records cntl-alt up arrow...how I add the windows start key to a keyboard sequence for a batch file?
Thanks
Tom
|
|
|
Post by jameyz on Mar 12, 2020 14:44:22 GMT -8
I'm guessing this has been answered a 1000 times, but a quick search didn't seem to find it... Very newbie user...On windows 10 / pro tools 12 I want to create a batch that will resize all tracks to fit the window... cntl-start-alt up arrow should do this, but the keyboard record function only records cntl-alt up arrow...how I add the windows start key to a keyboard sequence for a batch file? Thanks Tom All Alt and WIN modifiers need to be done with the quick list items "WIN Down / Win Up" Batch Commands.. However, Fit All Tracks is already a Batch Command and on the default layouts.. FIT SELECTION TO SCREEN.ravbc (1.43 KB) FIT SESSION TO WINDOW.ravbc (1.81 KB)
|
|
|
Post by ts1234 on Mar 14, 2020 12:03:43 GMT -8
The fit session to window sets the track size to micro. I want to set the track height of all the track to the equivalent of the result of using "ctrl-start menu-alt up arrow" that takes all the track and uses the entire vertical screen space to size them.
In my mind, I need to select all the tracks first (of course I can't see how to select all tracks either) and then set them to medium or 1 value less than that from the menu?...or better yet...be able to record the keystrokes, but it looks like the start menu key cannot be recorded?
When you refer to the WIN Down / WIN UP key I don't see that in the quicklist. Could you please be a little more specific as the closest thing I find is the PT Windows up key and that doesn't seem to do anything by itself?
PS - Where is the list of what the quick key entries do?
THANKS!
Tom
|
|
|
Post by jameyz on Mar 14, 2020 12:29:44 GMT -8
The fit session to window sets the track size to micro. I want to set the track height of all the track to the equivalent of the result of using "ctrl-start menu-alt up arrow" that takes all the track and uses the entire vertical screen space to size them. This is what is programmed in the "Fit Session" Batch Command, however it also has an ALT A in which will zoom out and fit all the waveforms as well.. Here is the just the CNTRL ALT WIN UP Batch Command. CNTRL ALT WIN CURSOR UP.ravbc (1.62 KB) .or better yet...be able to record the keystrokes, but it looks like the start menu key cannot be recorded? The "record" features is only for mouse clicks, all keystrokes should be done in the Batch Command editor. When you refer to the WIN Down / WIN UP key I don't see that in the quicklist. Could you please be a little more specific as the closest thing I find is the PT Windows up key and that doesn't seem to do anything by itself? The modifier Batch Commands won't do anything beside trigger the modifier, the user will need to put the desired keystroke in the middle of the modifiers. PS - Where is the list of what the quick key entries do? If save a Batch Command to your user quick list then add it back into the script it will "unpack" and you can see the actions of what the Batch Command is triggering.
|
|
|
Post by ts1234 on Mar 14, 2020 14:54:23 GMT -8
Thanks! ...that's a bit to digest :-)….I play with with it all...especially the last statement...thx again...!
|
|