Search plugins one extra click now plus fonts are ugly (:
Hi again
Anyone can help with how to search quickly ?
now that the fonts becomes grey and smaller ,one needs to click on search option in the menus (insert plugin)
No more just one click and then just write the name of the plug-in , which actually is one of the most used features in pro tools
And as I mentioned, fonts are rather small and ugly
Thank you
- Kitch Membery @Kitch2022-03-24 22:02:32.000Z2022-03-26 18:03:34.287Z
Hi @Tom_Mochiach,
Thanks for asking. Yes this is a known issue. Click here for more information about the Pro Tools Menus Issue and workarounds;
:-)
Chris Shaw @Chris_Shaw2022-03-25 18:58:04.070Z
In addition to the solutions mentioned in the link above you can also use this script and assign it to the tab key when PT is focused. Click on a insert or send and hit tab when the menu pops up . The search field will open.
(From this post: How to work around the PT legacy menu not supporting Tab to search.)
function getMenuAtMousePosition() { var mp = sf.mouse.getPosition().position; var element = sf.ui.root.getElementAtPosition(mp.x, mp.y); while (element.role == 'AXMenuItem') { element = element.getParentElement(); } if (element.fullRole == 'AXMenu' || element.fullRole == 'AXWindow:AXDialog') return element; return null; } var menu = getMenuAtMousePosition(); if (menu) { menu.getMenuItem('search...').elementClick(); } else sf.keyboard.press({ keys: 'tab' }); //Fall-through
- TTom Mochiach @Tom_Mochiach
any way to hit tab without clicking on insert ?
(when track is chosen)Chris Shaw @Chris_Shaw2022-05-16 17:49:50.085Z
Not really, When a track is selected and tab is hit PT executes a tab to transient.
- TTom Mochiach @Tom_Mochiach
How about control tab or anything alike?
- In reply toKitch⬆:TTom Mochiach @Tom_Mochiach
Interesting, I’ll try it out
Thank you so much
- TIn reply toTom_Mochiach⬆:Tom Mochiach @Tom_Mochiach
Also,
Now In pro tools studio, the fonts are even worse, they are white and They are hard to see.
So the Tab search is a great solution.
But, anything for searching buses and outputs ?
Thank youChristian Scheuer @chrscheuer2022-05-16 18:42:14.152Z
Hi Tom,
Check these built-in commands in the Pro Tools package under "Sends":
Run any of these with a keyboard shortcut (for example using the ones I have assigned here) and it'll automatically display a searchable popup with sends you can assign. The same functions are available for outputs as well.
- TIn reply toTom_Mochiach⬆:Tom Mochiach @Tom_Mochiach
sorry if I was not clear
I meant searching the output of the trackChristian Scheuer @chrscheuer2022-05-17 09:17:27.204Z
The same functions are available for outputs as well.
See: